Node Status


Summary


Chain
chip
Version
27010000 (/Bitcoin Cash Node:27.1.0(EB2.0)/)
Protocol Version
70016
Blockchain Size
2.74 GB
(pruned: false)
Block Count
221,828
(headers: 221,828)
Difficulty
3.315 x 100
Status
Synchronized with network
Uptime
2 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
0
TX size
0 B
Memory size
0 B
Max memory size
20 MB

Network Info


Peers
32
Network Traffic
Total Download: 248.68 MB (avg 32.57 B/s)
Total Upload: 8.29 GB (avg 1.09 KB/s)

getblockchaininfo


{
    "chain": "chip",
    "blocks": 221828,
    "headers": 221828,
    "bestblockhash": "00000000132876eb2daae54f8470885d741f3c017a83d78945973bc2e4213a6f",
    "difficulty": 3.315299421041461,
    "mediantime": 1728433868,
    "verificationprogress": 0.9999943757629127,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000000000000165814a368e109f",
    "size_on_disk": 2744393201,
    "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": 248677281,
    "totalbytessent": 8289575959,
    "timemillis": 1728436577048,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo


{
    "version": 27010000,
    "subversion": "/Bitcoin Cash Node:27.1.0(EB2.0)/",
    "protocolversion": 70016,
    "localservices": "0000000000000425",
    "localrelay": true,
    "timeoffset": 0,
    "networkactive": true,
    "connections": 32,
    "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": 24328
        },
        {
            "address": "2600:3c03::f03c:93ff:fef5:20eb",
            "port": 48333,
            "score": 7276
        }
    ],
    "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
}