On line 10 when txHex is imported from hex to tx
If it stands for Transaction in hex format, where can i find that on the block explorer ?
I'm trying to find that specific transaction in the block
The txhex is the hex format representation of a transaction; txhex is the data which is included in a block if the transaction is valid and broadcasted.
You can find the txhex you provided in the raw block dump:
https://blockchain.info/block/00000000000000000097669cdca131f24d40c4cc7d80eaa65967a2d09acf6ce6?format=hex
https://www.smartbit.com.au/tx/1d2dffbfde01eaa01d40bee0d2ec4bbc92c92930984aea8aa4fb65f84f74d6c2
This is the transaction that is being used.
Thanks @dakk @junderw
The TxHex is a portion of the raw block dump here.
On using the tx Decoder, I got the transaction output address that checks out correctly.
The input script, output script, data_hex are a part of the transaction hex.
Most helpful comment
The txhex is the hex format representation of a transaction; txhex is the data which is included in a block if the transaction is valid and broadcasted.
You can find the txhex you provided in the raw block dump:
https://blockchain.info/block/00000000000000000097669cdca131f24d40c4cc7d80eaa65967a2d09acf6ce6?format=hex