SkillAgentSearch skills...

Brk

Open-source on-chain analytics for Bitcoin.

Install / Use

/learn @bitcoinresearchkit/Brk
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Bitcoin Research Kit

MIT Licensed Crates.io docs.rs Supported by OpenSats Discord X Nostr

"Shout out to Bitcoin Research Kit. [...] Couldn't recommend them highly enough." — James Check (CheckOnChain), What Bitcoin Did #1000

Open-source, self-hostable on-chain analytics for Bitcoin. Block explorer, address index, and thousands of metrics, everything computed from your node, even the price.

Similar to Glassnode + mempool.space + electrs + UTXO Oracle in a single package.

Bitview is a free hosted instance of BRK.

Data

Zero external dependencies. BRK needs only a Bitcoin Core node. Historical prices are built in, live price from your mempool. Every metric is computed locally from your own copy of the blockchain. Your node, your 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: Date, height, halving epoch, address type, UTXO age.

Mempool: Fee estimation, projected blocks, unconfirmed transactions.

Usage

Website

Browse metrics and charts at bitview.space, no signup required.

API

curl https://bitview.space/api/mempool/price

Query metrics and blockchain data in JSON or CSV.

Documentation · JavaScript · Python · Rust · llms.txt · LLM-friendly schema

Self-host

cargo install --locked brk_cli && brk

Run your own website and API. All you need is Bitcoin Core.

Note: BRK uses sparse files. Tools like ls -l or Finder report the logical file size (>1 TB), not actual disk usage (~350 GB). Use du -sh to see real usage.

Guide · Professional hosting

Library

cargo add brk

Build custom applications in Rust. Use the full stack or individual components (parser, indexer, computer, server).

Reference · Architecture

Supporters

Become a supporter

Donations

<a href="https://x.com/_Checkmatey_"><img src="https://pbs.twimg.com/profile_images/1657255419172253698/ncG0Gt8e_400x400.jpg" width="40" alt="Checkmate" title="Checkmate" style="border-radius:50%" /></a> <a href="https://x.com/JohanMBergman"><img src="https://pbs.twimg.com/profile_images/1958587470120988673/7rlY5csu_400x400.jpg" width="40" alt="Johan" title="Johan" style="border-radius:50%" /></a> <a href="https://x.com/clearmined1"><img src="https://pbs.twimg.com/profile_images/1657777901830541313/6OAaR8XF_400x400.png" width="40" alt="ClearMined" title="ClearMined" style="border-radius:50%" /></a>

<img src="./qr.png" alt="Bitcoin donate QR code" width="120" />

bc1q09 8zsm89 m7kgyz e338vf ejhpdt 92ua9p 3peuve

Links

Community

License

MIT

Related Skills

View on GitHub
GitHub Stars115
CategoryData
Updated12h ago
Forks20

Languages

Rust

Security Score

85/100

Audited on Mar 26, 2026

No findings