Node Status


Summary


Chain
test4
Version
29000000 (/Bitcoin Cash Node:29.0.0(EB2.0)/)
Protocol Version
70016
Blockchain Size
132.59 MB
(pruned: false)
Block Count
303,560
(headers: 303,560)
Difficulty
2.632 x 100
Status
Synchronized with network
Uptime
3 months, 6 days
Warnings
None

Mempool Info


TX count
1
TX size
1.6 KB
Memory size
3.9 KB
Max memory size
640 MB

Network Info


Peers
22
Network Traffic
Total Download: 1.35 GB (avg 161.28 B/s)
Total Upload: 3.63 GB (avg 434.56 B/s)

getblockchaininfo


{
    "chain": "test4",
    "blocks": 303560,
    "headers": 303560,
    "bestblockhash": "000000000b737118f7a8e3ad07ef62ec21d0e27d54545b27b84295a59d3fc33b",
    "difficulty": 2.631994600766398,
    "mediantime": 1777474213,
    "verificationprogress": 0.9999990212128321,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000000008b8bb0b3b76fdb4",
    "size_on_disk": 132589788,
    "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": 1347206434,
    "totalbytessent": 3629879125,
    "timemillis": 1777476922936,
    "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": 22,
    "connections_in": 14,
    "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": 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": [
        {
            "address": "199.192.18.235",
            "port": 28333,
            "score": 199763
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 1,
    "bytes": 1611,
    "usage": 3856,
    "maxmempool": 640000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001,
    "permitbaremultisig": true,
    "maxdatacarriersize": 223
}