Raw Blocks
Chain
Dataset name
ethernity.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_0xa411fdf73aaa613c0ae4d6c74b05fa35c74e2cc512a60baad1bbd42596cc3263_0 | 47 | 0xa411fdf73aaa613c0ae4d6c74b05fa35c74e2cc512a60baad1bbd42596cc3263 | 0x5dbd151f27955580f7dcfd77c276ca201b4092ba254db77ef14f69ea2a935c56 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0xe845fec7d2dd325749b21383b1e7df70420348cc8b7ce1f35309d548e51c5823 | 0xf51699e5e051c40016f29dfff15b8947bb2d82a46743621c8e37879153f286e9 | 0xd3bb7a166d31713238019180a0946de71ada853935f2a31b39712c7504db40d9 | 0x4200000000000000000000000000000000000011 | 0 | null | 839 | 0x | 30000000 | 43842 | 1723547829 | 1 | 955461614 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 |
| block_0xcde7eb293be4e1d605d67f73fe12ea2f13fa6d211212b9556802b585656477f5_0 | 54 | 0xcde7eb293be4e1d605d67f73fe12ea2f13fa6d211212b9556802b585656477f5 | 0xbfbbff236ee023f71b39d890256215181ec7802260182400fcf17b65a45eccc1 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x12dd148b3d6e642789d65e6d841672bf9e4768f9498dda6eef0fdfd4a3b0b37b | 0x3b85a29d2f26c1c51b37cc3cbbdbac0842332a39bb290dd30e77c0794b4cf87e | 0x6027339b7ac8cfac4c7054e168b3473736e9233ef133428a7437cd116b940530 | 0x4200000000000000000000000000000000000011 | 0 | null | 839 | 0x | 30000000 | 52230 | 1723547843 | 1 | 948993059 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 |
| block_0xbfe7436a78ac7898b2390ba2be330c61a3e5ba230d3b0688521651ed822a9cfc_0 | 59 | 0xbfe7436a78ac7898b2390ba2be330c61a3e5ba230d3b0688521651ed822a9cfc | 0x19ac542d74d9d067f1f863866cdcaefe613a2fccb9f8b1c5c7025d28be5e3c11 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0xd9520179f1d3a150762e44eb391949499a28737ad2e499392fe0f8e37fcaa911 | 0x6d25727320fce7dff8a27d0acd869436c4d1b17fbb2f87a635bf93968956f2c6 | 0xf44a7b8b54994d70d4bb44672f694e47340b62db04881bc056d3e786cfbdd47a | 0x4200000000000000000000000000000000000011 | 0 | null | 839 | 0x | 30000000 | 43842 | 1723547853 | 1 | 944401003 | 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 |