Node Status


Summary


Chain
regtest
Version
29000000 (/Bitcoin Cash Node:29.0.0(EB32.0)/)
Protocol Version
70016
Blockchain Size
96.59 KB
(pruned: false)
Block Count
215
(headers: 215)
Difficulty
0 x 100
Status
Synchronized with network
Uptime
5:33:31
Warnings
None

Mempool Info


TX count
0
TX size
0 B
Memory size
0 B
Max memory size
320 MB

Network Info


Peers
0
Network Traffic
Total Download: 0 B (avg 0 B/s)
Total Upload: 0 B (avg 0 B/s)

getblockchaininfo


{
    "chain": "regtest",
    "blocks": 215,
    "headers": 215,
    "bestblockhash": "2898aa1f9157aee7f752c058a18260558ed64514104cd4432d25e88ad78f0e36",
    "difficulty": 4.656542373906925e-10,
    "mediantime": 1775585108,
    "verificationprogress": 1,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000000000000000000001b0",
    "size_on_disk": 96587,
    "pruned": false,
    "upgrade_status": {
        "name": "May 2026 Upgrade (regtestnet)",
        "mempool_activated": true,
        "mempool_activation_mtp": 1762596456,
        "block_preactivation_height": 1,
        "block_preactivation_hash": "35dda115f20a28416c6f5996ef630cc95545f01e03dd5f68b25baac3a5ca1979",
        "block_postactivation_height": 2,
        "block_postactivation_hash": "6646e2494abab1ff646e06fc8f77eaad1a466ff64d788e7cadea89b296d4ba1b",
        "software_expiration_time": 1810382400
    },
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 0,
    "totalbytessent": 0,
    "timemillis": 1775604378201,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo


{
    "version": 29000000,
    "subversion": "/Bitcoin Cash Node:29.0.0(EB32.0)/",
    "protocolversion": 70016,
    "localservices": "0000000000000425",
    "localrelay": true,
    "timeoffset": 0,
    "networkactive": true,
    "connections": 0,
    "connections_in": 0,
    "connections_out": 0,
    "networks": [
        {
            "name": "ipv4",
            "limited": false,
            "reachable": true,
            "proxy": "",
            "proxy_randomize_credentials": false
        },
        {
            "name": "ipv6",
            "limited": false,
            "reachable": true,
            "proxy": "",
            "proxy_randomize_credentials": false
        },
        {
            "name": "onion",
            "limited": true,
            "reachable": false,
            "proxy": "",
            "proxy_randomize_credentials": false
        },
        {
            "name": "",
            "limited": false,
            "reachable": true,
            "proxy": "",
            "proxy_randomize_credentials": false
        },
        {
            "name": "",
            "limited": false,
            "reachable": true,
            "proxy": "",
            "proxy_randomize_credentials": false
        }
    ],
    "relayfee": 0.00001,
    "excessutxocharge": 0,
    "localaddresses": [],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 0,
    "bytes": 0,
    "usage": 0,
    "maxmempool": 320000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001,
    "permitbaremultisig": true,
    "maxdatacarriersize": 223
}