Block Info
Skill ID: tronscan-block-info
ClawHub: clawhub.ai/sshnii/tronscan-block-info
Query TRON block-level data: the latest confirmed block height and hash, block producer (witness/SR), timestamp, per-block transaction count, 24h block statistics, and cumulative TRX burn amount.
Use Cases
Get the Latest Confirmed Block
getLatestBlock— Returns full metadata for the most recently solidified block
| Field | Description |
|---|---|
number | Block height (current block number) |
hash | Block hash |
size | Block size in bytes |
timestamp | Block production time (Unix milliseconds) |
witnessAddress | Address of the SR that produced the block |
transactionsCount | Number of transactions in the block |
Example prompts:
"What is the current block height on TRON?"
"Show me the details of the latest block."
"Which SR produced the most recent block?"Browse Blocks by Producer or Time Range
getBlocks— Paginated block list with the following filter options:producerAddress— Filter by a specific SR addressstart_timestamp/end_timestamp— Filter by time rangesort: "-number"— Most recent blocks first
Example prompts:
"Show me the last 10 blocks."
"How many blocks did SR TXxx... produce today?"
"List all blocks from the past hour."Get 24-Hour Aggregated Statistics
getBlockStatistic— Aggregated data for the past 24 hours:
| Field | Description |
|---|---|
blockCount | Total blocks produced in the last 24h |
totalFee | Total transaction fees collected in the last 24h (TRX) |
burnAmount | Total TRX burned in the last 24h (fee burn mechanism) |
Example prompts:
"How much TRX was burned in the last 24 hours?"
"How many blocks did TRON produce today?"
"What was the total transaction fee collected in the past 24 hours?"Installation
Confirm TronScan MCP is connected
See the Quick Start guide.
Install from ClawHub
Copy the current page link and send it to your AI Agent:
Please install this skill: https://clawhub.ai/sshnii/tronscan-block-infoLast updated on: