Raw Blocks
Chain
Dataset name
hyperevm_testnet.raw_blocksVersion
1.0.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_0xdb4bf13c77545fe2e5d0d0f6711d3a11fed31e8756ea671c92246da71702620d_0 | 32625275 | 0xdb4bf13c77545fe2e5d0d0f6711d3a11fed31e8756ea671c92246da71702620d | 0x0b48ef9f93de9f2ef9c03603932e74ff0b8f88707682d61cd4d027446d4a0849 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x0000000000000000000000000000000000000000 | 0 | null | 586 | 0x | 2000000 | 0 | 1758184267 | 0 | 100000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 |
| block_0xfb73160703926fcf699e2d81eac4cc092f096a5cde8b23e4b57ebc043b2a651c_0 | 32625291 | 0xfb73160703926fcf699e2d81eac4cc092f096a5cde8b23e4b57ebc043b2a651c | 0x2948c431cc58c7a99d6a457230dc265fdea233d73784a2a9ef9f301c23aeab5c | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000082004000000000000000000000000000000000000000000000000000000800000000000004000000000000000000008000000000001001000020000000008000000000210000000000000000000000000000000000000000000000000080000000000000000000200000000000010000000000000000000000000000000000000080040000000000200000000000000000000000000000000002000000000000400000000000000000000000000080000000000000002040000000000000010000000000080000000000000000000000000000000000000000000000002000000200000000100000000000000008000000400 | 0x90f148e1677ad40c933809a617938655d8b0feaaabdcc4bbdfa06a91512262c1 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x4fa8669dc4145c9b28299a23f57b4a0d0d13ef38c19d6cb5ff784b41b79375dc | 0x0000000000000000000000000000000000000000 | 0 | null | 835 | 0x | 2000000 | 89215 | 1758184283 | 1 | 100000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 |
| block_0xb6e0af5937a03b21df09bb726ebf64a17482bdac464108de422b530449a9bb1d_0 | 32625293 | 0xb6e0af5937a03b21df09bb726ebf64a17482bdac464108de422b530449a9bb1d | 0x4a33a852c2981e121dee8a74f897f44f690a0d905792be11f5e2539d0d66b2ca | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x0000000000000000000000000000000000000000 | 0 | null | 586 | 0x | 2000000 | 0 | 1758184285 | 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 |