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.
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.
| Height | Block hash | Txs | Finality | Parent |
|---|---|---|---|---|
| 102 | 0x124f…9b8e | 2 | Unfinalized | 0x72e9…18ba |
| 101 | 0x72e9…18ba | 2 | Unfinalized | 0xd43d…508a |
| 100 | 0xd43d…508a | 6 | Finalized | 0x8084…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.