New Here? Claim Your 30% Discount on Your First Blockchain Node Access!

banner image

Last updated on January 1, 1970

2 min read

Method /mempool/contents.json undefined ()
connect with REST protocol

/mempool/contents.json

info-circle-fill

The GET mempool/contents operation returns all transaction in the memorypool with detailed information. Supports only json as output format.

Parameters

-

Request

curl --location --request GET 'https://dash.getblock.io/mainnet/mempool/contents.json' 
--header 'x-api-key: YOUR-API-KEY' 
--header 'Content-Type: application/json'

Response

{
    "046440a5ae8a6a69da5895f5edecbe7ba4558f40f7396526812b261ef3fee824": {
        "ancestorcount": 1,
        "ancestorfees": 374,
        "ancestorsize": 338,
        "depends": [],
        "descendantcount": 1,
        "descendantfees": 374,
        "descendantsize": 338,
        "fee": 3.74e-06,
        "fees": {
            "ancestor": 3.74e-06,
            "base": 3.74e-06,
            "descendant": 3.74e-06,
            "modified": 3.74e-06
        },
        "height": 1891101,
        "instantlock": "true",
        "modifiedfee": 3.74e-06,
        "spentby": [],
        "time": 1687340315,
        "vsize": 338
    }
}
banner icon

Start Building with GetBlock RPCs for Free