Node Status


Summary


Chain
test
Version
28000100 (/Bitcoin Cash Node:28.0.1(EB32.0)/)
Protocol Version
70016
Blockchain Size
45.46 GB
(pruned: false)
Block Count
1,664,947
(headers: 1,664,947)
Difficulty
10.126 x 100
Status
Synchronized with network
Uptime
6 months, 2 days
Warnings
None

Mempool Info


TX count
0
TX size
0 B
Memory size
0 B
Max memory size
640 MB

Network Info


Peers
34
Network Traffic
Total Download: 24.17 GB (avg 1.51 KB/s)
Total Upload: 450.53 GB (avg 28.18 KB/s)

getblockchaininfo


{
    "chain": "test",
    "blocks": 1664947,
    "headers": 1664947,
    "bestblockhash": "0000000001927c0b56998d02dfbf710ca36b5ae828127fdec615785345fed062",
    "difficulty": 10.12598818702311,
    "mediantime": 1751509826,
    "verificationprogress": 0.9999999922065846,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000000001132d5119c9a3b7ff50",
    "size_on_disk": 45458171262,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 24174972089,
    "totalbytessent": 450528147091,
    "timemillis": 1751513675339,
    "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(EB32.0)/",
    "protocolversion": 70016,
    "localservices": "0000000000000425",
    "localrelay": true,
    "timeoffset": 0,
    "networkactive": true,
    "connections": 34,
    "connections_in": 26,
    "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": "199.192.27.81",
            "port": 18333,
            "score": 579928
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 0,
    "bytes": 0,
    "usage": 0,
    "maxmempool": 640000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}