Node Status


Summary


Chain
test4
Version
28000100 (/Bitcoin Cash Node:28.0.1(EB2.0)/)
Protocol Version
70016
Blockchain Size
122.76 MB
(pruned: false)
Block Count
275,658
(headers: 275,658)
Difficulty
1 x 100
Status
Synchronized with network
Uptime
10 months, 29 days
Warnings
None

Mempool Info


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

Network Info


Peers
37
Network Traffic
Total Download: 55.93 GB (avg 1.94 KB/s)
Total Upload: 13.08 GB (avg 454.24 B/s)

getblockchaininfo


{
    "chain": "test4",
    "blocks": 275658,
    "headers": 275658,
    "bestblockhash": "00000000b8c69af24967ff15d265eed1e526f46f34ed34893ee636dc14909867",
    "difficulty": 1,
    "mediantime": 1764319407,
    "verificationprogress": 0.9999953798236497,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000000008b84df09a87bd9b",
    "size_on_disk": 122756673,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 55930274733,
    "totalbytessent": 13080562819,
    "timemillis": 1764323285269,
    "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": 37,
    "connections_in": 33,
    "connections_out": 4,
    "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": 526490
        }
    ],
    "warnings": ""
}

getmempoolinfo


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