Network Health & Validator Intelligence

An overview of the XRP Ledger's technical health, decentralization, and validator activity.

Key Amendments for Institutional Adoption

For banks and financial institutions to adopt blockchain technology, the platform must provide features that meet strict requirements for compliance, security, and operational control. The following proposed amendments to the XRP Ledger are critical because they introduce these necessary, enterprise-grade capabilities, paving the way for significant institutional uptake.

Permissioned DEX & Domains

These features allow institutions to create controlled, private markets on the public ledger. They can enforce rules, such as requiring KYC verification, ensuring that they only transact with other authorized and vetted participants. This is essential for meeting regulatory compliance like AML laws.

Permission Delegation

This amendment enhances security by allowing account owners to delegate specific, limited powers to other accounts without sharing main private keys. An institution can grant an employee the right to issue tokens, for example, but not to change account settings, drastically reducing internal risk and aligning with corporate security policies.

Token Escrow

Extends the ledger's existing escrow feature to support any token, not just XRP. This is a fundamental financial tool that allows institutions to lock assets as part of a smart contract, only releasing them when all parties have fulfilled their obligations. It's vital for securing complex, multi-asset transactions.

XChain Bridge

Provides interoperability by enabling the secure transfer of assets between the XRP Ledger and other blockchains. For institutions, this is crucial for connecting to the broader digital asset ecosystem, preventing siloed operations and allowing for seamless cross-chain financial services.

Network Snapshot
Avg. Consensus Time 10,000.00 ms UNL / Total Validators 35 / 35
Countries with Validators 10 Forks Detected (24h) 0

Geographic Distribution

This map shows the real-time locations of XRP Ledger validators across the globe. Blue markers represent validators on the default Unique Node List (UNL)—the most trusted nodes—while grey markers show other known validators. A wide geographic distribution is crucial for network decentralization and resilience.

Amendment Voting Tracker

Amendments are proposed changes to the XRP Ledger protocol. For a new feature to be enabled, it must gain a supermajority consensus from trusted validators. This means at least 80% of validators must vote "yes" on the amendment continuously for a two-week period. Once this threshold is met, the amendment becomes permanently active. Click on any amendment below to see its specific details and description.

PermissionedDomains

74.29%
Amendment IDA730EB18A9D4BB52502C898589558B4CCEB4BE10044500EE5581137A2E80E849
StatusOpen for Voting
Default Vote (Latest stable release)No
Pre-amendment functionality retired?No

Permissioned domains are controlled environments within the broader ecosystem of the XRP Ledger blockchain. Domains do nothing on their own, but features such as Permissioned DEXes and Lending Protocols can use domains to restrict access, so that traditional financial institutions can offer services on chain while complying with various compliance rules.

This amendment creates a new ledger entry type, PermissionedDomain, and new transactions, PermissionedDomainSet (creates or modifies permissioned domains) and PermissionedDomainDelete (deletes permissioned domains).

fixXChainRewardRounding

68.57%
Amendment ID2BF037D90E1B676B17592A8AF55E88DB465398B4B597AE46EECEE1399AB05699
StatusOpen for Voting
Default Vote (Latest stable release)No
Pre-amendment functionality retired?No

This amendment ensures that reward shares for cross-chain transactions are always rounded down. This preserves the original intended behavior.

Without this amendment, the XChainBridge amendment has an incompatibility with the fixUniversalNumber amendment. When those two amendments are both enabled, the Number type may be used for some intermediate calculations of token amounts. In some cases, values that used to round down instead are rounded to nearest, which alters the intended rounding behavior for reward shares in cross-chain transactions.

This amendment restores the intended rounding behavior. It has no effect unless both the XChainBridge and fixUniversalNumber amendments are also enabled.

Batch

68.57%
Amendment ID894646DD5284E97DECFE6674A6D6152686791C4A95F8C132CCA9BAF9E5812FB6
StatusOpen for Voting
Default Vote (Latest stable release)No
Pre-amendment functionality retired?No

Allows multiple transactions to be bundled into a batch that's processed all together. Standard: XLS-56

PermissionedDEX

45.71%
Amendment ID677E401A423E3708363A36BA8B3A7D019D21AC5ABD00387BDBEA6BDE4C91247E
StatusOpen for Voting
Default Vote (Latest stable release)No
Pre-amendment functionality retired?No

Creates Permissioned DEXes, controlled environments for trading within the XRP Ledger's decentralized exchange (DEX). Trading in a permissioned DEX works like trading in the open DEX, except that a permissioned domain controls who can place and accept offers.

Specification: XLS-81

TokenEscrow

40%
Amendment ID138B968F25822EFBF54C00F97031221C47B1EAB8321D93C7C2AEAF85F04EC5DF
StatusOpen for Voting
Default Vote (Latest stable release)No
Pre-amendment functionality retired?No

Extends escrow functionality to fungible tokens, enabling Trust Line Tokens and Multi-Purpose Tokens (MPTs) to be held in escrow. Issuers can control whether their tokens can be escrowed through flags. To issue Trust Line Tokens, issuers must enable the Allow TrustLine Locking flag on their account, or the Can Escrow and Can Transfer flags for an MPT issuance.

Modifies existing transactions:

  • EscrowCreate - Can now escrow fungible tokens in addition to XRP.
  • EscrowFinish - Can now deliver escrowed fungible tokens to recipients.
  • EscrowCancel - Can now return escrowed fungible tokens to senders.
  • AccountSet - Can now enable the Allow Trust Line Locking flag to allow Trust Line Tokens issued by an account to be escrowed.

Updates existing ledger entry types:

  • Escrow - Adds support for fungible token amounts and two new fields; TransferRate and IssuerNode.
  • MPToken - Adds optional LockedAmount field to track tokens in escrow.
  • MPTokenIssuance - Adds optional LockedAmount field to track tokens in escrow.
  • AccountRoot - Adds Allow Trust Line Locking flag.

Specification: XLS-85

XChainBridge

28.57%
Amendment IDC98D98EE9616ACD36E81FDEB8D41D349BF5F1B41DD64A0ABC1FE9AA5EA267E9C
StatusOpen for Voting
Default Vote (Latest stable release)No
Pre-amendment functionality retired?No

Adds cross-chain bridges, enabling the transfer of digital assets between networks (for example, between Mainnet and a sidechain). Standards draft: XLS-0038 Cross-Chain Bridge.

Adds new transactions:

  • XChainAccountCreateCommit - Create a new account for a witness server to submit transactions on an issuing chain..
  • XChainAddAccountCreateAttestation - Provide an attestation that an account was created for a witness server to use.
  • XChainAddClaimAttestation - Provide an attestation that assets were locked on a locking chain.
  • XChainClaim - Claim assets on the destination chain.
  • XChainCommit - Locks assets on the locking chain.
  • XChainCreateBridge - Create a bridge ledger object.
  • XChainCreateClaimID - Create a new cross-chain claim ID that is used for a cross-chain transfer.
  • XChainModifyBridge - Modify the parameters of a bridge.

Adds new ledger entry types:

  • Bridge - A single cross-chain bridge that connects the XRP Ledger with another blockchain.
  • XChainOwnedClaimID - A cross-chain transfer of value that includes information of the account on the source chain that locks or burns the funds on the source chain.
  • XChainOwnedCreateAccountClaimID - Collects attestations for creating an account via a cross-chain transfer.

Adds several new transaction result codes.

PermissionDelegation

14.29%
Amendment IDAE6AB9028EEB7299EBB03C7CBCC3F2A4F5FBE00EA28B8223AA3118A0B436C1C5
StatusOpen for Voting
Default Vote (Latest stable release)No
Pre-amendment functionality retired?No

Allows accounts to delegate some permissions to other accounts.

Specification: XLS-75.

fixNFTokenDirV1

0%
Amendment ID0285B7E5E08E1A8E4C15636F0591D87F73CB6A7B6452A932AD72BBC8E5D1CBE3
StatusObsolete
Default Vote (Latest stable release)No
Pre-amendment functionality retired?No

This amendment fixes an off-by-one error that occurred in some corner cases when determining which NFTokenPage a NFToken object belongs on. It also adjusts the constraints of NFTokenPage invariant checks, so that certain error cases fail with a suitable error code such as tecNO_SUITABLE_TOKEN_PAGE instead of failing with a tecINVARIANT_FAILED error code.

This amendment has no effect unless the NonFungibleTokensV1 amendment is enabled. This amendment is obsolete because its effects are included as part of NonFungibleTokensV1_1.

fixNFTokenNegOffer

0%
Amendment ID36799EA497B1369B170805C078AEFE6188345F9B3E324C21E9CA3FF574E3C3D6
StatusObsolete
Default Vote (Latest stable release)No
Pre-amendment functionality retired?No

This amendment fixes a bug in the NonFungibleTokensV1 amendment code where NFTs could be traded for negative amounts of money. Without this fix, users could place and accept an offer to buy or sell a NFToken for a negative amount of money, which resulted in the person "buying" the NFT also receiving money from the "seller". With this amendment, NFT offers for negative amounts are considered invalid.

This amendment has no effect unless the NonFungibleTokensV1 amendment is enabled. This amendment is obsolete because its effects are included as part of NonFungibleTokensV1_1.

NonFungibleTokensV1

0%
Amendment ID3C43D9A973AA4443EF3FC38E42DD306160FBFFDAB901CD8BAA15D09F2597EB87
StatusObsolete
Default Vote (Latest stable release)No
Pre-amendment functionality retired?No

Adds native support for non-fungible tokens. Standards Draft: XLS-20d.

There are several known issues with this amendment including one that can cause tecINVARIANT_FAILED errors to appear in the ledger. It has been replaced by the NonFungibleTokensV1_1 amendment.

This amendment adds 5 new transaction types:

  • NFTokenAcceptOffer
  • NFTokenBurn
  • NFTokenCancelOffer
  • NFTokenCreateOffer
  • NFTokenMint

It also adds 2 new ledger object types:

  • NFTokenOffer object
  • NFTokenPage object

Additionally, it modifies the AccountRoot object type to add 3 new optional fields: MintedNFTokens, BurnedNFTokens, and NFTokenMinter.

It also modifies the AccountSet transaction type to allow you to set the NFTokenMinter field.

CryptoConditionsSuite

0%
Amendment ID86E83A7D2ECE3AD5FA87AB2195AE015C950469ABF0B72EAACED318F74886AE90
StatusObsolete
Default Vote (Latest stable release)No
Pre-amendment functionality retired?No

This amendment was intended to add support for several types of crypto-conditions from the official crypto-conditions specification for use in EscrowCreate and EscrowFinish transactions.

However, the amendment was added to rippled v0.60.0 before implementation was complete. As a result, this amendment ID refers to incomplete code which does almost nothing. Modifying the existing amendment to add support for other crypto-conditions would cause a conflict with old versions of the amendment already in released software. If a future release adds support for additional crypto-conditions, it must use a new and different amendment ID.

Validator Performance (24h Agreement)

This table highlights validator reliability over the last 24 hours, showing the top 5 with the highest agreement scores and the bottom 5 with the lowest. The 'Agreement' score represents how often a validator's vote on transactions matched the final, agreed-upon outcome of the network. A high score (near 100%) indicates a validator is well-connected, in sync, and consistently contributing to consensus, making it a key measure of reliability. This data is calculated by monitoring the public ledger history.

✅ Top 5 Performers ⚠️ Bottom 5 Performers
bithomp.com 1.0000 data443.com 0.9983
onxrp.com 1.0000 bitso.com 0.9999
v2.xrpl-commons.org 1.0000 shadow.haas.berkeley.edu 0.9999
anodos.finance 1.0000 validator.gatehub.net 0.9999
xrpgoat.com 1.0000 validator.aspired.nz 0.9999

Validator Details

What is a Validator?
Validators are the heart of the XRP Ledger. Instead of "mining," they run software that allows them to use a consensus protocol to agree on the validity and order of transactions. Every few seconds, this group of servers votes on a new "ledger," making the network extremely fast and efficient.

Who Can Run a Validator?
Anyone can run a validator to monitor the network, but for its vote to count towards consensus, it must be trusted by other participants. This trust is established through Unique Node Lists (UNLs). Each participant chooses a UNL—a list of validators they trust not to collude.

Why ~35 UNL Validators?
The roughly 35 validators marked as "Yes" in the UNL column belong to the default UNL published by the XRP Ledger Foundation. This list is used by most participants as a baseline of trust. It is intentionally small and curated to include only historically reliable, high-performance nodes operated by independent entities across different geographic regions. This focus on a sufficient number of verifiably independent nodes, rather than thousands of anonymous ones, is key to the XRPL's speed and efficiency.

Domain UNL Agreement (24h) Uptime (24h) Location Master Key
anodos.finance Yes 1.0000% 1.0000% Walnut, United States nHUr8EhgKeTc9ESNt4nMYzWC2Pu7GgRHMRTsNEyGBTCfnHPxmXcm
arrington-xrp-capital.blockdaemon.com Yes 1.0000% 1.0000% Council Bluffs, United States nHUED59jjpQ5QbNhesXMhqii9gA8UfbBmv3i5StgyxG98qjsT4yn
aureusox.com Yes 1.0000% 1.0000% Toronto, Canada nHUKgFa4diHC9sN7YnVt4AUPGkaHtShrT76xJBUFdH2B5Tz5nwVQ
bithomp.com Yes 1.0000% 1.0000% Newark, United States nHB8QMKGt9VB4Vg71VszjBVQnDW3v3QudM4DwFaJfy96bj4Pv9fA
bitso.com Yes 0.9999% 0.9999% Toronto, Canada nHBidG3pZK11zQD6kpNDoAhDxH6WLGui6ZxSbUx7LSqLHsgzMPec
cabbit.tech Yes 1.0000% 1.0000% Charter Township of Brandon, United States nHUcNC5ni7XjVYfCMe38Rm3KQaq27jw7wJpcUYdo4miWwpNePRTw
data443.com Yes 0.9983% 0.9983% Austin, United States nHUpJSKQTZdB1TDkbCREMuf8vEqFkk84BcvZDhsQsDufFDQVajam
ekiserrepe.es Yes 1.0000% 1.0000% Amsterdam, The Netherlands nHUDpRzvY8fSRfQkmJMqjmVSaFmMEVxBNn2tNQy5VAhFJ6is6GFk
jon-nilsen.no Yes 1.0000% 1.0000% Sandefjord, Norway nHUvcCcmoH1FJMMC6NtF9KKA4LpCWhjsxk2reCQidsp5AHQ7QY9H
katczynski.net Yes 1.0000% 1.0000% Frankfurt am Main, Germany nHUge3GFusbqmfYAJjxfKgm2j4JXGxrRsfYMcEViHrFSzQDdk5Hq
onxrp.com Yes 1.0000% 1.0000% Newark, United States nHBVACxZaNbUjZZkBfj7gRxF3xgG2vbcP4m48KzVwntdTogi5Tfs
ripple.com Yes 1.0000% 1.0000% Walnut, United States nHU4bLE3EmSqNwfL4AP1UZeTNPrSPPP6FXLKXo2uqfHuvBQxDVKd
ripple.ittc.ku.edu Yes 1.0000% 1.0000% Lawrence, United States nHUVPzAmAmQ2QSc4oE1iLfsGi17qN2ado8PhxvgEkou76FLxAz7C
ripple.kenan-flagler.unc.edu Yes 1.0000% 1.0000% Durham, United States nHUFCyRCrUjvtZmKiLeF8ReopzKuUoKeDeXo3wEUBVSaawzcSBpW
ripplevalidator.uwaterloo.ca Yes 1.0000% 1.0000% Woodbridge, Canada nHDH7bQJpVfDhVSqdui3Z8GPvKEBQpo6AKHcnXe21zoD4nABA6xj
shadow.haas.berkeley.edu Yes 0.9999% 0.9999% Oakland, United States nHULqGBkJtWeNFjhTzYeAsHA3qKKS7HoBh8CV3BAGTGMZuepEhWC
students.cs.ucl.ac.uk Yes 1.0000% 1.0000% Tower Hamlets, United Kingdom nHUq9tJvSyoXQKhRytuWeydpPjvTz3M9GfUpEqfsg9xsewM7KkkK
v2.xrpl-commons.org Yes 1.0000% 1.0000% Frankfurt am Main, Germany nHBgyVGAEhgU6GoEqoriKmkNBjzhy6WJhX9Z7cZ71yJbv28dzvVN
validator.aspired.nz Yes 0.9999% 0.9999% Toronto, Canada nHDHzXZKtmMHCkTVgdWY4dqdigDrESiseUF8JkzE93DUtfbt6s3W
validator.gatehub.net Yes 0.9999% 0.9999% Toronto, Canada nHUY14bKLLm72ukzo2t6AVnQiu4bCd1jkimwWyJk3txvLeGhvro5
validator.poli.usp.br Yes 1.0000% 1.0000% Ribeirão Preto, Brazil nHUpDPFoCNysckDSHiUBEdDXRu2iYLUgYjTzrj3bde5iDRkNtY8f
validator.xrpl-labs.com Yes 1.0000% 1.0000% Newark, United States nHUXeusfwk61c4xJPneb9Lgy7Ga6DVaVLEyB29ftUdt9k2KxD6Hw
validator.xrpl.robertswarthout.com Yes 1.0000% 1.0000% Helsinki, Finland nHUdjQgg33FRu88GQDtzLWRw95xKnBurUZcqPpe3qC9XVeBNrHeJ
verum.eminence.im Yes 1.0000% 1.0000% Toronto, Canada nHU2k8Po4dgygiQUG8wAADMk9RqkrActeKwsaC9MdtJ9KBvcpVji
www.bitrue.com Yes 1.0000% 1.0000% Helsinki, Finland nHUryiyDqEtyWVtFG24AAhaYjMf9FRLietbGzviF3piJsMm9qyDR
xpmarket.com Yes 1.0000% 1.0000% Toronto, Canada nHUP4RcLQdPHh3kMtFm9NFGnjEYLGXiQAyyB7qFsjATHMw2YVxHi
xrp-col.anu.edu.au Yes 1.0000% 1.0000% Canberra, Australia nHUbgDd63HiuP68VRWazKwZRzS61N37K3NbfQaZLhSQ24LGGmjtn
xrp-validator.interledger.org Yes 1.0000% 1.0000% Frankfurt am Main, Germany nHUrUNXCy4DgPPNABX9C6mUctpoq7CwgLKAUxjw6zYtTfiqsj1ew
xrp.unic.ac.cy Yes 1.0000% 1.0000% Limassol, Cyprus nHUfPizyJyhAJZzeq3duRVrZmsTZfcLn7yLF5s2adzHdcHMb9HmQ
xrp.vet Yes 1.0000% 1.0000% Los Angeles, United States nHBWa56Vr7csoFcCnEPzCCKVvnDQw3L28mATgHYQMGtbEfUjuYyB
xrpgoat.com Yes 1.0000% 1.0000% Dublin, United States nHUwGQrfZfieeLFeGRdGnAmGpHBCZq9wvm5c59wTc2JhJMjoXmd8
xrpkuwait.com Yes 1.0000% 1.0000% Toronto, Canada nHUfxETNHsA9reyYCVYwNztEbifMg6U9YUdcgVvzMwGNpphKSSf6
xrpl.aesthetes.art Yes 1.0000% 1.0000% Essen, Germany nHU3AenyRuJ4Yei4YHkh6frZg8y2RwXznkMAomUE1ptV5Spvqsih
xrpscan.com Yes 1.0000% 1.0000% Toronto, Canada nHDB2PAPYqF86j9j3c6w1F1ZqwvQfiWcFShZ9Pokg9q4ohNDSkAz
xspectar.com Yes 1.0000% 1.0000% London, United Kingdom nHUpDEZX5Zy9auiu4yhDmhirNu6PyB1LvzQEL9Mxmqjr818w663q

Non-UNL Validator Details

Domain UNL Agreement (24h) Uptime (24h) Location Master Key
589.clouds.hspeed.ch No 1.0000% 1.0000% Switzerland nHBkpTyjSNLgMggYPTBwSRAV7Dn1xZxQ7A24XM5ettVqu9BvvraL
datamossa.com No 1.0000% 1.0000% Sydney, Australia nHB8BVeE68cQJLbW1V3V1hQ87nJvYyNcVP5jW2UoEH6RS1KbHxqU
EELAP-P1201-XRP.ABUDHABI.NYU.EDU No 1.0000% 1.0000% N/A nHUVcpWh7yhBcnbaojXFi7QJtZSZTn3QtBiLFEPBEX7FfWYpNsef
joshuahamsa.com No 1.0000% 1.0000% United States nHUdwCKijaKAD8NUUR8sKPV3Kj9F2EJW3E5Lsb62yod2T7kR2y9F
jrdunn.topnode.app No 1.0000% 1.0000% N/A nHBcRZRBbm34XyYck5r1kGjt32Zmbozi6Xmgnp21Am19d8Lhr1kL
lovepattaya.topnode.app No 1.0000% 1.0000% Frankfurt am Main, Germany nHBcMTAyShbnyq35LcW3J8TdKKJMq6YdfYdEKzAzc7x7k4oWhURR
mr-x-33.topnode.app No 1.0000% 1.0000% Frankfurt am Main, Germany nHU3kwptd9wRC3wHRLbGjW27iYoCx8otsqyhWPptPvV88bLMzwaw
N/A No 1.0000% 1.0000% N/A nHUwBhY2kgmnhCPUysrEVXTdyE8A2ytmuecuPjoyhYSkr7ekQ7db
N/A No 1.0000% 1.0000% N/A nHUhQVE93dajM3srxubsEj1mK1gzRwJob14QSrJefY1FdLs6r7WJ
N/A No 1.0000% 1.0000% N/A nHDEG79mH5em2ZWFWgxtNABiTsKo1svN6ye8mpDrjAQQPaQqiX4S
N/A No 1.0000% 1.0000% N/A nHDwWABPzKs7RUxFEXzbqBcSLVQADCtoWYJHeqEPefuZ7JE7oaUm
N/A No 1.0000% 1.0000% N/A nHBT58yHyDdPdJ6gzaBMT7gqwTMpj5ERji1s9SvfKKtfoZUS89WX
N/A No 1.0000% 1.0000% N/A nHUCAdca6VoWWYVdBH1bwCUQggEX2e5acQSqxM3DwyuhsFknxmh3
N/A No 1.0000% 1.0000% N/A nHDGp5cjLFykBj2S6d7yWHCMdyKCZ6VxFngUJ9v4YFote1Nu9VRx
N/A No 1.0000% 1.0000% N/A nHBgtnvGT93sgR3xKK81VKoqRu7HEyfaZw1AHuvZ4XFx37bfAHHj
N/A No 1.0000% 1.0000% N/A nHBXRNjWjs52ghGwrEkZMbYsa76xhtyqW5wFwoWtjf8pZSFifx9E
N/A No 1.0000% 1.0000% N/A nHDwBbubxJswoweWQKEgWLNRJv2hNRCTR4GGApJmbtCcbtYNSpdB
N/A No 1.0000% 1.0000% N/A nHUC23NnutZyYeQxQbAbPUpKoVGj5aisBxf2zzcZzJ43fcw5rc9z
N/A No 1.0000% 1.0000% N/A nHDUXUBK3oTtMYYk2LRnL2wHSdvfAsvoK9ws89jKEKQi6Vr9DxBB
N/A No 1.0000% 1.0000% N/A nHUbmg8QNzEGjHzgnt99e9YE2scU3DZGH7FsF6MCcK5eiPt3AtaH
N/A No 1.0000% 1.0000% N/A nHBRzX5k7g63rucxQHZkDFvjA3e6PdT6ATU5127otLJaAM4h6x1Q
N/A No 1.0000% 1.0000% N/A nHUxBD1UPb383SdWgJx62GGQ7W2WKvgpUtUXLjiGGRRcPb3nbSXd
N/A No 1.0000% 1.0000% N/A n9LDvAnfERv6FNkRKVEqRqJSfYG843r6LRCfgb8yriRqTPZ3Q3zT
N/A No 1.0000% 1.0000% N/A nHBQ3CT3EWYZ4uzbnL3k6TRf9bBPhWRFVcK1F5NjtwCBksMEt5yy
N/A No 1.0000% 1.0000% N/A nHDfPUhvHAPsS5gyJYiU3xfCMGZVGFmv2YNNchPZUQ3ahv1P2Bm2
N/A No 1.0000% 1.0000% N/A nHUP6rfQfgzg6tKga3k9ziEvtjwn1PB32gcr5dLcamqzmitszYv2
N/A No 1.0000% 1.0000% N/A nHUdxyd88eFi5uKZwJG11Rx5oCrdsUuyT5yzMwndCF6YpSaoPkbB
N/A No 1.0000% 1.0000% N/A nHBbiP5ua5dUqCTz5i5vd3ia9jg3KJthohDjgKxnc7LxtmnauW7Z
N/A No 1.0000% 1.0000% N/A nHBxsUzx3Bbf6J4yJ3fLQ3VizPtdREVwTJ6mdqkuDTjLcVbggVbk
N/A No 1.0000% 1.0000% N/A n9KYD6wERhM1h7zRThGbNmrWUqfmx6vewhZDSJ4pqqLerMJudPvE
N/A No 1.0000% 1.0000% N/A nHDDe5uAdiv6RA59MA1oM4JLDtVSYKNShgjEqq1KsdJXZiR47CQT
N/A No 1.0000% 1.0000% N/A nHUqFEDSghykJfMkz83d6NQH4SRwVZHNRirriJxVoNJzPdqF7S4G
N/A No 1.0000% 1.0000% N/A nHU2FpRbPrvVcyQQpkqrAUDJDTRHZpjij8DpKeSC481PYY9ikYkb
N/A No 1.0000% 1.0000% N/A nHUeUNSn3zce2xQZWNghQvd9WRH6FWEnCBKYVJu2vAizMxnXegfJ
N/A No 1.0000% 1.0000% N/A nHU1CDnwycUaaLY3xbLZXdRnyu2zqGGVa2DaPSoakr1KNGvDMmRM
N/A No 1.0000% 1.0000% N/A nHBu3iuq1SQ9Z686pYwWYVKpScSMDWfpUJHdNEQRxn5XyETui7Db
N/A No 1.0000% 1.0000% N/A nHDDiwQBqXhEL1CFoRHdMXD33x9K7rpYJfniXxL7kFavpPd21EGe
N/A No 1.0000% 1.0000% N/A nHUEjjsWLVWjg5PQhmby5QJgm1dzY6vMp7qxyTrdZiW4ALoqg7Gt
N/A No 1.0000% 1.0000% N/A nHDwg5SwxAr5gAfzknKEy8ErT4Dxz4d756a8SWuxBzdJLsNHcuWA
N/A No 1.0000% 1.0000% N/A nHBQ3S14haWp6kXdecUX5qa3mbbTQWjqBnHopnsdS8wDfgTWsse1
N/A No 1.0000% 1.0000% N/A nHB2zbGnoNmey5J934LhsBZDQtAbY1yhag1ubgSjjicojm5jsZWe
oclost.art No 1.0000% 1.0000% United States nHU4puuP2kG2DySY7uBVYAzjCFbpFuPcK3SfubHqsM825iXg3NdT
onledger.net No 1.0000% 1.0000% Auckland, New Zealand nHBq1HF21c1QaxD9xRD3doGNQ8zKCovRi3rd9u7AYkLB8fem738c
opulencex.io No 1.0000% 1.0000% Walnut, United States nHU47w2Riz1orRy6srptaVSTfUqpXYuTjM8RCov7WKxcsHS4Zeia
peersyst.cloud No 1.0000% 1.0000% United States nHUUgpUVNxXfxkkoyh2QDjfLfHapcut8gYwKeShnJYd3SdPui19A
printscierge.com No 1.0000% 1.0000% United States nHBQNgcFgXbiM9jSJpkMv1BiDPcDM2vhmsL9bwXVCEVNYFMBBV3V
richlist.xyz No 1.0000% 1.0000% N/A nHU4ywsSDjE75KN4xh6JKbrW1QSx6hgstJc5rQhbUM2DstEc627u
ripple.com No 1.0000% 1.0000% Walnut, United States nHUon2tpyJEHHYGmxqeGu37cvPYHzrMtUNQFVdCgGNvEkjmCpTqK
ripple.cybersecurity-research-lab.ryerson.ca No 1.0000% 1.0000% N/A nHBTyU6TxeNpM7uZQhUPVqESkVYU2WP6DDotCMUmcGAyJZBhzce9
ripple.cybersecurity-research-lab.ryerson.ca No 1.0000% 1.0000% N/A nHUsCMD6SzRNwLRXMoEpphAyGdSqdit5rxSsq9UuFBsst9Qwabur
rippled-validator.us No 1.0000% 1.0000% N/A nHB5FAkhzxjaibeSyBWrpRBst2FJ2Wj7vXMbVeGHjiqPDRPQJw6w
shaneonchain.com No 1.0000% 1.0000% Falkenstein, Germany nHUCxY3GfmD5f4z893pREan2kwsDaC6fgUhKAQBrFZRY8J3LebSS
smokydrip.com No 1.0000% 1.0000% United States nHDUEqKWjnfRJCVB8yGm6xjhyq9BTiNUdHaaeVjNHmX1Jvdr3KFF
squidrouter.com No 1.0000% 1.0000% N/A nHUHeq3QdVyLTUENPHAAJ1d5M1SbvY49rajs31mJS8CEfrvTfjn3
tequ.dev No 1.0000% 1.0000% Walnut, United States nHUxjxKPeErbN7pNk9UWA5Ee7ZPMtesSeRGJtmdqkTxe94tqM2YX
theshillverse.com No 1.0000% 1.0000% Singapore, Singapore nHUaR13roC3qJdcwu3Tvef3GGuS14T86mq6LPEwpw2DTqu1CUAq8
trackingprotocol.io No 1.0000% 1.0000% United States nHB7Ex7Nzf3vwseBGbN9TCVvj8cgWK3p2dGu37azSwtEYo3CgYxi
transia.co No 1.0000% 1.0000% N/A nHUDiDSw6t2YRNMg8cEaaUYNj3QGqUuPjd14ZxQDY4tFgy333Xzc
validator.boscaern.digital No 1.0000% 1.0000% N/A nHBtnUAYCLpjaDLUaZSU6GcdR6CZctHL4kRU9CHFqs3QpUvPFYWo
validator.boscaern.digital No 1.0000% 1.0000% N/A nHUJAvmYykLxXWStnJsxZEEMUWaaf2Q16d9EfesRvGmuCbadBNA4
validator.sugarxrpl.com No 1.0000% 1.0000% Decatur, United States nHUem1oVDs2JoeGbgYBDNFYsXN149ygJg8BrEoF9hfCqVRdBdmBe
vl.xrpsalute.com No 1.0000% 1.0000% United States nHU99tkQAssUrgrqGd1VvQayZzEthEBpHFuW8rUowVgPW5oHnPMB
www.payonline.financial No 1.0000% 1.0000% N/A nHUZ5YTKrzGxvW4FR1eu4aURTf9KhVaffqwK7do7hipSpaLxwXwf
xrp-validator.grapedrop.xyz No 1.0000% 1.0000% N/A nHB6bPcp9jk8QbUZiGXoonERK9rcDvjZUJAoFsGVCs2ZgUdCtnSV
xrp.fgv.br No 1.0000% 1.0000% Rio de Janeiro, Brazil nHUiYSL3oJ4CKBNWCwMiBkrPjFJznv39JTMQ3Dc4LhmZwrpee1b8
xrpaynet.com No 1.0000% 1.0000% N/A nHUEQ8vjUHUtxrJqtaAeR3cffxoYJZpA8oZHQ9ux9mFoWfYdPDvG
xrpl-validator.7rev.dev No 1.0000% 1.0000% United States nHB6m64V1TtBugo4XLjZvFm82EDiCEnAbx7aBDZEt52EbtQkR7LF
xrpl.sbivc.co.jp No 1.0000% 1.0000% Tokyo, Japan nHBuygAUPVYabJJWErKBCm7TeZurQuXnK6ACMBqkrvUc3AJHF7uZ
xrpl.su No 1.0000% 1.0000% N/A nHUMxRGTbbYnkNQvfU2skwGA74UfpBDUgtAVXtV4kukAoxR1Z4Nm
xrpl1.xrpl365.com No 1.0000% 1.0000% Helsinki, Finland nHB7BqmcwWRHdgZ2yD8mUKVnkAaohKKAokNRnDPZghAbhmdJFRNR
xrpstewie.io No 1.0000% 1.0000% N/A nHUcDfqPEt3eGbdEdbir4fSypQFQUNmPe9vkcZ5JBBbjTSbyorcN
xrpval.rawsec.de No 1.0000% 1.0000% Germany nHUT188VGo9bn4qoMUDdM6hxE2TtXtYUoSKDgWuLY72LzHqPnWDc
N/A No 1.0000% 1.0000% N/A nHDh63g21uKXjqXV1E7a12uCj4eZ189PbNt2pRLjQiYDQcSYKM9Z
easynpl.kr No 0.9999% 0.9999% Busanjin-gu, South Korea nHUvNNYzsx1Wo7pLvbPD2M2jk2uAETjoEqDiqtGT6xuErR1E7MJV
ellisendeavors.tech No 0.9999% 0.9999% Phoenix, United States nHDrfNM1ZCugtopqcECDr3kGgmQbtZ3TjuUbrnL6pVU7DBYYyEME
grimmsxrpflow.jwscott.net No 0.9999% 0.9999% United States nHDn6XQVqcRqzEQ8CBkkTJmzamwyPAUh7gS79HBsD39WGrkLDZho
N/A No 0.9999% 0.9999% N/A nHBRpVo3imwf3Q6yUJ9eT5toDWfswhX8FGmfUT1Le7X68GPvXojt
N/A No 0.9999% 0.9999% N/A nHUc7gvr9vqRoSUH1uhDDkmrn8hvdqQXL2hmaEh7WMMxm8qgqL6f
niku.topnode.app No 0.9999% 0.9999% Frankfurt am Main, Germany nHUF2ZydcjYBwFhBKQceTtWcqPD4PDep2UWw91j4BDKuCQQucFK3
nolan-sorrento.topnode.app No 0.9999% 0.9999% Frankfurt am Main, Germany nHDnbtx53XXJHmFBLbpMEUHnDxsdxFiKQzo4FXyMDbhbosjWao3x
rU3VPN9cZfwTLcprEKZ6JJbs7jiLMJ9FuU.topnode.app No 0.9999% 0.9999% Frankfurt am Main, Germany nHBundehgsxB91XPYvvoVL5r7pTtZgXZaun5v1jEPjSQbTLbSvi8
sb1.topnode.app No 0.9999% 0.9999% Frankfurt am Main, Germany nHBTtiXdvND2sZ6QXwUSMggibcUhuQTxRpv3AXo6yKN6Se9Do8DY
v4l1d4t0r.topnode.app No 0.9999% 0.9999% Frankfurt am Main, Germany nHDJfBmynD87ZnQHvpxV1PB3HtSkk3BPkiis5eXvzyuDTRaeQg2H
xrpl.uni.lu No 0.9999% 0.9999% Luxembourg, Luxembourg nHU2xZPPgp2xeF1C764VjPEwRemAcP9Dmh9aAF56JT9JdK1iZasT
zerpaayworld.com No 0.9999% 0.9999% Walnut, United States nHUUyR4FBDmqmLqF6KVB7GWpi5U3EKewGUNetLsKDpcRjANJfdzk
N/A No 0.9999% 0.9999% N/A nHBbQ6Sp3zRFXvRNqbk62VqPRTZcdYB1aqiE615eVuTd1YZSSiaQ
N/A No 0.9999% 0.9999% N/A nHUD4L6PzdGxF9ZXNVriUbS9Hm9Zv2FmgKr3F3Wukn5uNSr5Rgk8
LadyKXRPL.mywire.org No 0.9998% 0.9998% Struthers, United States nHBZ6PrkB4cMmjz6D8eP9tYpkNiPr2kztkGZVEPV3jnXTB3zUMFu
N/A No 0.9998% 0.9998% N/A nHUd6AKqpdbrkJFobv51BN9NdXchhrUAv67occadcbKkQmoNb6Zc
N/A No 0.9997% 0.9997% N/A nHU16DF2kq7TmbR1Y5z8yKNXiLEf3oHT19HVpVXv7unFLfxa17nT
xrptears.xyz No 0.9996% 0.9996% United States nHDhpaYHP983TCnBNiQsxKstWvvsunacM6KnBU7J5E3BTALhFtuT
ripple.com No 0.9996% 0.9996% Walnut, United States nHBmKY9SHCGk6oBHNSgKFFRTHY6zBXz1rR6aJyoXdC5kP6d7Fzbn
xrp.moneymindedapes.com No 0.9996% 0.9996% Boston, United States nHULwYtVHo2rM5AdqdmSniwEECNHMBeszscSUkPdCPSN27wbzfne
N/A No 0.9994% 0.9994% N/A nHUwB4jg4Wj1ebL3EhuPA8LgGQpPp8Uf3tDqvCBZ1JEYXiJxo6Rg
catalyze-research.com No 0.9994% 0.9994% Stockholm, Sweden nHUVxGBvs82UirZA5CrJxaiEQyY9gbbVuaWTimNXR63zPxKqkNsY
N/A No 0.9994% 0.9994% N/A nHUGvLPPnvYsaRKCFdsJg4oriC7XSXjqaVJZFZGwvsJKzzZtv5jy
panicbot.app No 0.9994% 0.9994% The Netherlands nHUkj4wj6iUK7RikWbwooJJDStLosoUTFYo91YUfYRvnpCgNTfAz
tabarnacorp.org No 0.9994% 0.9994% N/A nHUSM6xRURWCjwpPFjWbZA7iYpCz7tvruk88NSxAcGbgaq5ajhfg
blockchain.korea.ac.kr No 0.9993% 0.9993% Jungnang-gu, South Korea nHUT6Xa588zawXVdP2xyYXc87LQFm8uV38CxsVzq2RoQJP8LXpJF
N/A No 0.9992% 0.9992% N/A nHUJ9TRaSyvtZxS1yxuP5CDfqFAKBdYLZqwsorC3FMW4tWdV3G5v
diseb.ewi.tudelft.nl No 0.9990% 0.9990% United States nHUTvEB8t5AbGRcFPvXPD6nkxhMcekEf8oCgp4FcXd8BrQbwaex9
solonation.io No 0.9990% 0.9990% N/A nHBdZgzguPahPTpqDaQzvsLyisjZnfLLiyeWwQnMkozyjA5pmf5r
memo.topnode.app No 0.9987% 0.9987% Frankfurt am Main, Germany nHUZG5vPNZW6aFapDuzNEZ9GaFzRHDn7PqLCCNBmmPGZC8qCu9eF
bazakanode.topnode.app No 0.9986% 0.9986% N/A nHDpm83xDGeY3GsrNoB8RTJneQHX5aogfJxGejc3RYi2jujgVJBA
j-tyler.topnode.app No 0.9986% 0.9986% Frankfurt am Main, Germany nHUvnytn3XaM2snyqB2G1wB12o7dCNhg5i7H6QMuCGkXjYknGHZe
jodes.topnode.app No 0.9983% 0.9983% Frankfurt am Main, Germany nHURfj87VNuNwy2jCJR8buzWhx1AeBkpCqGyyhMFJMdpypRJD65P
bluezklue.topnode.app No 0.9982% 0.9982% N/A nHBVNQEkCfqypKpGwxE4EEU1MveEekePxChK9RdakRkjtaNNYEpY
chriskxrp.topnode.app No 0.9981% 0.9981% Frankfurt am Main, Germany nHUyZidcybav9Mro8CvBnaJr2woNi41sYZH7nHau5wuhoqWo8uWM
textrp.io No 0.9980% 0.9980% Frankfurt am Main, Germany nHUuywEUkHSQFaaTsJtB8LAwfXTg3BaLB4HDLkEcxuGSV7q6Ysgd
meifurachan-mayflower.topnode.app No 0.9980% 0.9980% Frankfurt am Main, Germany nHUhBFCcuNoKLnCyZWanSJon3xZfwi3N5Y48jydeMbJkNbW6TZFn
rUSryotuXn2sciLscoZWfZCuMiTfxP8Sgv.topnode.app No 0.9980% 0.9980% Frankfurt am Main, Germany nHBtSbMet3YmEe1BaFTu9CmdtwKYnfptwgjQJdiE2LpdhagvCt9C
chonky-tiger.topnode.app No 0.9979% 0.9979% Frankfurt am Main, Germany nHU1dqXKF4n3jPd2Swmh6utQ6Srvc3DCsnwzP8X1RxpjbPL4RjLq
ntg5odu.topnode.app No 0.9979% 0.9979% Frankfurt am Main, Germany nHDsnLh69WXDDokRWotkP181ciuNPz1cXfA9UqFdToJ66Hc1u5mj
N/A No 0.9978% 0.9978% N/A nHUxLu1muJzApu83y2N9JGPExpcQoYXoy248EEKght7ce3Z4NLHS
sb3.topnode.app No 0.9978% 0.9978% Frankfurt am Main, Germany nHDprLRS9qN5zBz5tagv38rcER3HYfnhK5B8PGaX3VarYDSVKDZ5
isreal.topnode.app No 0.9976% 0.9976% Frankfurt am Main, Germany nHB5btw5gnUaq9dz4B9yBbLY3ayaczYPUjRAXG3M3LBPzw6H5eB8
kingrich.topnode.app No 0.9976% 0.9976% Frankfurt am Main, Germany nHUk1dcoJ1U8qQGGUvCPthHQRe77j1hHNgi9NiwEh8cwZutNUaKp
rhNKc3A4DarX2PZqp2jU1xqFtF2bJKWUDb.topnode.app No 0.9975% 0.9975% Frankfurt am Main, Germany nHUrDeLBGX7rBfa2nBWmJzt8TDP18kmJNw3UmHsTmBemW8DtYsk9
skelly.topnode.app No 0.9975% 0.9975% Frankfurt am Main, Germany nHBzVEStgstXXMWqPsjK3kLVAN7ahfrQmg5aG4p5QyrFnKvoN4Nv
dmoney.topnode.app No 0.9975% 0.9975% Frankfurt am Main, Germany nHUZckoT4c6Ns5abeUYcGmdcTwTyKj9ewFoWwmKB85xa597SJmPo
israel.topnode.app No 0.9975% 0.9975% Frankfurt am Main, Germany nHU2f9XYa26TPadeUpCHgrb9vsRc12tze3e91Rehe9DfG8FLRxHJ
lechonkawali.topnode.app No 0.9974% 0.9974% Frankfurt am Main, Germany nHURdwC6vxZ1R1vY3WNZv8n2kjUM5ztWeouLAqoKySaCHKj11p3M
rUtFNjkZRgEjKidc5kptCNkrULbHnUwXDw.topnode.app No 0.9973% 0.9973% Frankfurt am Main, Germany nHUr4bjr1NXUiTJQmfC2tFnvYVwjr79tYukpzrj3TsZcVq7MLVXv
sb4.topnode.app No 0.9973% 0.9973% Frankfurt am Main, Germany nHB8Vi2dnrPCxLS47v2ZZaMjhTiSgMvXr6ZpD17tPJwowpcJ9uvy
learsi.topnode.app No 0.9972% 0.9972% Frankfurt am Main, Germany nHUZZMgHm8cXKRZMD9XBbHK4J6hkf8ebWmFtvC2BYdqPgfqyZaP1
crypto.unibe.ch No 0.9971% 0.9971% Bern, Switzerland nHUBcw9LcMAXzD7QqVJei6C1Vanf2kuWqmFvkd3VeC19tSroBN7p
millionheadsupv3.topnode.app No 0.9971% 0.9971% Frankfurt am Main, Germany nHU8PjSrXRf2oksaWsBSUNzVPNDK69hc6yyaXYuRqi3Yzq4BtB2S
kungfureur.topnode.app No 0.9970% 0.9970% Frankfurt am Main, Germany nHUoozfUgYw4tMLKp12wN3oAbwi8ygR2GAm2XbBCj1GLNMmYFcUk
sb2.topnode.app No 0.9970% 0.9970% Frankfurt am Main, Germany nHDnwDcfYsqMmunsdHaqMYagGuPDtYBjExtCCrxw8Zh7pxwoiKjW
ripple.j2b.com No 0.9969% 0.9969% Portland, United States nHBT8TxHAwi3VGFNwrRYJYeRqantNMkBoi4QqXf4ep8MXhzRBP7G
rwizard1g.topnode.app No 0.9967% 0.9967% Frankfurt am Main, Germany nHU29Htq75DZMCJMQfwMmy3BA9LzCQmVShK9thiRcEZERNWKk8h5
turmiel.topnode.app No 0.9967% 0.9967% Frankfurt am Main, Germany nHUZZhoXqxZ6orBn5gQ6xiWTm91zAZpeq2K695wBrNeW5gELs9ef
zerpmon.world No 0.9966% 0.9966% Walnut, United States nHUinfdpmtfXsMUnoSoBeZ93mTwDkPkA2gmCiQTyEi1c1Ybx6unE
xrp.hazza-systems.de No 0.9965% 0.9965% Bremen, Germany nHUrQ4T8ZtZMT6V2VyjZ5mc3DVfEtUJWgvVrkG93VRUCMZk2fHnV
toneman.topnode.app No 0.9963% 0.9963% Frankfurt am Main, Germany nHUn4DsAVJxDrkMGkBokAdLuHMvwZAoKHXaJSY3JN5vaKZ2C1H9y
N/A No 0.9961% 0.9961% N/A n9Mb5hhjgk3rmFgbup5s8RcGQFC85UrrmbFb84CFMkY8oSfsBoYa
trouser-snake.topnode.app No 0.9960% 0.9960% Frankfurt am Main, Germany nHBee4YQtyvowCWmhcd7cEcz3AAorD9qsE8sfN5BLgBf4FVvuSmN
xrp.cs.uoregon.edu No 0.9960% 0.9960% Eugene, United States nHD3XNc7MHqrNt6zJVUGh5BG1U8Q7fZ2pG8FZ658iSEzFVv81Djx
alleskannieuw2.topnode.app No 0.9955% 0.9955% N/A nHUP77VyvJ6kmEnC1nBiYPv9WoTinWMcfxPvDLwXm13RXnK4L16v
ripple.bizbots.com No 0.9954% 0.9954% Helsinki, Finland nHUfExi5maUJk5os6aRsbMFv37PyycQ5sVf4AMqTnLJMGPEsyjQo
makenai.topnode.app No 0.9952% 0.9952% Frankfurt am Main, Germany nHBxpnPMopud25Vgwj2iNaAcX2VadJMfEU54aKyHK75cx8RFcbQ8
smugxrp.me No 0.9937% 0.9937% United States nHDsbC4mPx3gk1tRJDr3x77SmuGXd57Q2iuU3tJiVMkhcHML6wqo
garveyvalid.com No 0.9935% 0.9935% Alton, United States nHBdp6oci5ViGGt5FQdkMymV8FNFbeHMQu9VBizcCPb37RsGaMnD
dykesondeck.topnode.app No 0.9930% 0.9930% N/A nHD3FAc1P5xiovZDDp8WqFqa6j9duY1qz7zN4pNdskyWD5RkK73G
xrparmy.topnode.app No 0.9920% 0.9920% N/A nHDfidCQhFV59TFBBG5xJEGZsVRdtoh5q9ELYjBk3nCQPxqof7an
xrp.soboll.space No 0.9904% 0.9904% Bremen, Germany nHUiTFqq1waoWk7qyKcX2P2aKeEGeAS8bPTAfVzvTXdUPKSosN14
N/A No 0.9889% 0.9889% N/A nHBCMu5wSZWvQS15Yrxapibid5LxMTwjKQutSpoB5HfULErypanA
xrp.bpsqn.com No 0.9866% 0.9866% Toronto, Canada nHDn9vb8Cgan5zHrwZV8ZEQVggtp1jSgDNJ1WJy3iMyox6qwqGaa
ripple.ece.utoronto.ca No 0.9857% 0.9857% Toronto, Canada nHUtXhEtgjdwD8tJAKMHpwcNFKpWwfpcSRPiR8W6wUPCVzFotRyp
memonkee.topnode.app No 0.9828% 0.9828% N/A nHDwHM19PsEMQzx3uzmM5J6yiHC6ouwUvxJLjuVNnvJRNDtu3Ts9
ripple.uni.lu No 0.9725% 0.9725% Luxembourg, Luxembourg nHDaW3sopBasd3CDwLEm1D4NaKQbD7eHEuMxznCY9zp1WeC6U1N2
xrpl.to No 0.9609% 0.9609% N/A nHUjYWSeiAepbkkrmwmQXFnohhr6Vy5oFK9Gk6TUF6MAT4qSiXSK
N/A No 0.9597% 0.9597% N/A nHB2ZddAT5Yb2VSyj1V8WsLmSPqAeV1NXj1U1eVW1PbNmsMdgQU9
rich-list.info No 0.9588% 0.9588% Phoenix, United States nHUDtMdfkJaVVZ1tZBYtGH3dZyC2YbdTXbrkDgH6XS5uhJPUTfvy
rippleat.snt.uni.lu No 0.9407% 0.9407% Luxembourg, Luxembourg nHBWWnEDeVQPNtd6ugUjW3hCx7KC5gcSngmumFJKpHy1p8ibZcSG
N/A No 0.8170% 0.8170% N/A nHUq54PG4VK3WxsxwbKd7xXcFpxUFaFTn2Bbtm6PD97rCjcu55aX
trimaera.tech No 0.5989% 0.5989% United States nHBd3WLAZKmAuXX8bc99XYF7vA2VaKMznwPV1MpiZtNcZkHekUPT
ikeda-ripple.gsais.kyoto-u.ac.jp No 0.4969% 0.4969% Kyoto, Japan nHB2BdLXomCawHvWno5qBtajQvKe1hCpF2e9XGToW92znxaztUn7
N/A No 0.3286% 0.3286% N/A nHUL9wvgseS1vtvune9kxnKdPhuEs6QkGwXxHYWoh78NvyjNvMEf
tesbert.com No 0.2028% 0.2028% N/A nHUoDYo8znGXCxt5MYRw2ydCBEFB6AjzVgW2EG28iEc1aqS4gET9
xrplvl.carbonvibe.com No 0.0064% 0.0064% Council Bluffs, United States nHUFAga9YZ9uQM7AQ3KVu6RgvoF8JWf77S5gscGQeCVxMN6tXyKQ
N/A No 0.0057% 0.0057% N/A nHBtBRSZdjqCgtmufUWNC6fCSswLLG9WGxaKYuGzLLmfWJmxpsEY
digitalvalidity.com No 0.0001% 0.0001% United States nHBm58aCqcJTLqVpRY4gpfK45qDMtFYMd7yTjmLxxV1qKUgUFg6F
N/A No 0.0000% 0.0000% N/A n9MN2TQwmsKDAdeSDbfaAUANMR9NkAWMDUvMfPDGNAUFoxn78Nfo
N/A No 0.0000% 0.0000% N/A nHUNXpJaK51tUjETtnjTjybb6YNGuYcnqy69XE1tbfeJe1Mn7vpm
N/A No 0.0000% 0.0000% N/A nHU8RF1E6BY37D1yNpjrbm3DXMggYFbkeMYaJ7C78nvhoeTrnM6c
N/A No 0.0000% 0.0000% N/A nHU9hTvEBNVxAC8AStGhBQhsXW6iMyGjC57jyqqz7hnmQbssV6Uu
N/A No 0.0000% 0.0000% N/A nHBRmfw2Mn2fw9WB6VbLiPTKyzw6FNqxtPQ7hbMAierAYtzoHVyy
N/A No 0.0000% 0.0000% N/A n94a1u4jAz288pZLtw6yFWVbi89YamiC6JBXPVUj5zmExe5fTVg9
N/A No 0.0000% 0.0000% N/A nHUB2ZXEPhxcPLqVEDe5E2aK3usdVhEGAa9o1awFFwSs3mQQEmrF
N/A No 0.0000% 0.0000% N/A nHB2RRBhHaCtKjy7Bq7x3Bu6tzPP2bcPKrTxdj8Z83QJJuy3veBR
N/A No 0.0000% 0.0000% N/A n9M56RjPsx3dK2QfXARbM3WzRv5mb5vRt3JYg59J5J5yK1BBo8nV
N/A No 0.0000% 0.0000% N/A n9MmvdxAr8iWMDvUWLTiyi3ruYbikNtF8iudso62mofRE78vMveR
N/A No 0.0000% 0.0000% N/A nHUXyTmuFGWKcUwevBZsi93S64sRKuMPwJwuxHfjBAxWuQMkA86e
N/A No 0.0000% 0.0000% N/A nHBSG8iRXURfzVd9ct1K2W48DKfL71zG8fCzvqeHuq7zSEprUM6X
N/A No 0.0000% 0.0000% N/A nHDnWYuKkGuYYuAyBoqfJto1Rh58oZ3UDNW771GBPNtJy3UCshEn
N/A No 0.0000% 0.0000% N/A n94LiDdAX9pNm41zP8u1WutQXpv6mtwat4WcQGQw2StodrZwAzsw
xrp.firmfoundation.io No 0.0000% 0.0000% N/A nHUcGZxKtX7UAE1WHyfPDBzvv6wLrCUvy5UNNCwDYAjnbDY9iTaf
xrpl.digitaltrance.net No 0.0000% 0.0000% United States nHU7NkoTxBncNhLBf6M2rqL1Cc2iAj6TJfqdPcaDjLecWfrGsHNf
xrpl.futureverse.cloud No 0.0000% 0.0000% United States nHUAZDD4J77MvyjLRmhNntDvBXpdNDB8qQUNCTPBHF8AW29EJagX