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,327
(headers: 286,327)
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
30
Network Traffic
Total Download: 539.72 MB (avg 122.27 B/s)
Total Upload: 2.04 GB (avg 462.58 B/s)

getblockchaininfo


{
    "chain": "test4",
    "blocks": 286327,
    "headers": 286327,
    "bestblockhash": "00000000f47da5d7c8a938d6b9c9404e2efe268ac38e25f1b513f7b287857ac9",
    "difficulty": 1,
    "mediantime": 1773530444,
    "verificationprogress": 0.9999870757470062,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000000008b8779dc434e748",
    "size_on_disk": 127237158,
    "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": 539720669,
    "totalbytessent": 2041931968,
    "timemillis": 1773538173679,
    "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": 30,
    "connections_in": 23,
    "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": 103917
        }
    ],
    "warnings": ""
}

getmempoolinfo


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