BTC_THINGS
Tools for visualizing Bitcoin, money, and purchasing power over time
Tools
SEM MELHORES
LIVE PRICESTop 100 cryptocurrency browser powered by CoinGecko API
ALL THE MONEY IN THE WORLD
DATASETGlobal wealth block visualization - see all the money in the world
DCA CALCULATOR
DATASETDollar Cost Averaging calculator with Bitcoin historical data
DEBASE
DATASETInflation-adjusted asset charts with D3.js visualizations
HALVING
DATASETBitcoin halvings against the price, with the 500-day window around each one
RAINBOW
DATASETBitcoin against a log regression fitted to our own data, with bands at multiples of the residual
BIG MAC INDEX
DATASETBig Mac Index vs Bitcoin price history comparison
HOW MUCH I FUCKED UP
DATASET + LIVE"What if I invested X on date Y?" calculator with historical data
BITCOIN CORE
GUIDEBuild Bitcoin Core from source and run a pruned node, with both wallet formats
Source
- MNMNCS on GitHub
[C]
BIP-39 in C — generates entropy and mnemonics, derives the seed with PBKDF2 and keys with BIP-32, and exports xprv and WIF for Electrum and Bitcoin Core.
- BTC_DESCRIPTORS_PARSER on GitHub
[C]
Bitcoin output descriptor parser and address generator in C — derives keys along BIP-32/44 paths and emits addresses across the common formats. Built on OpenSSL and json-c.