Return the last 10 blocks from the canonical chain
Find all blocks produced by a public key
This query returns all blocks seen by the explorer node, whether on the canonical chain or not.Find all blocks produced past a certain date
Add a date filter to limit your blocks by date.Find a block by state hash
Get the full details for a block based on the protocol state hash of the block.When returning a single result, you can use the block query. The blocks query will return multiple matching results.
Find a canonical block by height
Find the canonical block for a specific height. Remember that a canonical block can be updated fork blocks before it reaches finality!