Raw Blocks
Chain
Dataset name
etherlink_shadownet.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_0xec8b358576fedf7322e0e0794a472a8d64e35ded4671100302f7702d149e941e_0 | 3 | 0xec8b358576fedf7322e0e0794a472a8d64e35ded4671100302f7702d149e941e | 0x527770f2917fd868ff86e0e7014eadac18c3204db58e6164f92d785c704b5131 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0xd1cdfaaac2e201cc6edfad31c70dea431a348e7894905d2c9f6d6fa264664f13 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x9bd1830f5cf6b225dabb17fb725a1fa59839f308 | 0 | 0 | 600 | 0x | 1125899906842624 | 0 | 1757085079 | 0 | 1000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 |
| block_0xe35c52cd5c395e36018ec5dfab51383ddd75ea7a78d6e8e62dcfdd12d15c5e18_0 | 4 | 0xe35c52cd5c395e36018ec5dfab51383ddd75ea7a78d6e8e62dcfdd12d15c5e18 | 0xec8b358576fedf7322e0e0794a472a8d64e35ded4671100302f7702d149e941e | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0xd1cdfaaac2e201cc6edfad31c70dea431a348e7894905d2c9f6d6fa264664f13 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x9bd1830f5cf6b225dabb17fb725a1fa59839f308 | 0 | 0 | 600 | 0x | 1125899906842624 | 0 | 1757085085 | 0 | 1000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 |
| block_0x286396c38f22eaaefa2d50b186f746afc4bea6d91a1bdac9f39a441ff1c110cd_0 | 6 | 0x286396c38f22eaaefa2d50b186f746afc4bea6d91a1bdac9f39a441ff1c110cd | 0x7da11720fa748f4a431e0151b23186981107e80f5fe4f4ca99f57f1d4e76275c | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0xd1cdfaaac2e201cc6edfad31c70dea431a348e7894905d2c9f6d6fa264664f13 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x9bd1830f5cf6b225dabb17fb725a1fa59839f308 | 0 | 0 | 600 | 0x | 1125899906842624 | 0 | 1757085097 | 0 | 1000000000 | 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 |