Raw Blocks
Chain
Dataset name
blast.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_0x7ccdd1159dba4dd72f818ed673a0d0efd1001dc22acbac1fbfc60754fe6bbc73_0 | 1 | 0x7ccdd1159dba4dd72f818ed673a0d0efd1001dc22acbac1fbfc60754fe6bbc73 | 0xb689b35ef29d0bec5816938e0e52683c7257d2e325420ea69b739a2be4754b89 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0xeb335856d511a3c644f42fe0827994ae9a3c97b12ab08a518af9e60d2519a914 | 0x71fb490887ae5b2c1eb2a45e1fe584ce2ab17b954584b1d8087d2c90b31c5b2d | 0x6bc9bc98d7b340ff6513a25f8b10cc48988c1fc490779e781c1780b2edffa28a | 0x4200000000000000000000000000000000000011 | 0 | 0 | 904 | 0x | 30000000 | 64057 | 1708809817 | 1 | 996000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 |
| block_0x1d8009115475a9a2f0dc532347785c0f5b9de00941a4d9a3e8ce14fade4b1a68_0 | 8 | 0x1d8009115475a9a2f0dc532347785c0f5b9de00941a4d9a3e8ce14fade4b1a68 | 0x383da5a480cda2ed6c5cdb4331b74d642887f400656ab63c35163af44366200a | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x0db9a90c71d7ae2870de8c5537356803e656b02f11d2fd859ad8f248ec2c6f72 | 0x0e9cf81eca1e26d7fcbeaf1426cb2bfd05b08ee1efb131922a721d8ce4f6a7b2 | 0xb2667f62028d87cb607a4c04a67349fe3108cbe2b607b5941bf715030686e326 | 0x4200000000000000000000000000000000000011 | 0 | 0 | 904 | 0x | 30000000 | 46945 | 1708809831 | 1 | 968729532 | 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 |