Node Status


Summary


Chain
chip
Version
28000200 (/Bitcoin Cash Node:28.0.2(EB2.0)/)
Protocol Version
70016
Blockchain Size
470 MB
(pruned: false)
Block Count
279,161
(headers: 279,161)
Difficulty
3.589 x 100
Status
Synchronized with network
Uptime
3 days, 6 hours
Warnings
None

Mempool Info


TX count
3
TX size
1.9 KB
Memory size
4.7 KB
Max memory size
20 MB

Network Info


Peers
8
Network Traffic
Total Download: 14.31 MB (avg 51.12 B/s)
Total Upload: 12.11 MB (avg 43.28 B/s)

getblockchaininfo


{
    "chain": "chip",
    "blocks": 279161,
    "headers": 279161,
    "bestblockhash": "000000003b4ba1a4821a47b690814f36f4297b50edaf58981539b5af036f3d52",
    "difficulty": 3.588703674232118,
    "mediantime": 1762832226,
    "verificationprogress": 0.9999969107319183,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000000000000219796f51975532",
    "size_on_disk": 469995280,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 14307737,
    "totalbytessent": 12113506,
    "timemillis": 1762835802171,
    "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": 8,
    "connections_in": 0,
    "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": [],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 3,
    "bytes": 1851,
    "usage": 4704,
    "maxmempool": 20000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}