Node Status


Summary


Chain
chip
Version
28000100 (/Bitcoin Cash Node:28.0.1(EB2.0)/)
Protocol Version
70016
Blockchain Size
2.75 GB
(pruned: false)
Block Count
239,529
(headers: 239,529)
Difficulty
1 x 100
Status
Synchronized with network
Uptime
6 days, 17 hours
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
0
TX size
0 B
Memory size
0 B
Max memory size
20 MB

Network Info


Peers
19
Network Traffic
Total Download: 33.95 MB (avg 58.46 B/s)
Total Upload: 926.63 MB (avg 1.6 KB/s)

getblockchaininfo


{
    "chain": "chip",
    "blocks": 239529,
    "headers": 239529,
    "bestblockhash": "000000000aa9f2a19ff45c2ed6425c8e5c791eb6dd9b8af420293d51a5904a13",
    "difficulty": 1,
    "mediantime": 1739051937,
    "verificationprogress": 0.9999891968825207,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000000001665c4492f2280b",
    "size_on_disk": 2753773675,
    "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": 33947115,
    "totalbytessent": 926625898,
    "timemillis": 1739056046843,
    "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": 19,
    "connections_in": 11,
    "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": 9256
        },
        {
            "address": "2600:3c03::f03c:93ff:fef5:20eb",
            "port": 48333,
            "score": 2332
        }
    ],
    "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": 0,
    "bytes": 0,
    "usage": 0,
    "maxmempool": 20000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}