Raw Blocks
Chain
Dataset name
zetachain_testnet.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_0xecc1ee06e17694d557cc16b5a91d5a3d5ad4266c554a5a09c4c8012101c4299f_0 | 45 | 0xecc1ee06e17694d557cc16b5a91d5a3d5ad4266c554a5a09c4c8012101c4299f | 0xbdb87ade806bba1f8a0381333046ef2cb6f4e11936356b1d768534c489d1cd78 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x39f165ac965ba5aee36c2090163d65489787fac723760f3d022a28d6206f4465 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x3a7cec5f560a5bbb69b628017b404193864de595 | 1132 | 0x | 500000000 | 0 | 1684959048 | 0 | 2459849 | null | null | null | null | ||
| block_v3_0xedfa8b33231c60a99c3760d0026e41d4493b82e6c4589fa07ae0eb8e27d94035_0 | 6 | 0xedfa8b33231c60a99c3760d0026e41d4493b82e6c4589fa07ae0eb8e27d94035 | 0x7322284f0cd0f05ba9a64027c79e9cb4de09b7442893784ce518ebb33efd8659 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x0b3460e82bc0d5fff21e0814a698e2931f3b57e09f7eb8d2a65d5819fc8db2bc | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x3a7cec5f560a5bbb69b628017b404193864de595 | 1130 | 0x | 500000000 | 0 | 1684958820 | 0 | 449359520 | null | null | null | null | ||
| block_v3_0xb2b56ebe457bcc87f42727fc0ff956edd1ea9673c38a1fdb40edd5e024766ae2_0 | 9 | 0xb2b56ebe457bcc87f42727fc0ff956edd1ea9673c38a1fdb40edd5e024766ae2 | 0x03d68a22bbd036498ddccc0b1af031045aa96bec85611221b2fea94e4ad22d11 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x9a8cf44b1d8efcc95edb1b2c069918791f2d26e0f1137eb0d9a7a91734d2d2a1 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x3a7cec5f560a5bbb69b628017b404193864de595 | 1129 | 0x | 500000000 | 0 | 1684958839 | 0 | 301035773 | 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 |