Skip to main content

Get microblock

Retrieves a specific microblock by hash

Path Parameters
hash string REQUIRED

Hash of the microblock

Example: 0x3bfcdf84b3012adb544cf0f6df4835f93418c2269a3881885e27b3d58eb82d47
Responses
200

Microblock

Schema OPTIONAL
canonical boolean

Set to true if the microblock corresponds to the canonical chain tip.

microblock_canonical boolean

Set to true if the microblock was not orphaned in a following anchor block. Defaults to true if the following anchor block has not yet been created.

microblock_hash string

The SHA512/256 hash of this microblock.

microblock_sequence integer

A hint to describe how to order a set of microblocks. Starts at 0.

microblock_parent_hash string

The SHA512/256 hash of the previous signed microblock in this stream.

block_height integer

The anchor block height that confirmed this microblock.

parent_block_height integer

The height of the anchor block that preceded this microblock.

parent_block_hash string

The hash of the anchor block that preceded this microblock.

parent_burn_block_hash string

The hash of the Bitcoin block that preceded this microblock.

parent_burn_block_time integer

The block timestamp of the Bitcoin block that preceded this microblock.

parent_burn_block_time_iso string

The ISO 8601 (YYYY-MM-DDTHH:mm:ss.sssZ) formatted block time of the bitcoin block that preceded this microblock.

parent_burn_block_height integer

The height of the Bitcoin block that preceded this microblock.

block_hash string

The hash of the anchor block that confirmed this microblock. This wil be empty for unanchored microblocks

txs string[]

List of transactions included in the microblock

404

Cannot find microblock with given hash