Raw Blocks
Chain
Dataset name
xlayer.raw_blocksVersion
1.1.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_0xd5bf79bb9da9ed8aefecfe38039dafd4316f87a17481f11507274ba7e34d06b1_0 | 34974831 | 0xd5bf79bb9da9ed8aefecfe38039dafd4316f87a17481f11507274ba7e34d06b1 | 0xe6f9d50092b76e11904e61f86450a75e4c9b090922eca0ef619b4ee1f175eb9b | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x59a6bcc5fc354c7fd15200342214eb4f8e85edd23fa13e9e51aa73da1390f14d | 0xe232ca9d23136fee2b83e0c0b2d3f7fb8d4704e1095177456c11adf71db2f626 | 0x9e720c039935315d7d02dddd0e1cdd2d0794c1d4f22acc2ec0753326428d8ace | 0x610de9141a2c51a9a9624278aa97fbe54b27c102 | 0 | 0 | 2040 | 0x | 1125899906842624 | 340340 | 1757441152 | 5 | null | null |
| block_0x24e0759934e7137bb887673314ccf671ecba5ee1c1b5e5143385c18873d8e006_0 | 34974833 | 0x24e0759934e7137bb887673314ccf671ecba5ee1c1b5e5143385c18873d8e006 | 0x92d3a738051eb9e685f11e99bf4d6a8ae6522a378a3cfa51926fe731870f5ee6 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00200800000000008000000080000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000008000200040000000000000000000000008000000200000000000000000000001000000000000000000000000000004000000000000000000000040000000000010000000000000000000000000000000000004000000000000000000080000004000000000030000000000020000000000000000000000000000004000000800000400000000000102000000000000000000000000000001000000001000000000000000080010000000000000000000000000000000004000000000000000000000000000 | 0xf4dc1445e2d7322ae8c409fa6146d90c834f4cd3ffb64076de97968e04f8e88c | 0x6455e3a8f09101004c7876015c988e42b800f0d1ebdbcb40abf5ffd7209a331b | 0x8785aa63086e4f5714c05004f3ecbb1bb37b11c22493361fa37fab20f4ecb481 | 0x610de9141a2c51a9a9624278aa97fbe54b27c102 | 0 | 0 | 1972 | 0x | 1125899906842624 | 472246 | 1757441153 | 5 | null | null |
| block_0x6c18509c65d2e36ca6b3a85e096ba342c1e42d26a2a77404195e552c24ef6457_0 | 34974839 | 0x6c18509c65d2e36ca6b3a85e096ba342c1e42d26a2a77404195e552c24ef6457 | 0xd6cd1ea8d120ad24cb77c3ac9406ab90d0cd33a51e831f7ca75567bf2d335c7b | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00200800000000008000000080000000000000000000000001000000000000200000000000000000000000000400000000000200000000000001000000200000000000000000000000000008000000600000000000000000000000008000000000000000020000000000000080000800000000000000000000000010000000000000000000040020000000000000000000000001000000080000004000000000000000000000000000000000000000000008000000004000010000000000000000000002800000000000000000000000000000000000001000000000000020000008000000000000000000000000000000000000000000400000000000200000 | 0x080732bd34ae3636af439bb79793122b86791cf441e9e50978e301c90acbdfa9 | 0x9f88ca165670301d45e1c620884420902a18c352022f96e24c3ae98ea2fd6922 | 0xea973e78bb6068426c0a26b801eef6716748cb450c0e8df3d61149fc88c083a2 | 0x610de9141a2c51a9a9624278aa97fbe54b27c102 | 0 | 0 | 2812 | 0x | 1125899906842624 | 621318 | 1757441156 | 7 | 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 |
| 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 |