Node Status


Summary


Chain
test4
Version
28000100 (/Bitcoin Cash Node:28.0.1(EB2.0)/)
Protocol Version
70016
Blockchain Size
100.96 MB
(pruned: false)
Block Count
257,940
(headers: 257,940)
Difficulty
1 x 100
Status
Synchronized with network
Uptime
5 months, 17 days
Warnings
None

Mempool Info


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

Network Info


Peers
32
Network Traffic
Total Download: 16.81 GB (avg 1.15 KB/s)
Total Upload: 6.88 GB (avg 472.48 B/s)

getblockchaininfo


{
    "chain": "test4",
    "blocks": 257940,
    "headers": 257940,
    "bestblockhash": "00000000126ef74481009ba0163badbd6fe46c16d9357b973872f29193c22da2",
    "difficulty": 1,
    "mediantime": 1750082585,
    "verificationprogress": 0.9999946153285921,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000000008b001ebad28d1a9",
    "size_on_disk": 100964273,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 16811673209,
    "totalbytessent": 6879263101,
    "timemillis": 1750086739923,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo


{
    "version": 28000100,
    "subversion": "/Bitcoin Cash Node:28.0.1(EB2.0)/",
    "protocolversion": 70016,
    "localservices": "0000000000000425",
    "localrelay": true,
    "timeoffset": 0,
    "networkactive": true,
    "connections": 32,
    "connections_in": 29,
    "connections_out": 3,
    "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": 211155
        }
    ],
    "warnings": ""
}

getmempoolinfo


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