Node Status


Summary


Chain
chip
Version
28000100 (/Bitcoin Cash Node:28.0.1(EB2.0)/)
Protocol Version
70016
Blockchain Size
2.84 GB
(pruned: false)
Block Count
268,765
(headers: 268,765)
Difficulty
2.886 x 100
Status
Synchronized with network
Uptime
6 months, 27 days
Warnings
This is a pre-release test build - use at your own risk - do not use for mining or merchant applications

Mempool Info


TX count
14
TX size
8.9 KB
Memory size
24 KB
Max memory size
20 MB

Network Info


Peers
15
Network Traffic
Total Download: 8.48 GB (avg 467.76 B/s)
Total Upload: 32.16 GB (avg 1.77 KB/s)

getblockchaininfo


{
    "chain": "chip",
    "blocks": 268765,
    "headers": 268765,
    "bestblockhash": "0000000005b283fd60ee129e39b86451b1064703e4491575b485ea43351fd301",
    "difficulty": 2.885872641838046,
    "mediantime": 1756596508,
    "verificationprogress": 0.9999917763727846,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000000002190630f12ba683",
    "size_on_disk": 2843276058,
    "pruned": false,
    "warnings": "This is a pre-release test build - use at your own risk - do not use for mining or merchant applications"
}

getnettotals


{
    "totalbytesrecv": 8478302124,
    "totalbytessent": 32161847010,
    "timemillis": 1756600710028,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo


{
    "version": 28000100,
    "subversion": "/Bitcoin Cash Node:28.0.1(EB2.0)/",
    "protocolversion": 70016,
    "localservices": "0000000000000425",
    "localrelay": true,
    "timeoffset": 0,
    "networkactive": true,
    "connections": 15,
    "connections_in": 7,
    "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": [
        {
            "address": "96.126.111.144",
            "port": 48333,
            "score": 384455
        },
        {
            "address": "2600:3c03::f03c:93ff:fef5:20eb",
            "port": 48333,
            "score": 61844
        }
    ],
    "warnings": "This is a pre-release test build - use at your own risk - do not use for mining or merchant applications"
}

getmempoolinfo


{
    "loaded": true,
    "size": 14,
    "bytes": 8862,
    "usage": 23968,
    "maxmempool": 20000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}