Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.85 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.85 KB

Explore ₿tc block explorer

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

The explorer has two applications client and server

  • Client application is built with Reactjs (Typescript) ❤️
  • Server application is built with Nestjs (Typescript) ❤️

Software Dependencies needed to run this explorer

  • 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.

Stay in touch

Twitter

License

MIT licensed.

Feel free to create a PR for improvement or open an issue if you encounter one.

Happy Hacking ❤️