Node Status


Summary


Chain
test4
Version
28000100 (/Bitcoin Cash Node:28.0.1(EB2.0)/)
Protocol Version
70016
Blockchain Size
103.88 MB
(pruned: false)
Block Count
260,019
(headers: 260,019)
Difficulty
114.245 x 100
Status
Synchronized with network
Uptime
6 months, -0 days
Warnings
None

Mempool Info


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

Network Info


Peers
16
Network Traffic
Total Download: 17.34 GB (avg 1.1 KB/s)
Total Upload: 7.27 GB (avg 459.71 B/s)

getblockchaininfo


{
    "chain": "test4",
    "blocks": 260019,
    "headers": 260019,
    "bestblockhash": "0000000001aef4b964366f87de234806b54c4e440108a8629267d12d6715822e",
    "difficulty": 114.2447787212889,
    "mediantime": 1751329650,
    "verificationprogress": 0.9999993847362776,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000000008b30fef4637105b",
    "size_on_disk": 103876967,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 17337009042,
    "totalbytessent": 7266435365,
    "timemillis": 1751333321447,
    "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": 16,
    "connections_in": 8,
    "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": "199.192.18.235",
            "port": 28333,
            "score": 237717
        }
    ],
    "warnings": ""
}

getmempoolinfo


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