# Mempool summary Mempool.space Bitcoin Blocks

**Use case:** 

Extract Mempool.space Bitcoin Blocks data filtered by Mempool summary. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "mode": "mempool",
  "maxItems": 10
}
```

## Output

```json
{
  "height": {
    "label": "🧱 Height",
    "format": "number"
  },
  "hash": {
    "label": "🔑 Hash",
    "format": "text"
  },
  "blockUrl": {
    "label": "🔗 URL",
    "format": "link"
  },
  "timestampIso": {
    "label": "🕒 Time",
    "format": "text"
  },
  "txCount": {
    "label": "🔢 Txs",
    "format": "number"
  },
  "sizeBytes": {
    "label": "📦 Size",
    "format": "number"
  },
  "miningPool": {
    "label": "⛏ Pool",
    "format": "text"
  },
  "rewardSats": {
    "label": "🎁 Reward",
    "format": "number"
  },
  "totalFeesSats": {
    "label": "💸 Fees",
    "format": "number"
  },
  "medianFeeRate": {
    "label": "📊 Median sat/vB",
    "format": "number"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Mempool.space Bitcoin Blocks Scraper](https://apify.com/parseforge/mempool-bitcoin-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/mempool-bitcoin-scraper) to learn more, explore other use cases, and run it yourself.