Node Status


Summary


Chain
main
Version
1030000 (/Radiant Node:1.3.0(EB256.0)/)
Protocol Version
70016
Blockchain Size
27.74 GB
(pruned: false)
Block Count
396,253
(headers: 396,253)
Difficulty
26.832 x 106
Status
Synchronized with network
Uptime
5 months, 22 days
Warnings
None

Mempool Info


TX count
257
TX size
164.3 KB
Memory size
426.3 KB
Max memory size
1.3 GB

Network Info


Peers
8
Network Traffic
Total Download: 2.85 GB (avg 189.81 B/s)
Total Upload: 1.34 GB (avg 89.22 B/s)

getblockchaininfo


{
    "chain": "main",
    "blocks": 396253,
    "headers": 396253,
    "bestblockhash": "000000000000006fbfa6c57e8082784562e8a1ec6ea4b9a720fd92f6cbd61ed9",
    "difficulty": 26831999.67201113,
    "mediantime": 1768995084,
    "verificationprogress": 0.04987163915458822,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000141165dfe9d42444e7ef",
    "size_on_disk": 27736971433,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 2851153201,
    "totalbytessent": 1340222832,
    "timemillis": 1768996762304,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo


{
    "version": 1030000,
    "subversion": "/Radiant Node:1.3.0(EB256.0)/",
    "protocolversion": 70016,
    "localservices": "0000000000000425",
    "localrelay": true,
    "timeoffset": 0,
    "networkactive": true,
    "connections": 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.01,
    "excessutxocharge": 0,
    "localaddresses": [],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 257,
    "bytes": 164286,
    "usage": 426256,
    "maxmempool": 1280000000,
    "mempoolminfee": 0.01,
    "minrelaytxfee": 0.01
}