Skip to content

This project is a real-time Bitcoin Explorer. The application connects to a Bitcoin node running on the Bitcoin regtest and provides features to explore blockchain data and wallet balances.

Notifications You must be signed in to change notification settings

thomasdev5832/bitcoin-explorer

Repository files navigation

Bitcoin Explorer - Dojo Bitcoin Nearx

This project is a real-time Bitcoin Explorer. The application connects to a Bitcoin node running on the Bitcoin regtest and provides features to explore blockchain data and wallet balances.

Live Demo

Check out the live deployment of this project: Bitcoin Explorer

Features

  • Deploy a Bitcoin Node: The Bitcoin node runs on the regtes, deployed in a AWS cloud service.
  • Block Search: Retrieve a block using its number.
  • Transaction Search: Retrieve details of a transaction using its hash.
  • Wallet Balance: Display the balance of a wallet based on its address.

Tech Stack

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/bitcoin-explorer.git
    cd bitcoin-explorer
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev

Usage

  • Search Blocks: Enter a block number to retrieve its details.
  • Search Transactions: Input a transaction hash to view its information.
  • Wallet Balance: Enter a Bitcoin address to see the wallet's balance.

Screenshots

Real-time Bitcoin Explorer Desktop

Real-time Bitcoin Explorer Mobile Real-time Bitcoin Explorer Mobile

Roadmap

The next steps:

  • refactor the code
  • create backend
  • add new features
  • combine the three inputs into a single one to improve the user experience.

Contributing

Contributions are welcome! Please open an issue or submit a pull request to suggest changes or improvements.

License

This project is licensed under the MIT License. See the LICENSE file for details.


About

This project is a real-time Bitcoin Explorer. The application connects to a Bitcoin node running on the Bitcoin regtest and provides features to explore blockchain data and wallet balances.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published