Raw Blocks
Chain
Dataset name
metal_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_0x61c857a89fe5153eff570e901341e171af529fd334c3cf8e69a571de0f9e5a66_0 | 317026 | 0x61c857a89fe5153eff570e901341e171af529fd334c3cf8e69a571de0f9e5a66 | 0x8f6fef354e17f6f1df7be6cf801f0d74c6849df4a86adb75b1dbacd32f60d95d | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x1c468c295b80b0e167d6794c5fcc7796030337d4bdd32860c0e4a9e13319016c | 0x20d5a38113f3acb9d162d35934fe38489671e85d2cdb6d900d46a78b272e322a | 0x43e92ff57dc21a0bd66c62da66d48e3cee38a0588eb3b5379a65f81308fbfd9c | 0x4200000000000000000000000000000000000011 | 0 | 0 | 839 | 0x | 30000000 | 43851 | 1708763672 | 1 | 252 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 |
| block_0x8f6fef354e17f6f1df7be6cf801f0d74c6849df4a86adb75b1dbacd32f60d95d_0 | 317025 | 0x8f6fef354e17f6f1df7be6cf801f0d74c6849df4a86adb75b1dbacd32f60d95d | 0xe2b0d2e6450bb456871fcd31820ea7eafae5a4c8dde00b1e034ab4dc5ace5a64 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0xb3ccde872361a50e3ea4c0b0b26265ff0e8fc18ab3eef3b6ad7f5a4e8eaeeb50 | 0x492e8aeefb4a9afcc86b7596e4a346eaa5c4a95ba58ea911f184f906ad969981 | 0xd0841dc2e25fe2e86a1f5f882a5940f1cc1ff92054f88f406faf7376ee9251da | 0x4200000000000000000000000000000000000011 | 0 | 0 | 839 | 0x | 30000000 | 43851 | 1708763670 | 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 |