A powerful CLI-based Bitcoin address tracker built for real-time blockchain monitoring.
Rapss Explorer allows users to inspect Bitcoin wallet activity, balance, total received, total sent, and transaction count directly from the terminal with a clean futuristic interface.
- Real-time Bitcoin address tracking
- Live balance & transaction fetch
- Track multiple addresses (history saved)
- Clean & modern CLI interface
- Lightweight and fast execution
- Simple command system
- Clone repository
git clone https://github.com/JuraganRapss/rapss-explorer.git- Enter project directory
cd rapss-explorer- Install dependencies
npm install- Run application
node index.js-
track
→ Track a Bitcoin address -
refresh
→ Refresh current tracked address -
history
→ View previously tracked addresses -
exit
→ Close the application
The screenshot demonstrates:
- Successful Bitcoin address tracking
- Real-time blockchain data retrieval
- Clean CLI interface rendering
- Stable execution without runtime errors
Address
Balance (BTC)
Total Received
Total Sent
Transactions
trac146q5dysydj79rrpxfnkzjd7ju93y7738sj5swnfe9p6x2rssmglqxy83h6
- Node.js
- Axios (API calls)
- CLI Interface
- Blockchain Data API
MIT License
