Raw Blocks
Chain
Dataset name
sei.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 | 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_0x1530fadb66c382a8fd07cae876b456280d68b7131e241fcdd0ea51ffdb4261c1_0 | 94204857 | 0x1530fadb66c382a8fd07cae876b456280d68b7131e241fcdd0ea51ffdb4261c1 | 0xc5f9906f409cc68daf8bcdd255084278a513f0bacb734e3d6930dc1691ea6e55 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0xae730ef3eecf29c729ca8be1966928825bb5f45474db43d36eeb7422c9ad386e | 0x49ef6a0677bf3c9cb1e1fa9411ea8f1ce1fd50ccd1d9eda516ad0b48742aa608 | 0xe1ca4bceb36e12283ccab4a844a97e0c050f005a | 7225 | 0x | 10000000 | 0 | 1723016448 | 0 | 0 | null | null | null | null | ||
| block_v3_0x1f46f50a9e0d11a70b389ad5910412dd9bee239d4f19ca90e84513d54f831825_0 | 94204858 | 0x1f46f50a9e0d11a70b389ad5910412dd9bee239d4f19ca90e84513d54f831825 | 0x1530fadb66c382a8fd07cae876b456280d68b7131e241fcdd0ea51ffdb4261c1 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x8f184fdcffca7d4ceeee7513f994278f640ab976b263a1356ae892fba7590355 | 0xceb1aeab38a835fa51d2fe74b0a3a6e5b20257bb60e59649cce20438088b2f8e | 0x2f3ee9ae75d85d4a6cd93a3fde2ca31ce7878642 | 22813 | 0x | 10000000 | 0 | 1723016448 | 0 | 0 | null | null | null | null | ||
| block_v3_0x40aa6690f842c3ae203d7878d3c80f07060d520d4898dc922a5adcb42c243a31_0 | 94204869 | 0x40aa6690f842c3ae203d7878d3c80f07060d520d4898dc922a5adcb42c243a31 | 0xdde3e2f8c94a3b6d0bd543b8a3de2cfe3f97f2960a04e2049259ddab4ba527d8 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x4e130526635a06b679bb10a6dfa5b97bc924850411dba756105f5a5ecfc6a029 | 0xa502d40812c9b2bb553ccb9de09c69365ce1427d3577b2a2dc0604f0c5046858 | 0x24f70e6cfae07f57fe58f8f6101ecb66e42c96bb | 7225 | 0x | 10000000 | 0 | 1723016453 | 0 | 0 | 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 |