logo
  • menu
  • Markets
  • ETFs
  • Live
  • Spot
  • Futures
  • Learn
  • Sign In
  • Sign Up
  • Downloads
  • English
  • |
  • USD
  • |
Sign Up
Crypto PricesLearnLatest NewsDownloadsMarketsSpotAnnouncements
Home/
Learn/
Crypto Basics

What is Eclipse Attack in Blockchain?

By Wayne Ingram
Aug 30, 2022
4.7 
★
★
★
★
★
★
★
★
★
★
 224 User Rating
Share

By isolating a target node from its legitimate neighboring nodes, eclipse attacks can produce illegitimate transaction confirmations, among other effects on the network. While these types of attacks isolate individual nodes, the effectiveness of eclipse attacks at disrupting network nodes and traffic largely depends on the structure of the underlying network itself.

Eclipse attacks are extremely rare in the real world; the structure of a decentralized blockchain itself tends to preclude them. The concept is discussed at length in the 2015 paper Eclipse Attacks on Bitcoin’s Peer-to-Peer Network, in which researchers from Boston University and Hebrew University report their findings from their experiments in mounting eclipse attacks, as well as possible countermeasures to combat them.

In this article, we explore what is eclipse attack in blockchain, the various ways in which cryptocurrency eclipse attacks could occur and possible ways to mitigate the associated risks.

What is Eclipse Attack in Blockchain?

An eclipse attack is a relatively simple attack that a malicious actor may deploy to interfere with nodes on a network. As the name may suggest, the attack aims to obscure a participant’s view of the peer-to-peer network, in order to cause general disruption, or to prepare for more sophisticated attacks.

Eclipse attacks may sound similar, on the surface, to Sybil attacks. While they share certain similarities – the malicious actor will flood the network with fake peers – their end goal is ultimately different. An eclipse attack takes aim at a single node (for reasons explained in a later section), whilst a Sybil attack is a network-wide attack designed to game the reputational system of the protocol.

How an Eclipse Attack Works

Bitcoin miners require specialized equipment in order to generate new blocks, but non-mining (or full) nodes are easily run on minimal computational power. This aids the decentralization of Bitcoin, as anyone can spin up a node on a low-spec device. The software maintains a database of transactions that it synchronizes with its immediate peers, so as to remain in lockstep with the network.

A limiting factor for many nodes is bandwidth. Though there is a tremendous amount of devices running the software, the average device is unable to connect directly to many of them due to limitations set out in the Bitcoin software (which only permits a maximum of 125 connections).

In an eclipse attack, the malicious actor will ensure that all of the target’s connections are made to attacker-controlled nodes. The entity will first flood the target with its own IP addresses, which the victim will likely connect to upon the restart of their software. A restart can either be forced (i.e. with a DDoS attack on the target), or the attacker can simply wait for it to occur.

Once this has occurred, the unsuspecting victim is at the mercy of the malicious nodes – with no view of the wider network, they can be fed incorrect data by the attacker.

Consequences of an Eclipse Attack

If an attacker is expending the resources to alienate a peer from the network, they probably have a motive to do so. There are a handful of successive attacks that can be more easily launched once a node has been suffocated.

0-confirmation double spends

If an individual accepts a transaction with no confirmations, they’re at risk of a double spend. The transaction may have been broadcast, but until it has been included in a block (and therefore committed to the blockchain), the sender can easily craft a new transaction that spends the same funds somewhere else. If the new transaction has a higher fee, a miner will likely include it before the original, invalidating the earlier one.

Some businesses and individuals accept these 0-confirmation transactions. Consider a merchant, Bob, who sells high-end vehicles. He is unaware that Alice has eclipsed his node, and suspects nothing as she places an order for a luxury sports car. She creates a transaction, which Bob then broadcasts to the network. Satisfied that the payment is on its way, he hands over the keys to the car and Alice speeds off.

Of course, the transaction wasn’t broadcast to the network – Bob has merely relayed it to Alice’s malicious nodes, which will not relay it to honest nodes. While this transaction hangs in limbo, Alice spends the same funds on the (real) network, whETHer to another party or to an address she owns. Even if the initial transaction to Bob is eventually seen, it will be rejected as the coins have already been spent.

N-confirmation double spends

The N-confirmation double spend is similar to the 0-confirmation one, but involves more preparation. Many businesses prefer to wait for a certain number of confirmations before marking a payment as valid. To route around this, the attacker must eclipse both miners, and the merchant. Once the attacker has set up the order with the merchant, they broadcast a transaction to the (eclipsed) miners. The transaction is confirmed and included in the blockchain – but this blockchain is not the chain that the majority of the network observe, since the miner is cut off.

From there, the attacker relays this version of the blockchain to the merchant, who releases the goods under the belief that the transaction has been confirmed. Once the eclipsed nodes rejoin the actual network, the blockchain they mistakenly believe to be valid is orphaned by the one that the rest of the network has been working on (this bears some similarities to a 51% attack).

Weakening competing miners

An eclipsed node will continue to operate, oblivious to the fact that they have been segregated from the network. Miners will continue to mine blocks within the rules laid out by the protocol, but the blocks added will be discarded as they sync with honest peers.

Theoretically, a large-scale eclipse attack on major miners could be used to facilitate a 51% attack. As it stands, the cost to take over the majority of Bitcoin’s hashing power is simply too high for even the most resourceful of attackers – at ~80TH/s, the entity would need more than 40TH/s to attempt such a maneuver.

In a hypothetical scenario where this hashing power is distributed between 10 parties (such that each owns 8TH/s), the attacker can significantly lower the requirements for a 51% attack by cutting these parties off from the network. If five are eclipsed, 40TH/s is removed from the race to find the next block, and the attacker now only needs to acquire slightly upwards of 20TH/s to take control.

Other sabotage that can be achieved by eclipsing targets includes the manipulation of nodes for selfish mining, or the engineering of races between miners to find the next block.

Mitigation

With enough IP addresses, an attacker can eclipse any node. The most straightforward mETHod of preventing this from happening is for an operator to block incoming connections, and to only make outbound connections to specific nodes (such as those that have been whitelisted by other peers). As the research paper points out, however, this is not an approach that works at scale – if all participants adopt these measures, new nodes will not be able to join the network.

The authors propose a handful of tweaks to the Bitcoin software, some of which have been integrated since the paper’s release. These make eclipse attacks more costly through minor modifications to the code, such as random selection of new connections and greater capacity for storing addresses.

Closing Thoughts

Eclipse attacks are carried out at the peer-to-peer network level. Deployed as a standalone attack, they can be somETHing of a nuisance. Their true effectiveness is in potentiating other attacks that impact targets financially, or provide the attacker with an advantage on the mining front.

In the wild, there has yet to be serious consequences resulting from an eclipse attack, but the threat still exists in spite of the countermeasures integrated into the network. As with most of the attack vectors that exist for Bitcoin and other cryptocurrencies, the strongest defense will be that which makes it financially prohibitive for malicious parties to attempt them.

Disclaimer: The information on this page may have been obtained from third parties and does not necessarily reflect the views or opinions of BitKan. This content is provided for general informational purposes only, without any representation or warranty of any kind, nor shall it be construed as financial or investment advice. BitKan shall not be liable for any errors or omissions, or for any outcomes resulting from the use of this information. Investments in digital assets can be risky. Please carefully evaluate the risks of a product and your risk tolerance based on your own financial circumstances. Products mentioned in this article may not be available in your region.

Related Articles

  • What Are Short Liquidations? How Can Traders Prevent Them in Crypto?

    What Are Short Liquidations? How Can Traders Prevent Them in Crypto?

    A short liquidation is a mandatory event within derivatives markets where a cryptocurrency exchange automatically closes a leveraged short position.
    Cornell Rachel
    Jun 22, 2026
  • What Is Rehypothecation Risk in Crypto? How to Protect Yourself

    What Is Rehypothecation Risk in Crypto? How to Protect Yourself

    Rehypothecation is a practice where a lending platform takes collateral pledged by its clients and uses it for its own purposes.
    James Dean
    Jun 17, 2026
  • What Is pERC20? How Does This Ethereum Token Standard Work?

    What Is pERC20? How Does This Ethereum Token Standard Work?

    The pERC-20 framework is an experimental Ethereum Improvement Proposal designed to fundamentally alter how standard tokens operate on public networks,
    Jun 12, 2026

Latest Articles

Crypto Basics

Tutorials

Currencies

Investing

  • What Are Short Liquidations? How Can Traders Prevent Them in Crypto?

    What Are Short Liquidations? How Can Traders Prevent Them in Crypto?

    A short liquidation is a mandatory event within derivatives markets where a cryptocurrency exchange automatically closes a leveraged short position.
    Cornell Rachel
    Jun 22, 2026
  • What Is Rehypothecation Risk in Crypto? How to Protect Yourself

    What Is Rehypothecation Risk in Crypto? How to Protect Yourself

    Rehypothecation is a practice where a lending platform takes collateral pledged by its clients and uses it for its own purposes.
    James Dean
    Jun 17, 2026
  • What Is pERC20? How Does This Ethereum Token Standard Work?

    What Is pERC20? How Does This Ethereum Token Standard Work?

    The pERC-20 framework is an experimental Ethereum Improvement Proposal designed to fundamentally alter how standard tokens operate on public networks,
    Jun 12, 2026
  • What Are Crypto Prediction Markets? A Complete Guide for Beginners

    What Are Crypto Prediction Markets? A Complete Guide for Beginners

    Crypto prediction markets are peer-to-peer decentralized financial platforms where participants trade contracts tied to the outcomes of real-world events, such as elections, sports, or economic data releases.
    Jun 12, 2026
  • What is the MSX X Card? Understanding the New Crypto Card

    What is the MSX X Card? Understanding the New Crypto Card

    The MSX X Card is a financial instrument launched by the MSX Maitong platform that functions as a payment gateway for digital assets
    James Dean
    Jun 8, 2026
View more data 

Content

BTCBTC(BTC)
$0
--(Last 24h)
SpotFutures

Top

View more
  1. 1How To Sign Up For A BitKan Account (Web)?
  2. 2When Is Bitcoin Halving 2024? What Does Bitcoin Halving Do?
  3. 3What is Etherscan Used For and How to Find Token Decimal on Etherscan
  4. 4What is USDC used for? Why is USDC used?

Top Gainers

View more
Atletico Madrid Fan Token
Atletico Madrid Fan TokenATM

$1.9760

+43.29%
BNB Attestation Service
BNB Attestation ServiceBAS

$0.0431

+38.78%
FUNTOKEN
FUNTOKENFUNTOKEN

$0.002266

+37.64%
Solstice
SolsticeSLX

$0.2685

+33.72%
Heima
HeimaHEI

$0.1180

+31.40%

Top Trending

View more
BNB Attestation Service
BNB Attestation ServiceBAS

$0.0431

+38.78%
Solstice
SolsticeSLX

$0.2685

+33.72%
Tether Gold
Tether GoldXAUT

$4,006.10

-2.75%
Humanity
HumanityH

$0.0693

-42.27%
XAU
XAUXAU

$4,011.62

-3.01%

Recently added

View more
Arcium
ArciumARX

$0.2639

-26.47%
Ambire AdEx
Ambire AdExADX

$0.0564

+3.68%
Re
ReRE

$0.6748

-17.46%
o1 exchange
o1 exchangeO

$0.6707

+16.00%
SpaceX
SpaceXSPCXB

$158.160

-0.01%

Latest News

View more
  1. 1Uniswap Soars 22% as Altcoins Rally While Bitcoin Stalls
  2. 2HYPE Surges 6%: Suspected Insider Whale Nabs $34M in Gains
  3. 3SpaceX Prices Record $75B IPO at $135, Hits $1.8T Valuation
  4. 4Stablecoin Secondary Market Rules Pit Banks Against Crypto
  5. 5Bitcoin and Gold Tumble Amid Rising Inflation and Rate Bets
About Us
  • About BitKan
  • Contact Us
  • Announcements
  • VIP Program
  • BitKan Ambassador
  • Institutional Services
Products
  • Spot
  • Futures
  • Crypto Prices
  • Learn
  • News
  • Markets
  • How to Buy Crypto
  • BTC to USD Calculator
  • Reward
Help
  • Help Center
  • Email Us
  • Live Chat
  • Download APP
  • Listing Application
  • Buy Bitcoin
  • Buy Ethereum
  • Buy Dogecoin
  • Buy Altcoins
Terms
  • Terms of Use
  • Privacy Policy
  • Trading Rules
  • Fee
K-Site
English
About Us
+
  • About BitKan
  • Contact Us
  • Announcements
  • VIP Program
  • BitKan Ambassador
  • Institutional Services
Products
+
  • Spot
  • Futures
  • Crypto Prices
  • Learn
  • News
  • Markets
  • How to Buy Crypto
  • BTC to USD Calculator
  • Reward
Help
+
  • Help Center
  • Email Us
  • Live Chat
  • Download APP
  • Listing Application
  • Buy Bitcoin
  • Buy Ethereum
  • Buy Dogecoin
  • Buy Altcoins
Terms
+
  • Terms of Use
  • Privacy Policy
  • Trading Rules
  • Fee
K-Site
+
  • Twitter
  • Facebook
  • Telegram
  • YouTube
  • Instagram
  • Medium
  • Linkedin
@2012-2026 BITKAN.com