Raw Blocks
Chain
Dataset name
hyperevm.raw_blocksVersion
1.1.0Description
Metadata for each block on the chain including hashes, transaction count, difficulty, and gas used.
Example data
| id | number | hash | parent_hash | nonce | sha3_uncles | logs_bloom | transactions_root | state_root | receipts_root | miner | difficulty | total_difficulty | size | extra_data | gas_limit | gas_used | timestamp | transaction_count | base_fee_per_gas | withdrawals_root |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| block_0xf21dc209359349ebebbb52087fb2e8000f8f4e43ff53c5d2b73fbbc10fdeac5e_0 | 4 | 0xf21dc209359349ebebbb52087fb2e8000f8f4e43ff53c5d2b73fbbc10fdeac5e | 0xdac5186b58108d3be7456eddaf6d71da531ee16ab4d04e76ba9bcfa6e55ca808 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x0000000000000000000000000000000000000000 | 0 | null | 582 | 0x | 2000000 | 0 | 1739849784 | 0 | 100000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 |
| block_0xec9fe857be89637cd20773baec4c09386c0583291b84f8fcb58e5bf10d365714_0 | 5 | 0xec9fe857be89637cd20773baec4c09386c0583291b84f8fcb58e5bf10d365714 | 0xf21dc209359349ebebbb52087fb2e8000f8f4e43ff53c5d2b73fbbc10fdeac5e | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x0000000000000000000000000000000000000000 | 0 | null | 582 | 0x | 2000000 | 0 | 1739849786 | 0 | 100000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 |
| block_0xa27f1bc2bb716de5d8c3a389433dc574cec4e044da3ee1caec42c4ff9ec1ab02_0 | 8 | 0xa27f1bc2bb716de5d8c3a389433dc574cec4e044da3ee1caec42c4ff9ec1ab02 | 0x2632be6bdfb6c3ed4766f01e67516a413f83e2cb33384494f4cf494f14cc3f02 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x0000000000000000000000000000000000000000 | 0 | null | 582 | 0x | 2000000 | 0 | 1739849792 | 0 | 100000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 |
Schema
| Column | Type |
|---|---|
| id | string |
| number | long |
| hash | string |
| parent_hash | string |
| nonce | string |
| sha3_uncles | string |
| logs_bloom | string |
| transactions_root | string |
| state_root | string |
| receipts_root | string |
| miner | string |
| difficulty | double |
| total_difficulty | double |
| size | long |
| extra_data | string |
| gas_limit | long |
| gas_used | long |
| timestamp | long |
| transaction_count | long |
| base_fee_per_gas | long |
| withdrawals_root | string |