Raw Blocks
Chain
Dataset name
scroll_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_0xd87c97e9009d3411445a8908f087f9f2b6b3a162c49bbee5f93d33d1c6cc28fe_0 | 5 | 0xd87c97e9009d3411445a8908f087f9f2b6b3a162c49bbee5f93d33d1c6cc28fe | 0x8294c24cf5550b4e7c4bbcfe8ae00a681fab67cb3f697006fa8d19c056bdfb74 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000040000010020000800000002200000000400000800000000000000000000400000001010000000000000000400050000000000000000000100000001000100001000004000000000000000040000001000000020020000000000000000800000220000004020010000800100010480000000000000800000000000004008004000000000090000000000001000000000000000000000000000000000400000000000000000200000002040000020000000000120000004000000000040000800040000000000000000000000020000000000002000010010000000000000000008040000008004000000000000000 | 0x59d5d1aa2480056304083e64982638347d919fa9cb329e93f36385779667f0c5 | 0x0e13888dc93db27a55825d45b27d2b7d367ac9b6a302bd3480177253320f815a | 0xd741992410c7c0301de22b4c832dfb31ce8d182d18b8236b9c9c944ad986e96f | 0x0000000000000000000000000000000000000000 | 2 | 11 | 2336 | 0xd88304031d846765746888676f312e31392e31856c696e7578000000000000007ab6b6bd8d52c9beffe935e1bc805d9d4ad62d54485104e80943537d380d6f425ad055ad510c498d1e6efc2aa7e7cc7e1b6166f8421e94b13e291196cba1934a00 | 8000000 | 2117609 | 1691389477 | 10 | null | null |
| block_0x5123e43840de61a39b27b740e422d4a5f2834e453b7f1008620d8da0a7f71906_0 | 6 | 0x5123e43840de61a39b27b740e422d4a5f2834e453b7f1008620d8da0a7f71906 | 0xd87c97e9009d3411445a8908f087f9f2b6b3a162c49bbee5f93d33d1c6cc28fe | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000200000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000100001000000000000000000080000000000000000020000000000000000000800000000000000000000000800000000400000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000020000000000002000000000000000000000000000000000000000000000000000000 | 0x8156cce4e46e3bd482754aaadd9c90c8b83b766a968c12f8eabde0b78b964bdf | 0x29fee2024813a75d49d4670716e0f706eac9d72f091f64db1f802d346a1f2a58 | 0xa6d8decd17eeaa3e561702143374ad1d94521526918ecc286a8b885e846e9187 | 0x0000000000000000000000000000000000000000 | 2 | 13 | 815 | 0xd88304031d846765746888676f312e31392e31856c696e7578000000000000008f7175ed80593d395069afed2d970e505b076e15642e1f6e3bcb2f589a2a47fa5841868b80fcc70f18cd52de027bdb5ab881fdefc5ebf0d8034cb35e926e89f300 | 8000000 | 166890 | 1691389480 | 1 | 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 |