Raw Blocks
Chain
Dataset name
kaia.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 | size | extra_data | gas_limit | gas_used | timestamp | transaction_count | base_fee_per_gas | withdrawals_root | blob_gas_used | excess_blob_gas | difficulty | total_difficulty | withdrawals |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| block_v3_0x39bf354485609294e07295fac26ca0c6b4d9f60ec9510adfdbe50e7635dd05d3_0 | 25 | 0x39bf354485609294e07295fac26ca0c6b4d9f60ec9510adfdbe50e7635dd05d3 | 0x25aa5f745c9b1607bdba6f70dbd6325f38bd0a4d4c267a37a8061684bf44ff8a | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470 | 0xf0eef6d872fb9c819b0411770aa2f832a4bcc95fb90e4d0eaf4b801e0c9039de | 0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470 | 0x45ed4bf508ca2061a8b4a16e278ea85a8f87a70b | 1811 | 0x | 999999999999 | 0 | 1561462875 | 0 | null | null | null | null | null | null | |
| block_v3_0xe8d5ff3074898e55f943bae787b3db94592845fe48a10dfc2ff6ffb8238547c5_0 | 28 | 0xe8d5ff3074898e55f943bae787b3db94592845fe48a10dfc2ff6ffb8238547c5 | 0x676f21117ea2ee70c39ad2f93da73cdcc48d38225a508d5a251463ca317c0efd | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470 | 0x0f772cc56bdcfbdd3df75c1ac268f3da38e22a0a5f6ba71221b35f04fd4281dd | 0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470 | 0x56e3a565e31f8fb0ba0b12c03355518c64372120 | 1811 | 0x | 999999999999 | 0 | 1561462878 | 0 | null | null | null | null | null | null | |
| block_v3_0x7ae654daada7cb5dd96b4f6876fc14e7cad9998bf8d235c45d37747174a0e1e7_0 | 9 | 0x7ae654daada7cb5dd96b4f6876fc14e7cad9998bf8d235c45d37747174a0e1e7 | 0x3bd8975bac3f9b8f3c34635b873ab30ab0caf187f6981e4c8916b2056999ad1a | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470 | 0x01dd78946ce5b3f3e692b53bddd81b312d8c416e781c11502584d6eec589ed39 | 0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470 | 0x56e3a565e31f8fb0ba0b12c03355518c64372120 | 1811 | 0x | 999999999999 | 0 | 1561462859 | 0 | null | null | null | null | null | 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 |
| size | long |
| extra_data | string |
| gas_limit | long |
| gas_used | long |
| timestamp | long |
| transaction_count | long |
| base_fee_per_gas | long |
| withdrawals_root | string |
| blob_gas_used | long |
| excess_blob_gas | long |
| difficulty | decimal |
| total_difficulty | decimal |
| withdrawals | string |