diff --git a/README.md b/README.md index 51649953..36a4b96e 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ which can export these data can be made to work with Caravan. ### Consensus By default, Caravan uses a free API provided by -[blockstream.info](https://blockstream.info) whenever it needs +[mempool.space](https://mempool.space) whenever it needs information about the bitcoin blockchain or to broadcast transactions. You can ask Caravan to use your own private [bitcoind full diff --git a/src/components/ClientPicker/index.jsx b/src/components/ClientPicker/index.jsx index 7b07da60..ccc11eda 100644 --- a/src/components/ClientPicker/index.jsx +++ b/src/components/ClientPicker/index.jsx @@ -139,7 +139,7 @@ const ClientPicker = ({ {client.type === "public" && ( {"'Public' uses the "} - blockstream.info + mempool.space {" API. Switch to private to use a "} bitcoind {" node."} diff --git a/src/components/Help.tsx b/src/components/Help.tsx index 215fe8bb..093d9287 100644 --- a/src/components/Help.tsx +++ b/src/components/Help.tsx @@ -155,7 +155,7 @@ const Help = () => (

If you don't want to or cannot run your own full node, Caravan defaults to using the freely available API at - blockstream.info. + mempool.space.