Node Status


Summary


Chain
chip
Version
27010100 (/Bitcoin Cash Node:27.1.1(EB2.0)/)
Protocol Version
70016
Blockchain Size
456.11 MB
(pruned: false)
Block Count
274,436
(headers: 274,436)
Difficulty
2.184 x 100
Status
Synchronized with network
Uptime
1 month, 12 days
Warnings
None

Mempool Info


TX count
2
TX size
1.2 KB
Memory size
3.1 KB
Max memory size
20 MB

Network Info


Peers
8
Network Traffic
Total Download: 58.87 MB (avg 16.41 B/s)
Total Upload: 486.44 MB (avg 135.64 B/s)

getblockchaininfo


{
    "chain": "chip",
    "blocks": 274436,
    "headers": 274436,
    "bestblockhash": "000000003d1cb452f1b8523ba738693dd10c3cd9302d9a848a2e268375386433",
    "difficulty": 2.184114935986546,
    "mediantime": 1760001310,
    "verificationprogress": 0.9999974776345147,
    "initialblockdownload": false,
    "chainwork": "000000000000000000000000000000000000000000000000021949a4d80e653d",
    "size_on_disk": 456113407,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 58868615,
    "totalbytessent": 486439897,
    "timemillis": 1760003818940,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo


{
    "version": 27010100,
    "subversion": "/Bitcoin Cash Node:27.1.1(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": 2,
    "bytes": 1220,
    "usage": 3136,
    "maxmempool": 20000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}