
Most Litecoin transactions that look stuck just need a few minutes. Here's how to diagnose a pending LTC tx, what actually causes delays, and how to fix it.
You sent some Litecoin, the wallet says "pending," and twenty minutes later it still hasn't confirmed. Before you panic: in the overwhelming majority of cases, nothing is wrong. Litecoin produces a block roughly every 2.5 minutes, fees are usually a fraction of a cent, and the network rarely fills up. Most "stuck" LTC transactions are simply waiting for the next block or two, and they clear on their own. This guide covers when a delay is normal, the handful of real causes when a transaction genuinely lags, and exactly what to do in each case.
Litecoin was designed for fast, cheap settlement, and that design holds up day to day. Three things work in your favor:
Compare that with Bitcoin, where fee spikes and a backed-up mempool genuinely strand low-fee transactions for hours or days. On Litecoin, that scenario is the rare exception. If your LTC transaction has been pending for ten or fifteen minutes, the honest answer is usually: wait a little longer.
A confirmation is one block mined on top of the block that contains your transaction. Zero confirmations means the transaction is broadcast and sitting in the mempool but not yet in a block. One confirmation means it made it into a block. Most wallets and exchanges treat a Litecoin transaction as settled after a small number of confirmations, anywhere from 2 to 12 depending on the venue; around 6 (roughly 15 minutes) is common. Until then it shows as pending — that's expected behavior, not a fault.
When a transaction genuinely sticks, it's almost always one of these:
Don't guess. Find out exactly where the transaction stands.
The transaction ID is a long string of letters and numbers your wallet or exchange shows for the send. If there is no TXID, the transaction was never broadcast to the Litecoin network — skip ahead to the exchange and rebroadcast sections, because there's nothing on-chain to look up yet.
Paste the TXID into a Litecoin block explorer. Check what it tells you:
Check your transaction's fee rate against current network conditions using a fee tracker or the explorer's mempool view. If the mempool is basically empty (the normal state), a low fee isn't your problem and you should just wait. If the mempool is unusually busy and your fee is at the very bottom, you've found the cause.
| Symptom | Likely cause | Fix |
| Pending 5-15 min, has a TXID | Normal block timing | Wait. It will confirm. |
| Unconfirmed for hours, very low fee, busy mempool | Underpaid fee during a spike | RBF or CPFP if available, otherwise wait for it to drop and resend. |
| Unconfirmed, parent tx also unconfirmed | Chained transaction | Wait for the parent, or CPFP the parent. |
| No TXID anywhere | Never broadcast | Rebroadcast from the wallet, or resend. |
| Explorer says "not found" after a day+ | Dropped from mempool | Funds are spendable again — resend with a proper fee. |
| "Pending" inside an exchange, no TXID | Exchange-side processing | Contact exchange support. Nothing to do on-chain. |
For nearly every LTC delay, patience is the fix. If the transaction is in the mempool with a TXID, it will either get mined or eventually drop. Give it time before doing anything riskier.
RBF lets you rebroadcast the same transaction with a higher fee so miners prefer it. This only works if the original transaction was sent as replaceable and your wallet exposes the feature. Many wallets don't enable RBF by default on Litecoin, so this option may simply not be available to you. If it is, bumping the fee is the cleanest fix during a real congestion event.
CPFP works from the receiving side. You spend the unconfirmed incoming coins in a new transaction that pays a high fee. To collect that fat fee, a miner has to confirm the parent too, dragging both into a block. This is useful when RBF isn't available, but it requires a wallet that lets you spend unconfirmed inputs and set a custom fee.
If the transaction never propagated, open the wallet, make sure it's fully synced and online, and look for a "rebroadcast" or resend option. Sometimes simply reopening the wallet on a good connection pushes it out to the network.
An unconfirmed transaction doesn't live forever. Litecoin Core's default mempool expiry is 14 days, but many wallets and lighter nodes stop rebroadcasting or purge a transaction much sooner, often within about 72 hours. Once it's dropped everywhere, the inputs are unspent again and the coins are fully back in your control. At that point you can resend with an appropriate fee. This is the safety net that makes most of this low-stakes.
This is the part worth being blunt about: while a Litecoin transaction is unconfirmed, your coins have not gone anywhere. An unconfirmed transaction is just a proposal the network hasn't finalized. Either it confirms and the payment completes, or it expires and the coins return to your wallet as spendable. There is no third outcome where the money vanishes. The only way to truly lose funds here is to do something reckless — like sending to a wrong address (which is a different problem entirely) or handing your seed phrase to a scammer pretending to help.
These are two different problems with two different fixes, and confusing them wastes time. If you have a TXID and the explorer shows the transaction, it's on-chain and the tools above apply. If you only have a "pending withdrawal" status inside an exchange and no TXID, the coins are still in the exchange's custody and haven't touched the blockchain. RBF, CPFP, and rebroadcasting are irrelevant there. The only real lever is the exchange's support team. While you're at it: legitimate support will never ask for your seed phrase or private keys. Anyone who does is trying to rob you.
The fix you can actually use depends entirely on the wallet holding the coins. Here is what the wallets most Litecoin users hold can and cannot do.
| Wallet | RBF (fee bump) | CPFP / spend unconfirmed | What to do if stuck |
|---|---|---|---|
| Litecoin Core | Yes (bumpfee, custom fee) | Yes | Use the fee-bump option or the bumpfee command, set a higher fee, rebroadcast. |
| Electrum-LTC | Yes (opt-in RBF) | Yes | The best tool for this: right-click the pending tx and choose Increase fee (RBF) or Child pays for parent. |
| Exodus / Trust / Cake | No manual toggle | Limited | Dynamic fees make sticking rare; if it happens, wait for the drop and resend. |
| Ledger / Trezor | Via Electrum-LTC | Via Electrum-LTC | Pair the hardware wallet with Electrum-LTC to get RBF and CPFP. |
| Litewallet (mobile) | No | No | Wait for confirmation or for the tx to drop, then resend. |
The pattern is simple: full-control wallets like Litecoin Core and Electrum-LTC let you act, while convenience wallets do not, but those convenience wallets also rarely produce a stuck transaction in the first place because they set the fee automatically.
Numbers make this concrete. A typical one-input, two-output Litecoin transaction is roughly 225 vBytes. In normal conditions the mempool is near empty and a fee of about 1 litoshi per vByte clears the next block:
That is exactly why fee-bumping on Litecoin is effectively free: even an aggressive fee that guarantees next-block inclusion costs a rounding error. A transaction gets genuinely stuck only when a wallet attaches a flat, absurdly low fee while a rare mempool spike demands more. The fix is to resend or bump at a normal rate, not to agonize over the cost.
RBF, CPFP, and patience solve a slow transaction. They do nothing for a transaction that confirmed to the wrong place, because the network did exactly what you told it to. That is the feature and the trap.
The rule that prevents the worst outcome: legitimate wallet or exchange support will never ask for your seed phrase or private keys to "release" a stuck transaction. Anyone who does is running the real scam.
It can, but it's uncommon. Thanks to 2.5-minute blocks, cheap fees, and usually spare block space, most LTC transactions confirm within minutes. A genuine stall normally requires an unusually full mempool combined with a very low fee, a buggy wallet, an unconfirmed parent transaction, or a transaction that was never broadcast.
No. An unconfirmed transaction has not moved your coins permanently. It either confirms and completes, or it eventually drops out of the mempool and the funds become spendable in your wallet again. Waiting is safe.
Litecoin Core's default mempool expiry is 14 days, but many wallets and lighter nodes drop or stop rebroadcasting a transaction much sooner, often within about 72 hours. Once it's dropped from mempools network-wide, the inputs are free again and you can resend with a proper fee.
Only if your transaction is genuinely stuck during real congestion, and only if your wallet supports the feature. RBF requires the original transaction to be marked replaceable; CPFP requires the ability to spend unconfirmed inputs with a custom fee. For an ordinary few-minute delay, neither is necessary — just wait.
That delay is inside the exchange, not on the Litecoin network, so on-chain fixes won't help. Contact the exchange's support and check their stated withdrawal processing times. Never share your seed phrase or private keys with anyone claiming to assist.