Crypto QC clean AI-training-safe

Crypto On

Daily on-chain fundamentals for Bitcoin AND Ethereum in one clean panel - computed directly from the public-domain blockchains (via Google BigQuery public datasets, not a restrictive wrapper API). BTC: transaction count, block count, block size, fees, on-chain volume, average transaction value, outputs created / inputs spent, and ACTIVE ADDRESSES. ETH: transaction count, gas used, average gas price (gwei), ETH transferred, active addresses, and ETH burned (EIP-1559). Active-address counts and on-chain throughput are the metrics analytics vendors (Glassnode, Coin Metrics, DefiLlama, Blockchain.com) sell behind paywalls and forbid you to resell - but the ledger itself is public-domain data, so these derived aggregates are freely redistributable. That licence gap is the moat: the clean, resellable on-chain-activity layer.

55K
rows
2
zones
2013-2026
coverage
0.9 MB
download
Source
On-chain (BigQuery)
Licence
Redistributable open data
Updates
Daily
Data through
2026-08-01
Quality
QC clean · 0 failures
Format
Apache Parquet + dictionary

Safe to train on

Built only from a named, redistributable official source under a documented open licence - not scraped web data. No copyright grey zone, no personal data. Ships machine-readable Croissant metadata (ML Commons - loads in Hugging Face / Kaggle / Google), an AI training-licence manifest documenting source, licence and provenance for your model's data governance, and a machine-readable data dictionary (drop it into an agent / RAG prompt so the model knows every column) - all inspectable before you buy.

What's included

  • Two chains, one panel: BTC + ETH daily on-chain fundamentals (2013/2015→present)
  • BTC: tx/block counts, block size, fees, on-chain volume, avg tx value, UTXOs created/spent, active addresses
  • ETH: tx count, gas used, avg gas price (gwei), ETH transferred, active addresses, ETH burned (EIP-1559)
  • Active-address & throughput metrics are the paywalled layer (Glassnode/Coin Metrics) - here, resellable
  • Computed from the public-domain blockchains via Google BigQuery public datasets
  • Public domain (the ledger is public-domain data); derived aggregates freely redistributable

Schema

ColumnTypeDescriptionFilledDistinct
zone str Chain (BTC or ETH) 100.0% 2
ts timestamp (UTC) Day 100.0% 4,960
metric str Active addresses / Transaction count / On-chain volume / Fees / Gas used / ETH burned / … 100.0% 14
value float Metric value (count, bytes, gwei, or native coin) 100.0% 46,202
unit str unit 100.0% 5
res_min int Native resolution (daily = 1440) 100.0% 1

Sample & preview

Every purchase ships as Apache Parquet with a data dictionary and the full QC report. A free sample (first rows + schema) is downloadable here - confirm fit before you buy. Source: On-chain (BigQuery) (redistributable open data; attribution passes through - see our Licence).

Don't trust screenshots - drop the sample into your notebook right now.

import pandas as pd
df = pd.read_parquet("crypto-network-fundamentals_sample.parquet")
df.info()   # typed columns, gap-aware, ready to join
⬇ Download free Parquet sample or CSV for Excel
Coverage: 2 zones

BTC · ETH