Node Status


Summary


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

Mempool Info


TX count
4
TX size
3.1 KB
Memory size
8.2 KB
Max memory size
20 MB

Network Info


Peers
27
Network Traffic
Total Download: 197.1 MB (avg 391.32 B/s)
Total Upload: 354.4 MB (avg 703.62 B/s)

getblockchaininfo


{
    "chain": "test4",
    "blocks": 310716,
    "headers": 310716,
    "bestblockhash": "00000000cf778f4487026ab68808f6df591a7bf7be7229565900194fc5a68468",
    "difficulty": 1,
    "mediantime": 1781769610,
    "verificationprogress": 0.9999950010617277,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000000008b8fa2ef5291eef",
    "size_on_disk": 134329378,
    "pruned": false,
    "upgrade_status": {
        "name": "May 2026 Upgrade (test4net)",
        "mempool_activated": true,
        "mempool_activation_mtp": 1778846400,
        "block_preactivation_height": 305847,
        "block_preactivation_hash": "00000000c45de7decceacab29002b82e454841dccf0a71db13b0572081d3cc8c",
        "block_postactivation_height": 305848,
        "block_postactivation_hash": "00000000601bf68f9927154cf55557b1c08245b4d415658d1cbcd1eb4502dabc",
        "software_expiration_time": 1810382400
    },
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 197101252,
    "totalbytessent": 354400658,
    "timemillis": 1781773116305,
    "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": 0,
    "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": 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": 563
        },
        {
            "address": "iegjwfjzixjyufqcdazfa7lvqgy3hpmz456eck4qgxxikmqdwxk4vcid.onion",
            "port": 28333,
            "score": 4
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 4,
    "bytes": 3052,
    "usage": 8208,
    "maxmempool": 20000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001,
    "permitbaremultisig": true,
    "maxdatacarriersize": 223
}