Raw Blocks
Chain
Dataset name
kroma.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_0x7b3a0e38ae76e528ffd74e678f92f7e279e6f6d9f24d6ea1871d0971ac21d7df_0 | 5959467 | 0x7b3a0e38ae76e528ffd74e678f92f7e279e6f6d9f24d6ea1871d0971ac21d7df | 0xbc45252e31341626f7becb7e43a6bc3d682e61ab0621a2d54c0eb122bcf8defa | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0xf0d242cd35f8322285e840c6c4bf5ac0bd4804c959076bbda1e850964638b391 | 0x3052f1565e82c377f6eb3578aa714e39e62f41bb13f22585fcf362b0ab1fbacb | 0x7d6c68e1d6ebd4b2bc5299f6233d02cfb972ec3162424221d467364af36a1c21 | 0x0000000000000000000000000000000000000000 | 0 | 0 | 900 | 0x | 30000000 | 49401 | 1705799321 | 1 | 50 | null |
| block_0xfd2de717febd36d30e44583685fed8f996b4e3e1561062eb3aa3a0a5147d999e_0 | 5959469 | 0xfd2de717febd36d30e44583685fed8f996b4e3e1561062eb3aa3a0a5147d999e | 0x641378a7e6686b0ce021288ecdcb8aa9df6441fba8af6dc09aa2be608e30e914 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x1e567e9f7d2386404c04b8fd811a88bed32f1db97c6b826cb5c84dfea378b7d3 | 0x2e747f91cad3bcf73499894164aec15eb222101861114790e5350065db151d6e | 0x7d6c68e1d6ebd4b2bc5299f6233d02cfb972ec3162424221d467364af36a1c21 | 0x0000000000000000000000000000000000000000 | 0 | 0 | 900 | 0x | 30000000 | 49401 | 1705799325 | 1 | 50 | null |
| block_0x498a6b6c3e77187b185da4655ddf87a812e60f1546f81921c61d960931da671c_0 | 5959470 | 0x498a6b6c3e77187b185da4655ddf87a812e60f1546f81921c61d960931da671c | 0xfd2de717febd36d30e44583685fed8f996b4e3e1561062eb3aa3a0a5147d999e | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000300000000000000000000002000000000000000000100000000000000000000800000000000000000000000000000040000000204200000000000000000000100000008000020014008000000408040200008200000000000000000020000011800000000000800000200000000040101000010000004022000000000000000040000000000000000800010000000000000000800000000028002000040000000000000002000814000000000000000000000000000000000000002000000008000000000000000000000000000000000000002002020000010002000000000000000000000000000010020000000000010000001081000 | 0x19b68b9ba5a2dd2a2cc45ff2f42911116c0bbc988e64e4e083f0cfc1ca47de7f | 0x01c90dd30a8d1408338603a90d62d9671430539b6a49c08219f6fc63eb0dcd80 | 0xcb0e43715f773a40930db2a3d7de2f07ddc8f75655d4a447f6d668c790d63a22 | 0x0000000000000000000000000000000000000000 | 0 | 0 | 1812 | 0x | 30000000 | 357308 | 1705799327 | 3 | 50 | 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 |