Raw Blocks
Chain
Dataset name
camp_testnet.raw_blocksVersion
2.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_0x91aa513cde884a74dbb1870be15ed7d213aa16fc5d12266fa4b14dedebd89a7e_0 | 1499538 | 0x91aa513cde884a74dbb1870be15ed7d213aa16fc5d12266fa4b14dedebd89a7e | 0x9b9fc29112b7b6ffda5d1d6ccaed08c82d63515a89ab1d076867ef5dd5f22b49 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x0a064d14b7855437551e0d21e05b1571f8de800a40ce5e8dfd33ebfafb40d557 | 0x09a4d578ac15542a69c96370fa06b9bf075913f6990f3207825b412ce6e35ae5 | 0xebf5565b0638d4d6ffa428a4c28c6121e3b7e2d5c92f98bda59e61fe1ad6b0e7 | 0x4200000000000000000000000000000000000011 | 0 | 0 | 904 | 0x | 30000000 | 46901 | 1712590056 | 1 | 252 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 |
| block_0xf9dcdc31e984bb9a54d491792663660c4cfb53411b974d725b163d6ff1b769c7_0 | 1499540 | 0xf9dcdc31e984bb9a54d491792663660c4cfb53411b974d725b163d6ff1b769c7 | 0x00ea95c6f70b18905ed5e0834bae36c917b30a8e005c38c4a8a66c022420fc88 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x6c85a0d0c24f950d4f9e367ecef27ed797bc2dd62aa51ea8624140366cf13ceb | 0x94804c89eae394818caeeb2b2b217ed53351b476725d1a800ba6734b298204e3 | 0x02368f7727a74af69e9b8e28f9a16f8cf23b56a22bb8f158f4d706a217863451 | 0x4200000000000000000000000000000000000011 | 0 | 0 | 904 | 0x | 30000000 | 46901 | 1712590060 | 1 | 252 | 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 |