Raw Blocks
Chain
Dataset name
conflux_espace.raw_blocksVersion
1.1.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_v4_0xc95c47b29a02d221cab184e619ef26fa98271c767e4634f251c70ab13d197e81_0 | 141364949 | 0xc95c47b29a02d221cab184e619ef26fa98271c767e4634f251c70ab13d197e81 | 0xa727d73af0cf771b22c6afe63c4ae10193d71b476742de617f2bf1c177211db3 | 0xee283e7dbc765cbd | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x81d6801aff764d2719a42378bd00f958d910747a73144b3f71fc84dd11467535 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x1a0d62e080e7a2478fe8b56064bc8d5122ec1903 | 1437716895788 | 0 | 0 | 0x | ÉÃ | 1771315252 | 0 | 20000000000 | null | |
| block_v4_0x82d81f94ecdb96c3c2e9687cd6742d49d54304b8cffb485f0f8eaf5aa27ccd13_0 | 141364633 | 0x82d81f94ecdb96c3c2e9687cd6742d49d54304b8cffb485f0f8eaf5aa27ccd13 | 0x2c0ad5eaad15f5c09b21452ff8b47cdadb6c43aa8f610c2aff7e64403e9f925a | 0x4210a89bc4e1e964 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x58950a22a9c23ec2e2b459c8b021602c9e861d0013d25553b2ccd567bd74ce04 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x1468d2a77f4f7acc66387e427e58e49b5f347932 | 1440657012141 | 0 | 0 | 0x | ÉÃ | 1771314864 | 0 | 20000000000 | null | |
| block_v4_0x35b13bd3e9688a213203645874b8a1f4b768efb81f049e40178bf80039a0d6b3_0 | 141364687 | 0x35b13bd3e9688a213203645874b8a1f4b768efb81f049e40178bf80039a0d6b3 | 0x38656d19e7041ed9d03ad3cf3926cd7eed34f2be0cccac8617e2113eee80c73b | 0x72692d0d643117f5 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000010400000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000800000000000400000000000000000000000000000 | 0x928d3f62ec8ffc5d115bf04870a1002928da1c6b9f16c0d4dcd53790f4021678 | 0x426d44432b99a2ee066ed0d7328b515275e7f3feaf1a4092f892868d7f6e5372 | 0x09f8709ea9f344a810811a373b30861568f5686e649d6177fd92ea2db7477508 | 0x1a0d62e080e7a2478fe8b56064bc8d5122ec1903 | 1440657012141 | 0 | 400 | 0x | ÉÃ | 1771314933 | 4 | 20000000000 | 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 | decimal |
| gas_used | decimal |
| timestamp | long |
| transaction_count | long |
| base_fee_per_gas | long |
| withdrawals_root | string |