Bitcoin

Script – ScriptSigSize fdf501 – Bitcoin Stack Exchange

I am trying to understand what script size am. Looking at this transaction, would the scriptsigsize of the first input be “fdf501”? When converted to decimal, the number is too large to be scriptsigsize. It means something different, right?

https://mempool.space/tx/76f268719c41dd5ccf693e84cd0c05cfb6b360fe3158f3311712eb6118c00d7a

When I throw this into a Transaction Splitter, the output is:

“version”: “01000000”, “input count”: “07”, “input”: ( “txid”: “ece6b5e31d3cd1b9c06f1f270175a5d9106a61bcea2afa9954f02ff6701fd29f”, “vout”: “06000000”, “scriptsig size “: “fdf501”, “scriptsig ” : “”, “sequence”: “ffffffff” , “txid”: “59c1369f7288c02265c33f0e38d5cdd233cc565d03c47be87da69bc0fb014f05”, “vout”: “11000000”, “scriptsigsize”: “fdf301”, “scripts ig “: “”, “order”: ” ffffffff” , “txid”: “cd861e3e1c3fc043346d14f162fe184b3dbb1f5f40ef4b72c965915e00aed687”, “vout”: “12000000”, “scriptsigsize”: “fdf401”, “scriptsig”: “”, : “ffff ffff” , “txid”: “f939c2b1fde5d7d55a7c372557c67eafb5895b4650c3d91d899bad1fc95d8ea9 “, “vout”: “01000000”, “scriptsigsize”: “fdf401”, “scriptsig”: “”, “sequence”: “ffffffff” , “txid”: “, “vout”: ” 01000000″ , “scriptsigsize”: “fdf301”, “scriptsig”: “”, “sequence”: “ffffffff” , “txid”: “cdf141f520b5414ea28fee1c76b7b33c309fe3f57055a85ced1b1b72574f2853”, “vout” : “00000000 “, “scriptsigsize”: “fdf401 “, “scriptsig”: “”, “sequence”: “ffffffff” , “txid”: “bde804a75619e06f68ba9215ae1b925766eeed76adce6fa9c637cd76563d147b”, “vout”: “00000000”, “scriptsigsize”: “fdf401”, “scripts ig”: “”, “sequence “: “ffffffff” ), “outputcount”: “02”, “outputs”: ( “amount”: “00d0ed902e000000”, “scriptpubkeysize”: “17”, “scriptpubkey”: “a914918611b2a768253b9399b9337de22cf547a5d48c87 ” , “amount “: “93c396ef00000000”, “scriptpubkeysize”: “17”, “scriptpubkey”: “a914c09637d27fd25c90b74392e12fbf0b17002da69087” ), “locktime”: “00000000”

Related Articles

Back to top button