Node Status


Summary


Chain
main
Version
3010200 (/Radiant Core:3.1.2(EB256.0)/)
Protocol Version
70016
Blockchain Size
30.24 GB
(pruned: false)
Block Count
458,134
(headers: 458,134)
Difficulty
26.016 x 106
Status
Synchronized with network
Uptime
2 days, 7 hours
Warnings
None

Mempool Info


TX count
10
TX size
4 KB
Memory size
12 KB
Max memory size
1.3 GB

Network Info


Peers
19
Network Traffic
Total Download: 485.25 MB (avg 2.44 KB/s)
Total Upload: 550.87 MB (avg 2.77 KB/s)

getblockchaininfo


{
    "chain": "main",
    "blocks": 458134,
    "headers": 458134,
    "bestblockhash": "000000000000009b7a12ca317d765e4ed4c849c714dd54998681fd54311659d2",
    "difficulty": 26015541.9766699,
    "mediantime": 1787536901,
    "verificationprogress": 1,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000000015e79161b1ef297babef",
    "size_on_disk": 30238460903,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 485252919,
    "totalbytessent": 550874178,
    "timemillis": 1787539216901,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo


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

getmempoolinfo


{
    "loaded": true,
    "size": 10,
    "bytes": 3950,
    "usage": 12016,
    "maxmempool": 1280000000,
    "mempoolminfee": 0.01,
    "minrelaytxfee": 0.01,
    "effective_minrelaytxfee": 0.1
}