ChromaScope is a real time bitcoin network intelligence dashboard for developers and enthusiasts. It lets users explore the bitcoin network in realtime. it is for developers, Bitcoin enthusiasts, anyone curious about how Bitcoin works most crypto apps show only price, but this shows actual transactions, fees, blocks, mempool.
api name:- Mempool.space REST API url:- https://mempool.space/api it provides real time bitcoin network data like transactions, fees, blocks, address history and much much more. also for this api i will be using corsproxy.io to handle CORS in the browser
features:-
Search — search any Bitcoin transaction ID or address
Block Explorer — browse latest mined blocks and their transactions
Fee Estimator — real-time slow / medium / fast fee recommendations
Mempool Stats — live mempool size, transaction count, congestion level
Mining Pool Distribution — see which pools are mining the most blocks
Difficulty Adjustment Tracker — countdown to next difficulty change
Favorites — save and track addresses or transactions
Dark / Light Mode — theme toggle
Fully Responsive — works on mobile, tablet, desktop
Tech stack:- HTML, css, Javascript, mempool.space api, corsproxy.io
How to run:- yeah just clone this and open the index.html file it has no dependencies or anything
Progress:- currently at milestone 1