Node Status


Summary


Chain
test4
Version
28000200 (/Bitcoin Cash Node:28.0.2(EB2.0)/)
Protocol Version
70016
Blockchain Size
123.47 MB
(pruned: false)
Block Count
277,784
(headers: 277,784)
Difficulty
1 x 100
Status
Synchronized with network
Uptime
4 weeks, 0 days, 16 hours
Warnings
This is a pre-release test build - use at your own risk - do not use for mining or merchant applications

Mempool Info


TX count
11
TX size
5.9 KB
Memory size
17.8 KB
Max memory size
20 MB

Network Info


Peers
46
Network Traffic
Total Download: 195.76 MB (avg 78.99 B/s)
Total Upload: 1.21 GB (avg 487.31 B/s)

getblockchaininfo


{
    "chain": "test4",
    "blocks": 277784,
    "headers": 277784,
    "bestblockhash": "00000000fac6225cd111e05d29d6153252541203cd068e1e2d9fc1f03277ab89",
    "difficulty": 1,
    "mediantime": 1765659324,
    "verificationprogress": 0.9999953773030809,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000000008b8563ea2d5c5e9",
    "size_on_disk": 123472578,
    "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": "This is a pre-release test build - use at your own risk - do not use for mining or merchant applications"
}

getnettotals


{
    "totalbytesrecv": 195756092,
    "totalbytessent": 1207680770,
    "timemillis": 1765667909483,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo


{
    "version": 28000200,
    "subversion": "/Bitcoin Cash Node:28.0.2(EB2.0)/",
    "protocolversion": 70016,
    "localservices": "0000000000000425",
    "localrelay": true,
    "timeoffset": 0,
    "networkactive": true,
    "connections": 46,
    "connections_in": 38,
    "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": "66.175.208.143",
            "port": 28333,
            "score": 53274
        },
        {
            "address": "2600:3c03::f03c:93ff:fe21:3ad9",
            "port": 28333,
            "score": 2658
        }
    ],
    "warnings": "This is a pre-release test build - use at your own risk - do not use for mining or merchant applications"
}

getmempoolinfo


{
    "loaded": true,
    "size": 11,
    "bytes": 5870,
    "usage": 17824,
    "maxmempool": 20000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}