Memory Pool Memory Pool Refreshing

82,501 transactions
33.68 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,575 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,898 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,574 (217,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
632,227 632,227 00000000000000000004cabc9ddd220a05abaaa1fcdff65a2105abaa2d06a921 1.44 MB 2,603 123
632,226 632,226 00000000000000000008b81586423f045f85d78cf6275109021793cfac3fb91c 1.25 MB 1,719 105
632,225 632,225 0000000000000000000ea5d1b9a8b97c9d2562a4bfb29d3b7731d3ed7cc019dc 1.38 MB 3,019 145
632,224 632,224 0000000000000000000f5d7483df5d1e8f9dbcef8837d60662b0b003d9a3a669 1.27 MB 2,865 85
632,223 632,223 0000000000000000000fc6a11062f75c4de80c97490dacfdad852c611fdce5dd 1.24 MB 2,816 80
632,222 632,222 000000000000000000016c11091d68b176709be124666c933778cf3b11b6c515 1.58 MB 1,206 30
632,221 632,221 00000000000000000004b54fab9fbe30ec9a3f200a0204de6e5db6775f4f560a 1.17 MB 1,234 22
632,220 632,220 000000000000000000058f654cd5ff8e440d3290581414abbb60f3bbc43d5ac7 1.33 MB 1,621 22
632,219 632,219 0000000000000000000ce1ad85fcde970874473021db18687f30c46c0aaf4ac6 1.51 MB 922 13
632,218 632,218 0000000000000000000b05984fdd4043482cb9b62f6116c43bc46086048d4608 1.25 MB 2,830 40
632,217 632,217 0000000000000000000126d0e2d3c500b043e08d6aec67e9df8ef1bed4aab4ae 1.34 MB 2,419 127
632,216 632,216 0000000000000000000b6cacca99b5631c37ae20cf9362eb3dade439e3839c45 1.45 MB 1,576 31
632,215 632,215 000000000000000000081224845fd1621c6f380eaa7a4feb6c68cdabd6941506 1.23 MB 1,758 17
632,214 632,214 000000000000000000095513273fce94a1ffc2fca9f6cd2ffb49e580e4195cfe 1.21 MB 2,373 45
632,213 632,213 0000000000000000000aabecdf468baf492ace1a2d52eb510f58d8c29554fe89 1.14 MB 2,165 19
632,212 632,212 000000000000000000048dfc86c250f48c608d01733bf6dd213be33e60684bbb 1.23 MB 2,637 33
632,211 632,211 00000000000000000003ee1f097c146008e6c9b74b2967686e040f9bbd22856b 1.36 MB 2,301 97
632,210 632,210 0000000000000000000c42b73ff5e47da35cf4548870a2e0455e2c6e235b98e5 1.32 MB 2,783 133
632,209 632,209 000000000000000000043744d92e73677e057f65b37f52e34552731a5f1020de 1.19 MB 1,666 41
632,208 632,208 0000000000000000000d11f763261e624630aa3a701334555e87e5a9a678057c 1.29 MB 2,204 48
632,207 632,207 00000000000000000003f51e94ec9ebeef115bd555daec124ecc4e77f1ada3ab 1.41 MB 3,180 36
Previous 10 blocks ↓
Total Size: 660.69 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 105 incoming
  • Data Transfer: 518.48 GB sent, 2.82 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.