Skip to content

Added btcmonitor to list of Utilities#124

Open
afalk42 wants to merge 1 commit into
igorbarinov:masterfrom
afalk42:afalk42-btcmonitor
Open

Added btcmonitor to list of Utilities#124
afalk42 wants to merge 1 commit into
igorbarinov:masterfrom
afalk42:afalk42-btcmonitor

Conversation

@afalk42
Copy link
Copy Markdown

@afalk42 afalk42 commented Aug 10, 2025

I recently created a new terminal dashboard (TUI) that monitors a local Bitcoin Core node using its JSON-RPC interface.

  • Cross-platform using Python3 and Rich: tested on macOS, Ubuntu, Windows
  • Uses cookie auth detection or bitcoin.conf as well as optional command-line parameters for rpc authentication
  • Visualizes the following data about your bitcoin node in a dashboard:
    • Node health, blockchain height, peer information
    • Bitcoin price, block subsidy, # of blocks until next halving, time since last block
    • Mempool transaction count, memory size and fee histogram
    • Next block template as well as expected tx count, weight, and fee rate bands
    • Scrollable list of the 100 largest transactions in the mempool sorted by BTC output

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant