get_summary_of_latest_block
Retrieve a summary of the most recently mined Bitcoin block, including height, hash, timestamp, and index for blockchain state verification and mining activity monitoring.
Instructions
Use this to get a summary of the most recently mined block on the Bitcoin blockchain.
Returns detailed metrics in string format:
- Block height (current blockchain tip)
- Block hash
- Timestamp of when the block was mined
- Block Index
Use cases: When you need current blockchain state information, to verify the latest block, or to check recent mining activity.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||