Memory Pool Memory Pool Refreshing

78,673 transactions
35.99 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,659 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,327 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,658 (318,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
530,674 530,674 00000000000000000017ff3f05cae0c8c590d862f64548971c43c5e49ba6705f 0.01 MB 27 18
530,673 530,673 00000000000000000015cccac53e27d2a9ff2f482ba411b0203123ed17f3af52 0.29 MB 593 30
530,672 530,672 000000000000000000332a27022d925de0a4cc4623f4dd27f13d8372683a5060 0.27 MB 418 29
530,671 530,671 00000000000000000030efadc63fc3a191140caff960d1a061321623c953fa02 0.62 MB 1,272 28
530,670 530,670 00000000000000000026a23738e09a9f0c8f0ff894060e79c7562541b563de21 0.13 MB 318 27
530,669 530,669 00000000000000000012613a4d8e11633dc2036cb6a7620c8673787d8591e771 0.45 MB 964 26
530,668 530,668 0000000000000000000f9784aa6e37092e92b4058497e83e63aa675ece3ac6ce 0.95 MB 1,944 25
530,667 530,667 000000000000000000149218ea63cb3c238a6ca4d4998a3336d290fd262ed4f8 1.00 MB 2,404 26
530,666 530,666 0000000000000000000359cc455e045a380b014db5c7d8d22576f70e2f082a49 0.90 MB 2,063 26
530,665 530,665 00000000000000000018d0b35567cd32392a4a57d6856247cd47acecceb515d3 0.50 MB 836 20
530,664 530,664 000000000000000000323212df95f438b1a132536126e6e41088adb4a27ed4ef 0.28 MB 570 17
530,663 530,663 00000000000000000013af1def3dd10ed96518254a2331595e03794f56850723 0.26 MB 615 22
530,662 530,662 0000000000000000001801f1d9de38c20a1d0ebf5d6fcbbbed236222e470bbf7 0.55 MB 1,278 24
530,661 530,661 00000000000000000023c9551ecff98c919cb53f518efb432075959e089840f3 0.37 MB 841 23
530,660 530,660 00000000000000000008c0b80692f382e3affa65f63959eba55a88923a482682 0.19 MB 468 17
530,659 530,659 00000000000000000015b4b81914480066f8772ce49d69390f50ff17dd1a523d 0.61 MB 1,120 39
530,658 530,658 0000000000000000002c7089a041e20cfb68393f77782c75de7fb0678ad0bdfd 0.07 MB 142 17
530,657 530,657 0000000000000000002c510de79ef3b2df2ee5581803c8caa0ad626c8c655c0b 0.41 MB 762 16
530,656 530,656 00000000000000000014f6f265b6ff5116c1d392799a3b3641b2338f63e0bcc4 0.25 MB 419 14
530,655 530,655 0000000000000000000b32cc56d67ab62d6d4fee3960ddbcd546227adc4bd4d0 0.80 MB 1,555 32
530,654 530,654 0000000000000000000841cffe46458d38df5e7c4c491c2e185d797d56f5635d 0.37 MB 555 15
Previous 10 blocks ↓
Total Size: 660.86 GB

Node Information

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