diff --git a/flowallet/index.html b/flowallet/index.html
index 75344c5..ac1b04e 100644
--- a/flowallet/index.html
+++ b/flowallet/index.html
@@ -2840,7 +2840,7 @@
function hasUnconfirmedTransactions(address) {
return new Promise((resolve, reject) => {
- fetchJson(`https://blockbook.flocard.app/api/v2/address/${address}?details=basic`)
+ fetchJson(`https://blockbook.ranchimall.net/api/v2/address/${address}?details=basic`)
.then(details => {
resolve(details.unconfirmedTxs > 0)
if (details.unconfirmedTxs > 0) {