Node Status


Summary


Chain
temp
Version
28000200 (/Bitcoin Cash Node:28.0.2(EB2.0)/)
Protocol Version
70016
Blockchain Size
433.91 MB
(pruned: false)
Block Count
271,127
(headers: 271,095)
Difficulty
1.104 x 100
Status
Synchronized with network
Uptime
9:42:14
Warnings
Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues.

Mempool Info


TX count
18
TX size
11.4 KB
Memory size
32.6 KB
Max memory size
20 MB

Network Info


Peers
2
Network Traffic
Total Download: 1.99 MB (avg 56.83 B/s)
Total Upload: 2.31 MB (avg 66.11 B/s)

getblockchaininfo


{
    "chain": "temp",
    "blocks": 271127,
    "headers": 271095,
    "bestblockhash": "00000000644bdc522531885d565f24532099a20196b5a78494e230a2739619b8",
    "difficulty": 1.103691602950588,
    "mediantime": 1758018543,
    "verificationprogress": 0.9999969268124458,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000000000000219256080b2ee47",
    "size_on_disk": 433907504,
    "pruned": false,
    "upgrade_status": {
        "name": "May 2026 Upgrade (tempnet)",
        "mempool_activation_mtp": 1757937600,
        "block_preactivation_height": 271015,
        "block_preactivation_hash": "00000000023062becd19275fa2ec7cbe32d3eb5329708ccb006143865f010af7",
        "block_postactivation_height": 271016,
        "block_postactivation_hash": "00000000163a426b4dfe4a484b8753c918f58b8cb9bf716cbf7be2d871867bc4",
        "software_expiration_mtp": 1763208000,
        "mempool_activated": true
    },
    "warnings": "Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues."
}

getnettotals


{
    "totalbytesrecv": 1985241,
    "totalbytessent": 2309545,
    "timemillis": 1758022038105,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo


{
    "version": 28000200,
    "subversion": "/Bitcoin Cash Node:28.0.2(EB2.0)/",
    "protocolversion": 70016,
    "localservices": "0000000000000425",
    "localrelay": true,
    "timeoffset": 11,
    "networkactive": true,
    "connections": 2,
    "connections_in": 0,
    "connections_out": 2,
    "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": 58333,
            "score": 1
        },
        {
            "address": "t3kg4djnfbzzyf7iibelnjvfvgtvde4ssp74pjgaf2bslzsoxwrdavqd.onion",
            "port": 48333,
            "score": 4
        }
    ],
    "warnings": "Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues."
}

getmempoolinfo


{
    "loaded": true,
    "size": 18,
    "bytes": 11358,
    "usage": 32608,
    "maxmempool": 20000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}