Raw Blocks
Chain
Dataset name
lisk_sepolia.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_0xbfd7b75cd674e7e403258afb0088ecb140603ff93d804a6b4e616a2784517fcc_0 | 2 | 0xbfd7b75cd674e7e403258afb0088ecb140603ff93d804a6b4e616a2784517fcc | 0x768b506aa49a508db948c14d06ec429f5d7ab4dffb22ff4d6bf1fe837985f1cb | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x55aae4b150fbe7b2e699bb71934b2a15689145df14536eb711db49fb37e58f7c | 0x96a12d62fe6db54e56c51521ba81c99c275501ff07606b4f62dafd6b2fde32dd | 0x3d29c9411fb433bb707c05bf84cf241fe80e872eaff6a840c332942ac171b6a7 | 0x4200000000000000000000000000000000000011 | 0 | 0 | 904 | 0x | 30000000 | 46913 | 1705312996 | 1 | 992101010 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 |
| block_0xb0227e03b8f11127d8b2c418dc875bf529d660fff4e3ea2be80b144eda75221a_0 | 8 | 0xb0227e03b8f11127d8b2c418dc875bf529d660fff4e3ea2be80b144eda75221a | 0x77862715d589e05c3e48795ec2084a07cfa2bb9394d620fd16d44c7e636526e0 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0xa7657ec0f075212908d9141b108bafa767e4dec69f6ed3c44606ae10042459f5 | 0xd0b45f505f86484e0b06652dfd97af1beccaf5588b9c2a1e57ae46e799522d63 | 0xb2b206e305d3de6ecfcff1c786ecbdf247e69bd1dce0842258801443c0db6db2 | 0x4200000000000000000000000000000000000011 | 0 | 0 | 904 | 0x | 30000000 | 46913 | 1705313008 | 1 | 968892437 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 |
| block_0x9f0e23b4e2722a091a916814427dbfe6a8cdcdb3dd37fe593398b1d39e0ca405_0 | 11 | 0x9f0e23b4e2722a091a916814427dbfe6a8cdcdb3dd37fe593398b1d39e0ca405 | 0x11cf9b8f425441fd334c4698787443a1ee36a4f3844aebf8d6905cc87fe8bfea | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x8e21d6f9d63c62bbd48092c8c5749630651d7f6dbef69f4c0d518fef9187c13b | 0xf95d99df99c70c16b8ada7618949ebd74054d3cc68d6c6a7efe6fbc94e950933 | 0x13e4a72644f8038ad1bc1e6bf023adce22e28441d34cb88bf438c9f216224c7f | 0x4200000000000000000000000000000000000011 | 0 | 0 | 904 | 0x | 30000000 | 46913 | 1705313014 | 1 | 957492549 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 |
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 |