Node Status


Summary


Chain
main
Version
3010200 (/Radiant Core:3.1.2(EB256.0)/)
Protocol Version
70016
Blockchain Size
30.05 GB
(pruned: false)
Block Count
445,102
(headers: 445,102)
Difficulty
31.246 x 106
Status
Synchronized with network
Uptime
2 weeks, 6 days, 2 hours
Warnings
None

Mempool Info


TX count
29
TX size
10.8 KB
Memory size
36.4 KB
Max memory size
1.3 GB

Network Info


Peers
32
Network Traffic
Total Download: 6.39 GB (avg 3.69 KB/s)
Total Upload: 21.75 GB (avg 12.55 KB/s)

getblockchaininfo


{
    "chain": "main",
    "blocks": 445102,
    "headers": 445102,
    "bestblockhash": "000000000000001ba90c91d307bba9f7b98addb7b8c8a34d1da03893effa4004",
    "difficulty": 31246301.31181084,
    "mediantime": 1783616417,
    "verificationprogress": 1,
    "initialblockdownload": false,
    "chainwork": "000000000000000000000000000000000000000000001593340f438cb86b4a08",
    "size_on_disk": 30049174694,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 6392997654,
    "totalbytessent": 21747485560,
    "timemillis": 1783618542990,
    "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": 32,
    "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": 29,
    "bytes": 10754,
    "usage": 36384,
    "maxmempool": 1280000000,
    "mempoolminfee": 0.01,
    "minrelaytxfee": 0.01,
    "effective_minrelaytxfee": 0.1
}