The bitcoin block explorer will provide information about the current blockchain
- Features
- Top Blocks
- Top Transactions
- Block Information
- Transaction Information
- Transaction status
- Search for block with it's height or hash
- Search for transaction with it's Id
- Search for an address balance and transactions
- Client application is built with Reactjs (Typescript) ❤️
- Server application is built with Nestjs (Typescript) ❤️
- Bitcoin core Bitcoin core software is needed and configured in signet, main net, test net, or regtest mode, enable rpc calls to get information from the bitcoin network
- Electrs client Electrs Indexer is needed to get information about a bitcoin address (scriptPubKey).
Client application is inside the client folder, Follow the guide here to install the client app Server application is inside the server folder, Follow the guide here to install the server app
This project is built during Qala bitcoin development training cohort, a program training African software engineers transitioning to bitcoin and open source software development.
Feel free to create a PR for improvement or open an issue if you encounter one.
Happy Hacking ❤️