Example frontend: https://btc.j3g.dev
A Node.js + Express backend for exposing Bitcoin Core node data, including mempool monitoring and blockchain info. Built with TypeScript, Express and TSOA.
- Exposes Bitcoin blockchain data via REST API
- Monitors mempool and blocks
- Swagger documentation via TSOA
git clone https://github.com/josematute/bitcoin-node-server.git
cd bitcoin-node-server
npm installCreate a .env file with required variables. See .env.example
npm run devAccess Swagger docs at:
http://localhost:8080/docs
MIT © Jeg