One-click install
npx skills add https://github.com/Jay0xx/forge0btc-news-agent --skill mempool-watch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mempool-watch
Source: https://github.com/Jay0xx/forge0btc-news-agent/tree/main/aibtcdev-skills/mempool-watch
Command: npx skills add https://github.com/Jay0xx/forge0btc-news-agent --skill mempool-watch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires commander.

What problem does it solve?

This tool provides read-only visibility into Bitcoin mempool activity, transaction status, and on-chain backlog, enabling faster decision making before broadcasting transactions.

Core Features & Use Cases

  • Tx-status: check whether a transaction is mined or pending and retrieve confirmation depth.
  • Address history: audit recent inbound/outbound activity for a given address.
  • Mempool stats: view current mempool backlog, pending data, and recommended fee estimates for urgent, medium, or slow transactions.

Quick Start

Run bun run mempool-watch/mempool-watch.ts <subcommand> to fetch the latest mempool data.

Frequently Asked Questions about mempool-watch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check Bitcoin transaction confirmations and pending status via command line?

Check Bitcoin transaction confirmations and pending status by running a CLI subcommand that queries public mempool APIs. It returns JSON outputs including network, confirmation depth, and block height without requiring a wallet.

Can I view Bitcoin address history and recent on-chain activity without a wallet?

View Bitcoin address history without a wallet by using the address-history subcommand. It queries public APIs to audit recent inbound and outbound activity for a given address and outputs the results as JSON.

How do I get current Bitcoin mempool backlog stats and recommended fee estimates?

Get current Bitcoin mempool backlog stats and recommended fee estimates by running the mempool-stats subcommand. It fetches pending data and returns JSON outputs with recommended fees for urgent, medium, or slow transactions.

Does this mempool monitoring tool support Bitcoin testnet and mainnet?

This mempool monitoring tool supports both Bitcoin mainnet and testnet. It queries the mempool.space API to retrieve transaction status, address history, and current backlog stats across both networks.

What is the best way to monitor Bitcoin mempool activity in real time without broadcasting transactions?

Monitor Bitcoin mempool activity in real time by running read-only CLI subcommands against public APIs. It provides visibility into on-chain backlog and transaction status to enable faster decision making before broadcasting.