Memory Pool Memory Pool Refreshing

88,060 transactions
31.90 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,417 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 5,590 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,416 (706,224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
143,192 143,192 00000000000007802a5b061ed379994be5b4d7ac99e5bd8d924c2df2648429a2 0.02 MB 22 35
143,191 143,191 000000000000083e6427dea0cf010b49cb69104a450fb8e19e61155d635782f3 0.04 MB 126 146
143,190 143,190 0000000000000635d5f85988840f3af8d72d58d903b3fd1bded786df6339e584 0.03 MB 64 103
143,189 143,189 00000000000002e695d1518b2bcf9456411018688bfa9b2f8436c8fc93d5e825 0.01 MB 12 180
143,188 143,188 00000000000005ca11196f557ba1ee1a2ee4bc427717e7c7e5742b44093c4710 0.00 MB 12 368
143,187 143,187 000000000000012a79ef0641915abb298695fe1e0815962030fb66b92812590a 0.01 MB 19 204
143,186 143,186 00000000000003f798c73d11a0b90e7cf820079aa92e5ae0caf851e2e499f756 0.00 MB 8 576
143,185 143,185 0000000000000420aeccb8e67807e41f0dfc8a7d1888d530aee4c20f110a769c 0.01 MB 17 106
143,184 143,184 00000000000003d538f50892ffa7a8851aee92bd3e8170bc03ba83a43e4b7c41 0.04 MB 95 79
143,183 143,183 00000000000002f667abf75ae977581121b048824630089a49366691138697ce 0.03 MB 78 97
143,182 143,182 00000000000001e3edea0834f6ef00c43e718f3a18b4db94f7ce4337bbccc291 0.01 MB 13 191
143,181 143,181 00000000000004406be3bbc888c2975025accd0272d770dff27e317e0ab48729 0.01 MB 20 77
143,180 143,180 00000000000000917247cfb80cc2aa7823e77653d271b739344b2e81b60cbd09 0.00 MB 8 124
143,179 143,179 000000000000043a31c0b20c3d6550249ab6415c494965b998be210644576c8c 0.01 MB 28 28
143,178 143,178 0000000000000930d10a793ad9257d2d1970a37df09fe4ef037a8b103ce5f49e 0.02 MB 61 206
143,177 143,177 000000000000040bb89424454479d191e87c8c7ea30a23ca3253ac9d6aad57f4 0.02 MB 55 63
143,176 143,176 000000000000065cc771fd70f42faba21ab52ea7cf01f48ea0995bb2aebcc2dd 0.05 MB 121 109
143,175 143,175 0000000000000385cb9e707021a6fcce4a7e3f0082451485faedca8cebf47cfc 0.09 MB 250 163
143,174 143,174 00000000000002dc45812de55c82eb0eb80d884531512490733de9122ea37391 0.01 MB 14 242
143,173 143,173 0000000000000407d20de39d0a1e70467df3c9280c32b521abd0f88ee32666eb 0.01 MB 21 64
143,172 143,172 00000000000005b44e76c30fcf9939f069b16d92c4c61e66f74f104b7489a334 0.01 MB 25 97
Previous 10 blocks ↓
Total Size: 660.40 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 86 incoming
  • Data Transfer: 323.61 GB sent, 1.34 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.