Node Details

Node Summary

Version
210400 (/LitecoinCore:0.21.4/)
Protocol Version
70017
Status
Synchronized
Uptime
1 week, 2 days, 16 hours

Blockchain

Chain
main
Block Count
2,887,015
Difficulty
82.196 x 106
Data Size
216.3 GB
Data Indexes
  • txindex
  • blockfilterindex

Soft Forks

bip34
active(710,000+)
bip66
active(811,879+)
bip65
active(918,684+)
csv
active(1,201,536+)
segwit
active(1,201,536+)
taproot
active(2,257,920+)
mweb
active(2,265,984+)

Network

Host
127.0.0.1:9332
Peers
10
Upload
466 MB(557.9 B/s)
Download
1.3 GB(1.6 KB/s)

ipv4
(127.0.0.1:9050)
ipv6
(127.0.0.1:9050)
onion
(127.0.0.1:9050)

Addresses
  • None

getblockchaininfo

{
    "chain": "main",
    "blocks": 2887015,
    "headers": 2887015,
    "bestblockhash": "e40fbf5da6567c3216cf312fcbb5c463a14d96e183bd1ecbc55846ec8a889b8c",
    "difficulty": 82195644.18263176,
    "mediantime": 1745764515,
    "verificationprogress": 0.9999987573537571,
    "initialblockdownload": false,
    "chainwork": "000000000000000000000000000000000000000000001b40d24bd56baa310d98",
    "size_on_disk": 216284916351,
    "pruned": false,
    "softforks": {
        "bip34": {
            "type": "buried",
            "active": true,
            "height": 710000
        },
        "bip66": {
            "type": "buried",
            "active": true,
            "height": 811879
        },
        "bip65": {
            "type": "buried",
            "active": true,
            "height": 918684
        },
        "csv": {
            "type": "buried",
            "active": true,
            "height": 1201536
        },
        "segwit": {
            "type": "buried",
            "active": true,
            "height": 1201536
        },
        "taproot": {
            "type": "bip8",
            "bip8": {
                "status": "active",
                "start_height": 2161152,
                "timeout_height": 2370816,
                "since": 2257920
            },
            "height": 2257920,
            "active": true
        },
        "mweb": {
            "type": "bip8",
            "bip8": {
                "status": "active",
                "start_height": 2217600,
                "timeout_height": 2427264,
                "since": 2265984
            },
            "height": 2265984,
            "active": true
        }
    },
    "warnings": ""
}

getnettotals

{
    "totalbytesrecv": 1321627132,
    "totalbytessent": 466031678,
    "timemillis": 1745765589755,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo

{
    "version": 210400,
    "subversion": "/LitecoinCore:0.21.4/",
    "protocolversion": 70017,
    "localservices": "0000000001800449",
    "localservicesnames": [
        "NETWORK",
        "WITNESS",
        "COMPACT_FILTERS",
        "NETWORK_LIMITED",
        "MWEB_LIGHT_CLIENT",
        "MWEB"
    ],
    "localrelay": true,
    "timeoffset": 0,
    "networkactive": true,
    "connections": 10,
    "connections_in": 0,
    "connections_out": 10,
    "networks": [
        {
            "name": "ipv4",
            "limited": false,
            "reachable": true,
            "proxy": "127.0.0.1:9050",
            "proxy_randomize_credentials": true
        },
        {
            "name": "ipv6",
            "limited": false,
            "reachable": true,
            "proxy": "127.0.0.1:9050",
            "proxy_randomize_credentials": true
        },
        {
            "name": "onion",
            "limited": false,
            "reachable": true,
            "proxy": "127.0.0.1:9050",
            "proxy_randomize_credentials": true
        }
    ],
    "relayfee": 0.00001,
    "incrementalfee": 0.00001,
    "localaddresses": [],
    "warnings": ""
}

getindexinfo

{
    "txindex": {
        "synced": true,
        "best_block_height": 2882558
    },
    "basic block filter index": {
        "synced": true,
        "best_block_height": 2882558
    }
}