Memory Pool Memory Pool Refreshing

78,320 transactions
32.71 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,587 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,171 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,586 (732,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
117,073 117,073 00000000000095144c4c28488cc490ca0b71d465c630367ff5dea35b5cfd5a32 0.01 MB 29 1,022
117,072 117,072 000000000000c46d2bf0b885273d29eb7d38d5a03bd385e59595b99c19d5b916 0.00 MB 9 727
117,071 117,071 00000000000085a43ce93811de2db1c0c4df888536b25c8b2919785fd025cd7a 0.00 MB 9 0
117,070 117,070 0000000000003ff7084b7d80000a442e92d8142a17d8458333672bf3385158b7 0.01 MB 17 524
117,069 117,069 00000000000040d7fc804bef10d99d809440ef2d5324e78d41bc0ffd2d4be67d 0.01 MB 25 245
117,068 117,068 00000000000030cbac2dbc0fc0f9a139eeee38975ab2a21534ecc8cf390cc2d6 0.01 MB 15 483
117,067 117,067 000000000000000cab4d7514a0e7eaf75e14817f168f0c719dd4ea8690b431b5 0.00 MB 1 0
117,066 117,066 0000000000004cda9d69713252b2c47098f6028f36da0c5f549cc9596381b560 0.01 MB 13 1,109
117,065 117,065 00000000000014526decbf782d7665add3a3ba8c60368c761d890bbd798e7e18 0.00 MB 12 700
117,064 117,064 000000000000be8c9a9f8a606977a192a6c93f1e81a00ea97cdacf75e9e85ff6 0.00 MB 11 704
117,063 117,063 0000000000003cdf7c91a368233cb17f0a4a222f1c74e152c84de3366c98c0f8 0.00 MB 11 347
117,062 117,062 0000000000000567b821c971527d1c950c5a05fc2870b2ec982ba5212a1e03c8 0.00 MB 5 640
117,061 117,061 000000000000ab7575bdcb0d2d9b2bbaf4d600c5a43335b113ee05fa70d7ef54 0.00 MB 9 328
117,060 117,060 000000000000b194037a0d4e6a62267062f21b45a1d902ba8d0dc1cec6f53db9 0.01 MB 26 0
117,059 117,059 000000000000257cf628c54b6ab48ec874d4597ff0b09523cfb0f2ac33cef43c 0.00 MB 3 3,868
117,058 117,058 000000000000caf420698e68ad846ef881fda9fa511d6c38b7afe7abdc676199 0.00 MB 16 1,199
117,057 117,057 0000000000004264665355243c68ae59872924c363ab8f07534a35e9877425f7 0.00 MB 1 0
117,056 117,056 0000000000004a2ba933526cc15dfcad8f98c849076d29bed38fc8f88d11d082 0.00 MB 13 0
117,055 117,055 00000000000038a356a8d2359b152bf332428f95afc98a4ce49c65a095701a4d 0.00 MB 11 1,041
117,054 117,054 000000000000232fcbd9435e0cf88080443a75df6786a8e19bc56737e711fe6d 0.00 MB 16 1,424
117,053 117,053 000000000000b66c7766ef75e96b66f3bee0b30b1533423f695e11475f5fe91f 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 660.72 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 102 incoming
  • Data Transfer: 523.59 GB sent, 2.88 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead.

But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.