Get a Bitcoin block summary
get_blockRetrieve a Bitcoin block summary including hash, timestamp, transaction count, size, weight, and difficulty. Specify a block height for a specific block, or omit it to get the current chain tip.
Instructions
Return a summary of a Bitcoin block (hash, timestamp, transaction count, size, weight, difficulty). Omit height for the current chain tip.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| height | No | Block height to summarize. Omit to get the current chain tip block. |