Node Status


Summary


Chain
test4
Version
29000000 (/Bitcoin Cash Node:29.0.0(EB2.0)/)
Protocol Version
70016
Blockchain Size
127.24 MB
(pruned: false)
Block Count
286,322
(headers: 286,322)
Difficulty
1 x 100
Status
Synchronized with network
Uptime
1 month, 21 days
Warnings
None

Mempool Info


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

Network Info


Peers
29
Network Traffic
Total Download: 539.42 MB (avg 122.4 B/s)
Total Upload: 2.04 GB (avg 462.74 B/s)

getblockchaininfo


{
    "chain": "test4",
    "blocks": 286322,
    "headers": 286322,
    "bestblockhash": "000000008280ee003c006ac8c1d5a50b10f63a3555fbcc0fd84a607354eafe98",
    "difficulty": 1,
    "mediantime": 1773524063,
    "verificationprogress": 0.9999963109272608,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000000008b87798c42fe743",
    "size_on_disk": 127235918,
    "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": 539423719,
    "totalbytessent": 2039239073,
    "timemillis": 1773530879474,
    "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": 29,
    "connections_in": 22,
    "connections_out": 7,
    "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": 103752
        }
    ],
    "warnings": ""
}

getmempoolinfo


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