Synthetic demo datademo

Every block, transaction, address and hash on this chain is generated from a fixed seed. None of them exists on any network, and none of these values can be looked up anywhere else. The execution trace is real — it is a recorded Noir program — but it is not the execution of the transaction it is published under.

Home/demo/blocks
Blocks

demo blocks

Newest first, from generation 1. Paging walks backwards by block number, so a page's address does not shift when the chain grows.

HeightBlock hashTxsFinalityParent
1020x124f…9b8e2Unfinalized0x72e9…18ba
1010x72e9…18ba2Unfinalized0xd43d…508a
1000xd43d…508a6Finalized0x8084…1778
Blocks 102 down to 100
Three of this table's columns have no published source. A block's age needs a timestamp, its resource bar needs a per-block usage aggregate, and its producer needs a consensus-role field — none of the three is in the block object this tree publishes. Each is a pipeline field rather than a view, and this table reads them the moment they are published. Nothing here is derived from the height to stand in for one.