Skip to main content

/extended/v2/blocks

Retrieves a list of recently mined blocks

Updated on
Jun 13, 2025

/extended/v2/blocks

Query Parameters

limit
integer
Default: 20. The max number of blocks to fetch.
offset
integer
Index of first block to fetch.

Returns

blocks_response
object
GET request that returns blocks
limit
integer
The number of blocks to return.
offset
integer
The number of blocks to skip (starting at 0).
total
integer
The total number of available blocks.
next_cursor
string
Cursor for the next page (if available).
prev_cursor
string
Cursor for the previous page (if available).
cursor
string
Current cursor position.
results
array
List of blocks.
canonical
boolean
Set to true if the block corresponds to the canonical chain tip.
height
integer
The height of the block.
hash
string
The hash representing the block.
block_time
integer
Unix timestamp (in seconds) indicating when this block was processed.
block_time_iso
string
An ISO 8601 timestamp indicating when this block was processed (YYYY-MM-DDTHH:mm:ss.sssZ).
tenure_height
integer
The tenure height of the block.
index_block_hash
string
The index block hash.
parent_block_hash
string
The hash of the parent block.
parent_index_block_hash
string
The parent index block hash.
burn_block_time
integer
Unix timestamp (in seconds) indicating when this block was mined.
burn_block_time_iso
string
An ISO 8601 timestamp indicating when this block was mined (YYYY-MM-DDTHH:mm:ss.sssZ).
burn_block_hash
string
Hash of the anchor chain block.
burn_block_height
integer
Height of the anchor chain block.
miner_txid
string
Anchor chain transaction ID.
tx_count
integer
Number of transactions in the block.
execution_cost_read_count
integer
Execution cost read count.
execution_cost_read_length
integer
Execution cost read length.
execution_cost_runtime
integer
Execution cost runtime.
execution_cost_write_count
integer
Execution cost write count.
execution_cost_write_length
integer
Execution cost write length.
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free