I'm trying to test to see if transactions went through or not and blockchain.info is super helpful for this on the real network.
-
I’ve collected all of the below answers in the linked Community Wiki. – Murch Dec 19 '23 at 15:41
12 Answers
Yes, blockchain.info has its own testnet service: https://testnet.blockchain.info/

- 75,206
- 34
- 186
- 622

- 27,040
- 12
- 67
- 141
-
-
but https://testnet.blockchain.info/pushtx seems to just redirect to https://www.blockchain.com/btc/pushtx -- which doesn't look like testnet to me – ekkis Jan 07 '20 at 06:20
-
42022 update - testnet.blockchain.info does not seem to be working - does anyone have an updated url for this service from blockchain.info or do I have to find another provider? – apleroy Jan 26 '22 at 22:07
www.blocktrail.com/tBTC now supports testnet too and has an API for it too (including wallet API)

- 127
- 6

- 546
- 4
- 10
TestNet Bitcoin Block Explorer appears to be not working too well at the moment. However, BTCLook does appear to be supporting TestNet and looks like a good alternative.

- 43,091
- 25
- 139
- 348
Your could also use Biteasy.com Testnet Block Explorer which is pretty fast and also includes a REST API.

- 171
- 5
You can use mine, for now it's on a best effort basis
host: 'rcorbish.ydns.eu',
port: 18332,
user: 'bitcoinrpc',
pass: 'password'

- 227
- 1
- 5
-
A bitcoin daemon isn't exactly a replacement for blockchain.info. For one, it doesn't have a user interface that a non-technical person can easily use. – morsecoder Oct 27 '15 at 13:06
-
2
I might be a little late to the game here, but blockchain.info do offer testnet resources for SegWit2x. Go to https://testnet5.blockchain.info and you'll see an identical site to the original, but with testnet coins.

- 121
- 2
-
-
Oh, it's actually bitcoin2x testnet, not bitcoin core testnet. That's very confusing actually. Please note it in the answer – Karel Bílek Oct 05 '17 at 19:50
-
Oh sorry, I didn't notice that! I haven't got around using it yet so I didn't know. – Celsiuss Oct 06 '17 at 20:12
-
-
the hostname does not resolve. I tried also just 'testnet' but it just redirects to the mainnet page :( – ekkis Jan 07 '20 at 07:13
The testnet block explorer and API for blockchain.info doesn't appear to be working at the time of writing (July 2021). It may get fixed but in the meantime or perhaps regardless blockstream.info can be used instead.

- 15,313
- 3
- 17
- 53
Coinprism.info has a testnet blockchain explorer. It does colored coins as well.
Note that the SSL certificate is self signed.

- 1,037
- 1
- 9
- 17
Yes. Blockchain.info has its own testnet service, Check this link https://testnet.blockchain.info/

- 13
- 5
-
dead. As of this writing, this works: https://blockstream.info/testnet/ – JDOaktown Dec 04 '23 at 15:40