PREVIEW DATA — devnet snapshot
Mainnet explorer activates at genesis. This lookup runs against the hand-authored preview chain.
Transaction Found
| Txid | 354b914ee2c8cba04481c321e78a7f52de7628249d8e909d03f6d4737bdedacf |
| Block | 54 (57001e55b300a4a5ed54d1bb0360aff1ab782aa2a705e04d8fb8c2c4196e96b0) |
| Position In Block | 0 (coinbase) |
| Version | 1 |
| Locktime | 0 |
Inputs
- coinbase (no previous output)script_sig: 01362f62696e636f696e2d707265766965772f737061726373746174696f6e2d352fsequence: 4294967295witness: (empty)
Outputs
- #0: 49.99357184 Bincoinscript_pubkey: 51203ce471a028340c04c23b2fe1e7786e41021a861eafa41188f4aae0fc78bd1bdf
No Global Transaction Index
The node's RPC surface has no by-txid lookup, on purpose. This page resolves a transaction only two ways: (1) it is one of the bare txids currently reported by getrawmempool — bodies are never available for those, by design of the RPC, whether live or preview; or (2) it is found by scanning getblockbodies descending from the tip and computing each transaction's SHA-256d id here, from its serialized bytes (the wire format carries no txid field), bounded to a recent window of blocks.