RBudzynski commited on
Commit
abedf57
·
verified ·
1 Parent(s): 583f6d7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -56
README.md CHANGED
@@ -16,69 +16,25 @@ tags:
16
  pretty_name: BlockDB Raw Blocks - Sample
17
  size_categories:
18
  - 10M<n<100M
 
 
19
  ---
20
 
21
  ![BlockDB Banner](./assets/banner.jpg)
22
 
23
- ## Sample Notice
24
-
25
- This dataset contains **a small sample** of the full BlockDB Raw Blocks dataset.
26
- It is provided **for evaluation, research, and interoperability testing only**.
27
-
28
- If you need full historical coverage, real-time streaming, or end-of-day (EOD) exports
29
- please contact us directly:
30
-
31
- 📧 **support@blockdb.io**
32
- 🌐 https://www.blockdb.io
33
-
34
 
35
  ## Dataset Overview
36
- Each block entry contains the complete structural and integrity metadata required to reconstruct or verify the block state:
37
- hashes, parent linkage, miner address, gas and size metrics, timestamps, extra data, and lineage identifiers (_tracing_id, _computed_receipt_root).
38
-
39
-
40
- ## Chains and Coverage
41
- ETH, BSC, Base, Arbitrum, Unichain, Avalanche, Polygon, Celo, Linea, Optimism (others on request).
42
- Full history from chain genesis; reorg-aware real-time ingestion and updates.
43
-
44
-
45
- ## Schema
46
- List of columns exactly as delivered:
47
-
48
- • block_number BIGINT - Sequential block number
49
- • block_hash BYTEA - 32-byte block hash
50
- • parent_hash BYTEA - 32-byte parent block hash
51
- • receipts_root BYTEA - Root hash of all receipts in the block
52
- • miner BYTEA - 20-byte miner (beneficiary) address
53
- • gas_limit NUMERIC(78,0) - Maximum gas allowed for the block
54
- • extra_data BYTEA - Arbitrary ≤32-byte payload embedded by the block producer
55
- • size BIGINT - Total block size in bytes (header + transactions + receipts)
56
- • timestamp_utc TIMESTAMPTZ - UTC timestamp when the block was mined
57
- • _tracing_id BYTEA - Deterministic tracing ID of this block record
58
- • _computed_receipt_root BYTEA - Recomputed receipts root (BlockDB integrity check)
59
- • _computed_receipt_timestamp_utc TIMESTAMPTZ - Timestamp when the receipts root was computed or revalidated
60
- • _created_at TIMESTAMPTZ - Record creation timestamp
61
- • _updated_at TIMESTAMPTZ - Record last update timestamp
62
-
63
-
64
- ### Notes
65
- • Use encode(block_hash, 'hex') to convert binary values to hex for presentation or joins.
66
- • Every block record is verified against the node RPC.
67
-
68
-
69
- ## Lineage
70
- Each block record includes a deterministic _tracing_id, forming the root lineage reference for all derived BlockDB datasets (swaps, liquidity, and token prices).
71
- This ensures verifiable traceability, reproducibility, and proof-of-derivation for every downstream record.
72
 
 
 
 
 
 
 
73
 
74
- ## Common Use Cases
75
- • Benchmarking node or indexer consistency across chains
76
- • Establishing canonical ground truth for analytics or compliance systems
77
- • Foundation layer for derived token, swap, and liquidity datasets
78
- • Validating receipts and state integrity with recomputed roots
79
 
 
80
 
81
- ## Quality
82
- • Verifiable lineage: deterministic cryptographic hashes per row
83
- • Reorg-aware ingestion: continuity and consistency across forks
84
- • Complete historical coverage: from chain genesis to present
 
16
  pretty_name: BlockDB Raw Blocks - Sample
17
  size_categories:
18
  - 10M<n<100M
19
+ dataset_info:
20
+ homepage: https://docs.blockdb.io/data-catalog/evm/primitives/blocks
21
  ---
22
 
23
  ![BlockDB Banner](./assets/banner.jpg)
24
 
25
+ *This Hub repo is an **evaluation sample** (not full production history). Scope, delivery, and commercial access → **[Raw Blocks on BlockDB docs](https://docs.blockdb.io/data-catalog/evm/primitives/blocks)** · [support@blockdb.io](mailto:support@blockdb.io)*
 
 
 
 
 
 
 
 
 
 
26
 
27
  ## Dataset Overview
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
 
29
+ - **Dataset ID:** `0101`
30
+ - **Table:** `blockdb_evm.b0101_blocks_v1`
31
+ - **Description:** Canonical block headers with BlockDB integrity metadata
32
+ - **Primary key:** `block_number`
33
+ - **API:** [POST /evm/raw/blocks](https://docs.blockdb.io/api-reference/evm/primitives/blocks)
34
+ - **WSS:** [WebSocket /evm/raw/blocks](https://docs.blockdb.io/wss-reference/evm/primitives/blocks)
35
 
36
+ **Need full column definitions and types?** **Looking for example queries, filter fields, or how archive and real-time delivery work?**
 
 
 
 
37
 
38
+ **All of that**—complete schema, samples, API details, and how to open an account—is on BlockDB docs in one place.
39
 
40
+ **→ [Start on the Raw Blocks dataset page](https://docs.blockdb.io/data-catalog/evm/primitives/blocks)** — schema, delivery & signup.