Skip to Content
SKILLSBlock Info

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
FieldDescription
numberBlock height (current block number)
hashBlock hash
sizeBlock size in bytes
timestampBlock production time (Unix milliseconds)
witnessAddressAddress of the SR that produced the block
transactionsCountNumber 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 address
    • start_timestamp / end_timestamp — Filter by time range
    • sort: "-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:
FieldDescription
blockCountTotal blocks produced in the last 24h
totalFeeTotal transaction fees collected in the last 24h (TRX)
burnAmountTotal 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

Open on ClawHub 

Copy the current page link and send it to your AI Agent:

Please install this skill: https://clawhub.ai/sshnii/tronscan-block-info
Last updated on: