Bitcoin
Services and tools for Bitcoin software developers.
Contents
Utilities
CLI to quickly fire up a a Bitcoin regtest box along with Electrs and Esplora. Includes faucet and push commands.
A little Python utility that lets you monitor Bitcoin addresses through Blockchain Websocket API and perform custom callbacks.
A collection of simple programs which can generate bitcoin wallets, create and sign transactions, and send transactions over the bitcoin network.
Find all used addresses in your Bitcoin HD wallets bypassing gap limits.
A no-framework, no-dependencies, customizable, animate-able, SVG-based <qr-code> web component.
Self-custodial serverless donation widget with address rotation derived from an XPUB.
Bitcoin dashboard with real-time price data, a chart, orderbook, market summary, Twitter/X insights, and halving countdown data. Live Demo
100% client-side tool for broadcasting signed Bitcoin transactions from air-gapped wallets.
Python Libraries
Python library for Bitcoin keys, signatures, transactions. Includes full VM implementation and tools for manipulating keys (ku) and transactions (tx).
Simple library to store/retrieve information in bitcoin transactions using OP_RETURN.
Python library for Bitcoin signatures and transactions from Vitalik Buterin. Project discontinued.
Blockchain API and Web services
Privacy projects
Blockchain Explorers
C Libraries
C++ Libraries
JavaScript Libraries
alternative implementation of secp256k1: size is only 4KB gzipped; lots of comments, very valuable for learning how algorithms work