Files
brk/docs/README.md
2026-01-14 20:09:51 +01:00

1.9 KiB

Bitcoin Research Kit

Open-source on-chain analytics for Bitcoin.

MIT Licensed Crates.io docs.rs

Combines functionality of Glassnode (on-chain metrics), mempool.space (block explorer), and electrs (address index) into a single self-hostable package. See Bitview for a live example.

Data

Blockchain — Blocks, transactions, addresses, UTXOs.

Metrics — Supply distributions, holder cohorts, network activity, fee markets, mining, and market indicators (realized cap, MVRV, SOPR, NVT).

Indexes — Query by date, height, halving epoch, address type, UTXO age.

Mempool — Fee estimation, projected blocks, unconfirmed transactions.

Usage

API — REST with JSON/CSV. Documentation. Clients: JavaScript, Python, Rust.

Self-host — Requires Bitcoin Core. Guide. Docker.

Librarydocs.rs/brk. Architecture.

MCP — Model Context Protocol server for LLMs.

Discord · Nostr

Development supported by OpenSats.

License

MIT