Node Status


Summary


Chain
chip
Version
28000200 (/Bitcoin Cash Node:28.0.2(EB2.0)/)
Protocol Version
70016
Blockchain Size
614.11 MB
(pruned: false)
Block Count
293,165
(headers: 293,165)
Difficulty
1 x 100
Status
Synchronized with network
Uptime
3 months, 2 days
Warnings
None

Mempool Info


TX count
5
TX size
3.1 KB
Memory size
7.8 KB
Max memory size
20 MB

Network Info


Peers
8
Network Traffic
Total Download: 118.53 MB (avg 14.79 B/s)
Total Upload: 767.4 MB (avg 95.74 B/s)

getblockchaininfo


{
    "chain": "chip",
    "blocks": 293165,
    "headers": 293165,
    "bestblockhash": "0000000098ae2a4ea4379cb7802a6b06f6a0510aa5d17bd7f8f0e16d74160de3",
    "difficulty": 1,
    "mediantime": 1771234705,
    "verificationprogress": 0.9999975201069945,
    "initialblockdownload": false,
    "chainwork": "000000000000000000000000000000000000000000000000028c6885aaaf8b85",
    "size_on_disk": 614109775,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 118534984,
    "totalbytessent": 767401467,
    "timemillis": 1771239506226,
    "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": 5,
    "bytes": 3085,
    "usage": 7840,
    "maxmempool": 20000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}