Node Status


Summary


Chain
main
Version
1030000 (/Radiant Node:1.3.0(EB256.0)/)
Protocol Version
70016
Blockchain Size
28.54 GB
(pruned: false)
Block Count
405,065
(headers: 405,065)
Difficulty
28.171 x 106
Status
Synchronized with network
Uptime
6 months, 21 days
Warnings
None

Mempool Info


TX count
57
TX size
30.3 KB
Memory size
82.7 KB
Max memory size
1.3 GB

Network Info


Peers
8
Network Traffic
Total Download: 3.66 GB (avg 207.1 B/s)
Total Upload: 1.7 GB (avg 96.17 B/s)

getblockchaininfo


{
    "chain": "main",
    "blocks": 405065,
    "headers": 405065,
    "bestblockhash": "000000000000002d3cdd7dbfb6bd88404ce0c0433e5ccf3896acfda29e085fd7",
    "difficulty": 28171227.81931384,
    "mediantime": 1771626259,
    "verificationprogress": 0.05109822385515447,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000144a61b631ae26be48d3",
    "size_on_disk": 28539737679,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 3655845870,
    "totalbytessent": 1697632251,
    "timemillis": 1771628160227,
    "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": 57,
    "bytes": 30280,
    "usage": 82736,
    "maxmempool": 1280000000,
    "mempoolminfee": 0.01,
    "minrelaytxfee": 0.01
}