PREVIEW DATA — devnet snapshot

Mainnet explorer activates at genesis. This lookup runs against the hand-authored preview chain.

Transaction Found

Txid60e90868a363d9307c7ae45514cc034e1af675d6ef54462d3971186bd6ebc253
Block57 (85f583b1c684b348ee37074f95f2ed6254d98693dde73196e856c4805d531d6b)
Position In Block0 (coinbase)
Version1
Locktime0

Inputs

  • coinbase (no previous output)
    script_sig: 01392f62696e636f696e2d707265766965772f3438366478322d36362f
    sequence: 4294967295
    witness: (empty)

Outputs

  • #0: 49.99321474 Bincoin
    script_pubkey: 51202b1c02b4ced949f759c36ef3849992608435c5f1ac18148461f69b24542af056

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.