Raw Blocks
Chain
Dataset name
moca.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 | 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_0x4c22c1ec023f1ed9f18b985a748fc430768eb46b935ff87332f6f9007bd5f872_1 | 1 | 0x4c22c1ec023f1ed9f18b985a748fc430768eb46b935ff87332f6f9007bd5f872 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0xeca1153b25af3c525fea34e63ff55c7970316d1c | 409 | 0x | 60000000 | 0 | 1765980976 | 0 | 1000000000 | null | null | null | null | ||
| block_v3_0x44b7b825fa34621d1fcd19b6bd0f8a383b0be488dd4f6b0f5d28a711e79d35bc_0 | 4 | 0x44b7b825fa34621d1fcd19b6bd0f8a383b0be488dd4f6b0f5d28a711e79d35bc | 0x6263493488d9d4de57c49deef64578ae90890585088f4312f6fc975c514a9f3e | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x3601ad31dd2ed14d0ccaf6cb7c62e558969602ff020de4efd0a71fb5ac49592d | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0xac1960e1d340095bea998cfa6ff6601c0feca62e | 890 | 0x | 60000000 | 0 | 1765991751 | 0 | 1000000000 | null | null | null | null | ||
| block_v3_0x0e5218ead95cffc1276332fd3986244d36119538e14113c3c6a37e9e89d6c1a6_0 | 6 | 0x0e5218ead95cffc1276332fd3986244d36119538e14113c3c6a37e9e89d6c1a6 | 0x2b2e95165add3a06f1a9c6c75a3970e32fca2c17991590d131999d4dc3a2cf1c | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x5442cfbe2ee61c4a4078fea6bda3dde5f0cce9f0f33287c77e8b0a52b2684f4e | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x589bbd054e60d29b31e17ebd4aa891c66eedd23d | 888 | 0x | 60000000 | 0 | 1765991753 | 0 | 1000000000 | 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 |