Node Status


Summary


Chain
test4
Version
29000000 (/Bitcoin Cash Node:29.0.0(EB2.0)/)
Protocol Version
70016
Blockchain Size
132.29 MB
(pruned: false)
Block Count
304,102
(headers: 304,102)
Difficulty
4.88 x 100
Status
Synchronized with network
Uptime
1 day, 20 hours
Warnings
None

Mempool Info


TX count
2
TX size
3.3 KB
Memory size
7.8 KB
Max memory size
20 MB

Network Info


Peers
18
Network Traffic
Total Download: 13.28 MB (avg 84.7 B/s)
Total Upload: 58.04 MB (avg 370.09 B/s)

getblockchaininfo


{
    "chain": "test4",
    "blocks": 304102,
    "headers": 304102,
    "bestblockhash": "000000002bbe5503650d17c1b00a896572a922d9f4d70a6e29d12d8a5f111dda",
    "difficulty": 4.880003746474228,
    "mediantime": 1777795653,
    "verificationprogress": 0.9999958620100842,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000000008b8c488f4f84e71",
    "size_on_disk": 132292175,
    "pruned": false,
    "upgrade_status": {
        "name": "May 2026 Upgrade (test4net)",
        "mempool_activated": false,
        "mempool_activation_mtp": 1778846400,
        "block_preactivation_height": null,
        "block_preactivation_hash": null,
        "block_postactivation_height": null,
        "block_postactivation_hash": null,
        "software_expiration_time": 1810382400
    },
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 13283167,
    "totalbytessent": 58041113,
    "timemillis": 1777798859989,
    "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(EB2.0)/",
    "protocolversion": 70016,
    "localservices": "0000000000000425",
    "localrelay": true,
    "timeoffset": -1,
    "networkactive": true,
    "connections": 18,
    "connections_in": 10,
    "connections_out": 8,
    "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": false,
            "reachable": true,
            "proxy": "127.0.0.1:9050",
            "proxy_randomize_credentials": true
        },
        {
            "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": [
        {
            "address": "2001:470:ec1b:dead::11",
            "port": 28333,
            "score": 171
        },
        {
            "address": "iegjwfjzixjyufqcdazfa7lvqgy3hpmz456eck4qgxxikmqdwxk4vcid.onion",
            "port": 28333,
            "score": 4
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 2,
    "bytes": 3339,
    "usage": 7824,
    "maxmempool": 20000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001,
    "permitbaremultisig": true,
    "maxdatacarriersize": 223
}