pull down to refresh
1000 sats \ 0 replies \ @nullcount 31 Aug \ on: How to Make Sense of Lightning Channels Map? bitcoin_beginners
Mempool uses the MaxMind GeoIP database. It attempts to map every public IPv4 or IPv6 address to a country, state, city. It's not perfect, but pretty accurate.
However, most LN nodes use Tor only and don't have an IP address to track. Additionally, some nodes have many IP addresses in different countries. Nodes can also trivially set up a proxy to make their IP address look like its coming from the country of the proxy and not the country where the actual node hardware is hosted.
No. That's capacity, for a tx to work, you need liquidity in the direction of the payment.
Maybe blockstream's node is one of these: https://amboss.space/search?term=YmxvY2tzdHJlYW0=
You can generate an invoice using your wallet, and paste it into lightningdecoder.com. It will tell you the pubkey of the destination node for that invoice.
Only way to know is to try! You wallet will attempt dozens or hundreds of possible paths looking for one with sufficient liquid to process the payment. Most wallets will automatically make the payment once it finds a route. However, if you're a wizard, you can probe the path first to see if there is liquid without actually sending the payment. This involves custom route building and crafting custom onion htlcs.