vjalili commited on
Commit
249e720
·
verified ·
1 Parent(s): ba5ebf7

Update README.md

Browse files

# Overview

[EBA](https://github.com/B1AAB/EBA) interfaces with the Bitcoin network to create a graph of the full history of on-chain transactions, which includes the complete trading details of `>8.72B` BTC. This temporal heterogeneous graph consists of `>2.4B` nodes and `>39.7B` time-stamped edges spanning more than a decade, making it an ideal resource for developing models on Bitcoin and a large-scale benchmark for graph neural networks.

We share the complete ETL pipeline and all the data it generates. To simplify working with the pipeline and its resources, we have split them into separate repositories: [ETL pipeline](eba.b1aab.ai/docs/bitcoin/etl/overview); [Dataset release](eba.b1aab.ai/releases/data-release/v1); [Sample communities](https://www.kaggle.com/datasets/vjalili/bitcoin-graph-sampled-communities); [_Hello-World_ model](https://github.com/B1AAB/GraphStudio/tree/main/quickstart/script_classification).


# Block Metadata

This dataset provides per-block summary statistics for the Bitcoin blockchain, covering all blocks up to height `863 000`. The statistics are derived from four sources: parsed from block headers, ETL logs, summarized from block content, and generated from the chain in a post-processing step.

The goal of these stats is to provide block-level context; either used as an independent resource (e.g., to forecast trade volume) or to complement other datasets. For instance, they can be combined with the Bitcoin Graph or off-chain market indicators (like high, low, open, and close prices) to enhance forecasting models.

[Dataset and features documentation](eba.b1aab.ai/docs/bitcoin/datasets/stats)

Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -1,3 +1,9 @@
1
- ---
2
- license: cc-by-nc-sa-4.0
3
- ---
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ task_categories:
4
+ - graph-ml
5
+ tags:
6
+ - Cryptocurrency
7
+ - Bitcoin
8
+ pretty_name: EBA
9
+ ---