Web3 node map
Which IP addresses run blockchain infrastructure. We map the public peers of major decentralized networks and fold them into our IPv4 intelligence, so any IP page tells you whether that address participates in web3 — a neutral signal that never affects an IP’s reputation score.
Where the nodes are
How it works
Decentralized networks are public by design — every node gossips its peers so the network can find itself. We collect those peer lists from each project’s own feeds (and, where a project has no list, our own discovery crawler), normalize them to IP addresses, and store them as a lookup table plus a daily census so we can show change over time.
A web3 tag is a positive / neutral fact about an IP: it tells you the address runs participatory infrastructure. It is deliberately kept out of the reputation score — running a blockchain node is not abuse. Full provenance is on the data sources page.
Browse nodes by network
Decentralization report →Open any network to see every node it runs — each address linked to its full IP report, with hosting network, operator and country.
Data sources
Free, public peer feeds, refreshed daily. A transient fetch failure keeps the last good copy.
Reachable peers discovered by WorldIP's own Nebula crawler.
Peer list from the Arweave network (arweave.net/peers).
Monero remote-node list by ditatompel (xmr.ditatompel.com).
See it on an IP
Any IP that runs a node shows a web3 badge on its page, next to its reputation and exposure. Try a search, or open any IP page to see the full intelligence stack.
What is web3?
Web3 is a loose term for internet services built on decentralized, peer-to-peer infrastructure rather than a single company’s servers. Instead of one provider hosting an application and its data, the work is spread across many independent machines — called nodes — that each hold a copy of the network’s state and talk directly to one another.
The contrast is with the traditional client-server model, where your browser (the client) connects to a known server controlled by one operator. In a web3 network there is no central server to point at: any node can serve the data, and the network keeps working as nodes join and leave. Common examples include blockchains such as Bitcoin and Ethereum, and storage networks such as IPFS, Filecoin and Arweave.
Because these networks run on real machines with real public IP addresses, IP-level visibility matters: it’s how you see where a decentralized network physically lives, how concentrated it is across providers and countries, and whether a given address is taking part. That is exactly what this web3 node map shows.
What is a blockchain?
A blockchain is a distributed ledger — a shared, append-only record of transactions that is replicated across many computers at once. Records are grouped into blocks, each cryptographically linked to the one before it, so the history is tamper-evident: changing an old block would break every block that follows.
No single party holds the master copy. Instead, a network of nodes each maintains the full ledger and follows the same rules (a consensus protocol) to agree on which new blocks are valid. This is what makes a public, permissionless blockchain like Bitcoin or Ethereum decentralized: anyone can run a node, read the chain, and help verify it, without asking permission from a central authority.
Because the ledger is public and replicated, the machines maintaining it must be reachable by their peers — which is why blockchains are visible at the IP level at all.
What is a blockchain node?
A blockchain node is simply a machine running a network’s software and participating in it — storing some or all of the ledger and exchanging data with other nodes. Most public networks run on tens of thousands of nodes worldwide, though the exact count varies by network and changes constantly as machines come online and go offline.
Nodes come in several roles, depending on the network:
- Full nodes — download and independently verify the entire chain, enforcing every rule.
- Validator / consensus nodes — help produce and confirm new blocks (mining or staking).
- RPC / gateway nodes — expose an interface so wallets and apps can read the chain and submit transactions.
- Storage nodes — hold and serve data on networks like IPFS, Filecoin or Arweave.
- Relay / bootstrap nodes — help new peers find and connect to the rest of the network.
To do any of this, a node needs a reachable network address. Most have a public IP and openly advertise themselves so other peers can connect — a process called gossip. That public reachability is what lets a WorldIP.io IP page identify an address as a node in the first place.
What is a decentralized, peer-to-peer network?
A peer-to-peer (P2P) network has no central server: every participant is both a client and a server to the others. To function, peers must be able to find each other, so these networks build in their own discovery mechanisms — typically gossip (nodes share the addresses of peers they know) and distributed hash tables (DHTs) (a shared directory of who is reachable where).
A direct consequence is that node IP addresses are publicly observable by design. A node has to announce a reachable address for the network to work at all; if it stayed hidden, no peer could connect to it. So seeing a network’s nodes is not a security leak or a flaw — it is the network operating exactly as intended, and the same information any other participant can see.
WorldIP.io reads this already-public peer information, normalizes it to IP addresses, and indexes it — the same way it indexes public DNS and routing data elsewhere on the site.
Why does WorldIP map web3 nodes?
Whether an IP runs a blockchain or P2P node is a useful piece of network intelligence — it tells you something concrete about what an address does. We fold it into the same per-IP picture as geolocation, ASN, reverse DNS and routing, so it’s available wherever you look up an address.
It is treated as a neutral, informational signal — not a threat or reputation factor. Running a node is legitimate participatory infrastructure, so a web3 tag is deliberately kept out of an IP’s reputation score; it never raises or lowers an address’s trust score.
The data is useful for researchers studying decentralization, for node operators checking how their network is distributed, and for anyone interested in the geographic and ASN distribution of web3 infrastructure — how many nodes there are and where they are located. You can see it two ways: as the map and per-network stats on this page, and as a web3 badge on any individual IP page that runs a node. Full provenance is on the data sources page.
Web3 & blockchain — frequently asked questions
Frequently Asked Questions
Web3는 무엇입니까?
Web3는 단일 회사의 서버 대신 분산형 P2P 인프라를 기반으로 구축된 인터넷 서비스를 위한 일반적인 용어입니다. 작업과 데이터는 네트워크 상태를 유지하고 서로 직접 통신하는 노드라고 불리는 많은 독립적인 머신에 분산됩니다. 비트코인 및 이더리움과 같은 블록체인, IPFS 및 파일코인과 같은 스토리지 네트워크가 일반적인 예시입니다.
블록체인은 무엇입니까?
블록체인은 분산 원장입니다. 즉, 여러 컴퓨터에 동시에 복제되는 공유되고 추가 전용 기록입니다. 트랜잭션은 블록으로 그룹화되며, 각 블록은 이전 블록과 암호화 방식으로 연결되어 기록이 변조 방지됩니다. 단일 당사자가 마스터 복사본을 보유하지 않으며, 노드 네트워크는 각각 전체 원장을 유지하고 새로운 블록이 유효한지 동의하기 위한 공통 규칙 집합을 따릅니다.
블록체인 노드는 무엇입니까?
블록체인 노드는 네트워크 소프트웨어를 실행하고 참여하며, 원장의 일부 또는 전부를 저장하고 다른 노드와 데이터를 교환하는 머신입니다. 역할은 네트워크에 따라 다르며 전체 체인을 검증하는 풀 노드, 블록을 생성하는 검증자, 앱을 제공하는 RPC 또는 게이트웨이 노드, 스토리지 노드, 피어 연결을 돕는 릴레이 노드 등이 있습니다.
블록체인 노드 IP 주소는 공개입니까 비공개입니까?
대부분은 설계상 공개됩니다. 노드는 다른 피어가 연결할 수 있도록 도달 가능한 주소를 광고해야 하며, 가십 및 분산 해시 테이블을 사용하여 서로를 찾으므로 해당 IP는 모든 참가자에게 공개적으로 관찰 가능합니다. 이는 네트워크가 의도한 대로 작동하는 것이며, 유출이나 잘못된 구성이 아닙니다. WorldIP.io는 이미 공개된 이 피어 정보만 읽습니다.
블록체인 노드를 실행할 수 있습니까?
예. 비트코인 및 이더리움과 같은 공개, 무허가 네트워크는 누구에게나 열려 있으며, 노드를 실행하는 데 일반적으로 중앙 기관의 허가가 필요하지 않습니다. 요구 사항은 네트워크에 따라 다르며, 기본 풀 노드의 경우 적당한 상시 작동 컴퓨터부터 일부 검증자 및 스토리지 역할의 경우 더 많은 저장 공간, 대역폭 또는 스테이킹이 필요할 수 있습니다.
블록체인 노드는 몇 개입니까?
네트워크마다 다르며, 머신이 온라인 및 오프라인 상태가 됨에 따라 지속적으로 변경됩니다. 대규모 공개 네트워크는 일반적으로 전 세계 수만 개의 도달 가능한 노드에 의해 유지 관리되지만, 고정된 단일 숫자는 없습니다. WorldIP.io는 각 네트워크의 공개 피어 데이터를 기반으로 Web3 노드 맵에 네트워크별 실시간 수를 표시합니다.
블록체인 노드는 어디에 위치합니까?
노드는 전 세계 데이터 센터 및 가정의 실제 머신에서 실행되므로, 그 위치는 인터넷 호스팅의 지리적 특성을 따르며, 저렴하고 안정적인 연결을 제공하는 지역 및 클라우드 또는 호스팅 제공업체에 집중되어 있습니다. 각 노드는 공용 IP 주소를 가지므로, 해당 국가 및 네트워크(ASN)는 다른 IP와 동일한 방식으로 조회할 수 있으며, 이것이 Web3 맵이 시각화하는 내용입니다.
블록체인 노드를 실행하는 것이 내 IP 평판 또는 신뢰 점수에 영향을 미칩니까?
아니요. Web3 노드 태그는 중립적인 정보 신호이며 IP의 평판이나 신뢰 점수를 낮추지 않습니다. 노드를 실행하는 것은 합법적인 참여 인프라이지 남용이 아니므로, 이 태그는 평판 계산에서 의도적으로 완전히 제외됩니다. 점수를 올리거나 내리지 않습니다.
WorldIP.io는 어떤 Web3 네트워크를 추적합니까?
WorldIP.io는 비트코인, 이더리움, 솔라나, 모네로, 아위브를 포함한 여러 주요 분산 네트워크의 노드를 매핑하며, 시간이 지남에 따라 다른 네트워크도 추가됩니다. 노드 목록은 각 프로젝트의 공개 피어 피드에서 가져오며, 게시된 목록이 없는 경우 자체 검색 크롤러로 보완됩니다. 네트워크별 전체 출처 및 귀속 정보는 데이터 출처 페이지에 있습니다.