Node Status


Summary


Chain
test4
Version
29000000 (/Bitcoin Cash Node:29.0.0(EB2.0)/)
Protocol Version
70016
Blockchain Size
125.14 MB
(pruned: false)
Block Count
282,412
(headers: 282,412)
Difficulty
1 x 100
Status
Synchronized with network
Uptime
5 days, 22 hours
Warnings
None

Mempool Info


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

Network Info


Peers
27
Network Traffic
Total Download: 34.27 MB (avg 66.92 B/s)
Total Upload: 178.34 MB (avg 348.23 B/s)

getblockchaininfo


{
    "chain": "test4",
    "blocks": 282412,
    "headers": 282412,
    "bestblockhash": "00000000ad8e3744b9e5daa9216ddd28846c93c5004b20a27247220aa617648d",
    "difficulty": 1,
    "mediantime": 1769630338,
    "verificationprogress": 0.9999978526926981,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000000008b86852b4e9d7fd",
    "size_on_disk": 125137204,
    "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": 34269174,
    "totalbytessent": 178335135,
    "timemillis": 1769636084209,
    "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": 27,
    "connections_in": 19,
    "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": 12542
        }
    ],
    "warnings": ""
}

getmempoolinfo


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