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.
Block
Block 102
UnfinalizedThis is the head of the chain at generation 1.
← PreviousNext →
- Chain
- demo
- Hash
- 0x124f579ccf78c80e2add83e9785f67c37c699b8e
- Height
- 102
- Parent
- 0x72e9ff22eabfba9b6a919946e216c308af8c18ba
- Finality
- Unfinalized
- Transactions
- 2
Transactions in this block
| Debug | Tx hash | Block | From | To / target | Method | Fee | Status |
|---|---|---|---|---|---|---|---|
| Generate trace | 0x27a6…9a6c | 102:0 | 0x37c4…79a2 | 0x3115…3e2b | 0x1a2b3c4d | 42000 / 100000 mana | Succeeded |
| Debug | 0x5c67…f8df | 102:1 | 0x01c8…d932 | 0xc699…f6cb | 0x1a2b3c4d | 42000 / 100000 mana | Succeeded |
Family extras have no field in the block object yet. §5.2's per-family zone — base fee and blob gas on an EVM chain, checkpoint and epoch on Move, slot and leader on Solana — comes from the adapter, and the published block object carries the chain, the hash, the height, the parent and the transaction list. A transaction already carries its chain-native payload verbatim; a block does not, and that is the field this zone reads when it lands.