mempool

Query Bitcoin and Liquid network data via REST and WebSocket APIs.

4|1|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/hairyf/blockchain-skills --skill mempool
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mempool
Source: https://github.com/hairyf/blockchain-skills/tree/main/skills/mempool
Command: npx skills add https://github.com/hairyf/blockchain-skills --skill mempool

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides real-time access to Bitcoin and Liquid network data, including mempool status, transaction details, block information, and fee estimations, enabling informed decision-making for blockchain-related applications.

Core Features & Use Cases

  • Mempool & Fee Data: Get current mempool size, transaction counts, and recommended fees for timely transaction inclusion.
  • Block & Transaction Explorer: Query details of blocks, transactions, and addresses on the Bitcoin and Liquid networks.
  • Live Data Streams: Subscribe to WebSocket feeds for real-time updates on blocks, mempool, and network statistics.
  • Use Case: An agent can use this skill to monitor the Bitcoin mempool and suggest optimal fee rates for a user's pending transaction to ensure it gets confirmed within a desired timeframe.

Quick Start

Use the mempool skill to get the recommended fee rates for Bitcoin transactions.

Frequently Asked Questions about mempool

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

FAQPage Schema
How do I check real-time Bitcoin mempool status and transaction fees?

You can query REST APIs to retrieve current mempool size, transaction counts, and recommended fee rates for Bitcoin and Liquid networks to ensure timely transaction confirmation.

What is the best way to get live network statistics for Bitcoin and Liquid?

The best way to get live network statistics is by subscribing to WebSocket feeds, which stream real-time updates on blocks, mempool, and network statistics for Bitcoin and Liquid environments.

Can I query block and transaction details for both mainnet and testnet environments?

Yes, you can query block and transaction details for both mainnet and testnet environments, enabling blockchain explorers and monitoring tools across Bitcoin and Liquid networks.

How do I estimate optimal Bitcoin transaction fees for pending transactions?

You estimate optimal Bitcoin transaction fees by retrieving recommended fee rates from mempool data APIs, allowing an agent to suggest rates that ensure confirmation within a desired timeframe.

Does this API provide address information and transaction details on the Liquid network?

Yes, the API provides access to address information and transaction details on the Liquid network, alongside Bitcoin data, for comprehensive blockchain monitoring and exploration.