get_10_latest_blocks_informations
Retrieve detailed metrics and statistics for the 10 most recent Bitcoin blocks to analyze blockchain activity, monitor network trends, and compare mining pool performance.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||