Node Status


Summary


Chain
test
Version
28000100 (/Bitcoin Cash Node:28.0.1(EB32.0)/)
Protocol Version
70016
Blockchain Size
45.45 GB
(pruned: false)
Block Count
1,658,108
(headers: 1,658,108)
Difficulty
1 x 100
Status
Synchronized with network
Uptime
1 day, 20 hours
Warnings
Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues.

Mempool Info


TX count
3
TX size
791 B
Memory size
3 KB
Max memory size
320 MB

Network Info


Peers
19
Network Traffic
Total Download: 288.57 MB (avg 1.81 KB/s)
Total Upload: 13.85 GB (avg 86.73 KB/s)

getblockchaininfo


{
    "chain": "test",
    "blocks": 1658108,
    "headers": 1658108,
    "bestblockhash": "000000007ebe3b9787bd440476a936f85b1b3454515f69423bfba5af4de87891",
    "difficulty": 1,
    "mediantime": 1747429730,
    "verificationprogress": 0.999999769502496,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000000001132d1e4bcaff242e7e",
    "size_on_disk": 45452880882,
    "pruned": false,
    "warnings": "Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues."
}

getnettotals


{
    "totalbytesrecv": 288566303,
    "totalbytessent": 13845441039,
    "timemillis": 1747438735396,
    "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": 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": false,
            "reachable": true,
            "proxy": "127.0.0.1:9050",
            "proxy_randomize_credentials": true
        },
        {
            "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": "2001:470:ec1b:dead::11",
            "port": 18333,
            "score": 510
        },
        {
            "address": "63bea5xk6ptgv3xuj57gfejnh2lpwesdduklhu2dszgt5y52ji6a5kyd.onion",
            "port": 18333,
            "score": 4
        }
    ],
    "warnings": "Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues."
}

getmempoolinfo


{
    "loaded": true,
    "size": 3,
    "bytes": 791,
    "usage": 3008,
    "maxmempool": 320000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}