get_10_latest_blocks_informations
Retrieve detailed data on the last 10 Bitcoin blocks, including transaction count, fees, reward, and mining pool. Use to analyze blockchain activity trends.
Instructions
Use this to get detailed information and statistics about the 10 most recently mined Bitcoin blocks.
Returns comprehensive metrics in string format for each of the last 10 blocks:
- Block height and unique identifier (hash)
- Mining timestamp
- Transaction count
- Block size (in MB) and weight
- Total fees collected and average fee rate (sat/vB)
- Block reward (in satoshis)
- Mining pool that found the block
- Nonce value
Also includes aggregate statistics across all 10 blocks:
- Total number of transactions
- Average transactions per block
- Average block size
- Average time between blocks (in minutes)
Use cases: When you need to analyze recent blockchain activity trends, compare mining pool performance, or monitor network congestion.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |