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 是一个通用术语,指建立在去中心化、点对点基础设施而非单一公司服务器上的互联网服务。工作和数据分布在许多独立的机器(称为节点)上,每个节点都持有网络状态并直接相互通信。比特币和以太坊等区块链,以及 IPFS 和 Filecoin 等存储网络,都是常见的例子。
什么是区块链?
区块链是一种分布式账本:一个共享的、只可追加的记录,同时在多台计算机上复制。交易被分组到区块中,每个区块都通过加密方式链接到前一个区块,因此历史记录具有防篡改性。没有单一一方持有主副本;一个节点网络各自维护完整的账本,并遵循一套共同的规则来就哪些新区块有效达成一致。
什么是区块链节点?
区块链节点是运行网络软件并参与其中的机器,它存储部分或全部账本并与其他节点交换数据。角色因网络而异,包括验证整个链的完整节点、生成区块的验证者、为应用程序提供服务的 RPC 或网关节点、存储节点以及帮助对等节点连接的中继节点。
区块链节点的 IP 地址是公开的还是私有的?
大多数节点在设计上是公开的。节点必须公告一个可达地址,以便其他对等节点可以连接到它,使用八卦协议和分布式哈希表相互查找,因此其 IP 对任何参与者都是公开可见的。这是网络按预期工作,而不是泄漏或配置错误。WorldIP.io 仅读取这些已公开的对等信息。
我可以运行一个区块链节点吗?
是的。像比特币和以太坊这样的公共、无需许可的网络对任何人开放,运行节点通常不需要中央机构的许可。要求因网络而异,从用于基本完整节点的适度常开计算机,到某些验证者和存储角色所需的更大量存储、带宽或质押。
有多少个区块链节点?
这因网络而异,并随着机器的上线和下线而不断变化。大型公共网络通常由全球数万个可达节点维护,但没有一个固定的数字。WorldIP.io 在 Web3 节点地图上显示每个网络的实时计数,该计数基于每个网络的公共对等数据。
区块链节点位于何处?
节点运行在全球各地的数据中心和家庭中的真实机器上,因此它们的位置遵循互联网托管的地理分布,集中在具有廉价、可靠连接的地区以及云或托管提供商处。由于每个节点都有一个公共 IP 地址,其国家和网络 (ASN) 可以像任何其他 IP 一样被查询,这就是 Web3 地图所可视化的内容。
运行区块链节点会影响我的 IP 声誉或信任分数吗?
不。Web3 节点标签是一个中立的信息信号,不会降低 IP 的声誉或信任分数。运行节点是合法的参与式基础设施,而非滥用,因此该标签被故意完全排除在声誉计算之外;它从不提高或降低分数。
WorldIP.io 跟踪哪些 Web3 网络?
WorldIP.io 映射了来自多个主要去中心化网络的节点,包括比特币、以太坊、Solana、Monero 和 Arweave,并会随着时间推移添加其他网络。节点列表来自每个项目自己的公共对等源,并在没有发布列表的情况下辅以第一方发现爬虫。完整的每个网络来源和归属信息可在数据源页面上找到。