You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backend API for BitScope — a visual Bitcoin explorer.
Endpoints
GET /blocks
GET /mempool
GET /tx/:id
Run locally
npm install
node server.js
About
Express API layer for BitScope that caches and normalizes Blockstream Bitcoin data to prevent rate limits and provide clean data for the frontend dashboard.