Node Status


Summary


Chain
chip
Version
27000000 (/Bitcoin Cash Node:27.0.0(EB2.0)/)
Protocol Version
70016
Blockchain Size
232.61 MB
(pruned: false)
Block Count
193,938
(headers: 193,938)
Difficulty
3.287 x 100
Status
Synchronized with network
Uptime
3 months, 16 days
Warnings
None

Mempool Info


TX count
1
TX size
249 B
Memory size
1 KB
Max memory size
20 MB

Network Info


Peers
8
Network Traffic
Total Download: 84.28 MB (avg 9.14 B/s)
Total Upload: 101.41 MB (avg 11 B/s)

getblockchaininfo


{
    "chain": "chip",
    "blocks": 193938,
    "headers": 193938,
    "bestblockhash": "00000000081696b86313aa5fadf08496e16535caa7576a33c6be79429f9cc54a",
    "difficulty": 3.286742467431257,
    "mediantime": 1711700944,
    "verificationprogress": 0.999999342343336,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000000001645eefee07ec8a",
    "size_on_disk": 232614107,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 84279461,
    "totalbytessent": 101406956,
    "timemillis": 1711702640198,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo


{
    "version": 27000000,
    "subversion": "/Bitcoin Cash Node:27.0.0(EB2.0)/",
    "protocolversion": 70016,
    "localservices": "0000000000000425",
    "localrelay": true,
    "timeoffset": 0,
    "networkactive": true,
    "connections": 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": 1,
    "bytes": 249,
    "usage": 1024,
    "maxmempool": 20000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}