Metadata for each block on the chain including hashes, transaction count, difficulty, and gas used.
Chain
Dataset name
fantom.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_0x0004525a0000115b26667c8323ee5d420380077b1ed86e6de085dd222211fc8a_0 | 81301568 | 0x0004525a0000115b26667c8323ee5d420380077b1ed86e6de085dd222211fc8a | 0x0004525a0000113fab3ea0378529259623a17d6b024334726661999d1f21dde4 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x39aa9568e964d46470a2d905dbdda40c074f62ae5a800895152aa5ea898d7fee | 0x8d1cfe6c5d7633336e9806425280ace4236d842419c4cd38b9e0982c23f0b475 | 0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa | 0x0000000000000000000000000000000000000000 | 0 | 0 | 681 | 0x | 281474976710655 | 21000 | 1716235879 | 1 | 78073651651 | null |
| block_0x0004525a00001193261e44ac90b7112acdc5ad23f052faea4d9c21bcf5cd7dc8_0 | 81301571 | 0x0004525a00001193261e44ac90b7112acdc5ad23f052faea4d9c21bcf5cd7dc8 | 0x0004525a0000118357b93d601e6a3c1b52112a382939b8a79c91b998d8fcc6de | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00200000000000000000080080000002001000000000000000008000000000000000080000000000008000000000000000000000000000000000000000004000001000000000040000000008000020200000000000810000000000000000100000800000020000000000000000000800000000000000000000000010000000000004000000000002000000000000000000000080000002080000004000000000000000100000000400000000001000001000000000200000000000000004000000000002000000200000000000000000000000000000001000000000000020000000000000840000000000000000000000000000004000000000000000001002 | 0x47e0f896742aa54eacff9b1ae4501970323eade6c27d19ab75042680a06f3419 | 0xc8d8db4f4293a5a8955bd06bafa970d3548ba2ca99d7951a02a4b990aae2e4df | 0x69e4faca4cf6d8c50af46d78d0bd1dae7097f04d3452d500c72619046007073f | 0x0000000000000000000000000000000000000000 | 0 | 0 | 1781 | 0x | 281474976710655 | 358126 | 1716235881 | 3 | 78073651651 | null |
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 |