Node Status


Summary


Chain
chip
Version
28000200 (/Bitcoin Cash Node:28.0.2(EB2.0)/)
Protocol Version
70016
Blockchain Size
543.31 MB
(pruned: false)
Block Count
286,731
(headers: 286,731)
Difficulty
5.784 x 100
Status
Synchronized with network
Uptime
1 month, 18 days
Warnings
None

Mempool Info


TX count
23
TX size
24 KB
Memory size
55.2 KB
Max memory size
20 MB

Network Info


Peers
8
Network Traffic
Total Download: 56.89 MB (avg 13.7 B/s)
Total Upload: 395.56 MB (avg 95.28 B/s)

getblockchaininfo


{
    "chain": "chip",
    "blocks": 286731,
    "headers": 286731,
    "bestblockhash": "0000000016d31c1fc522802fbc50df82f926b1263fb4d5d7a97938fd4140b426",
    "difficulty": 5.783971909211731,
    "mediantime": 1767373654,
    "verificationprogress": 0.9999962371274056,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000000000000219fd73e376a1bf",
    "size_on_disk": 543310605,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 56893321,
    "totalbytessent": 395555440,
    "timemillis": 1767375715988,
    "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": 23,
    "bytes": 23961,
    "usage": 55184,
    "maxmempool": 20000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}