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