Memory Pool Memory Pool Refreshing

80,011 transactions
34.98 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,607 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,224 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,606 (371,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
477,969 477,969 000000000000000000cc4143d32ac9fd543d998266a4662ac56739ac93f314b8 1.00 MB 1,630 111
477,968 477,968 000000000000000000c1273007242100239dad215e0de8b9fb3a241e4eeddddc 1.00 MB 1,471 145
477,967 477,967 000000000000000000cc45b0d5d6ad0e5a265f397b72a58da535d2ae162854b3 1.00 MB 2,265 202
477,966 477,966 0000000000000000012a622ce72cd09a71a2a41207b9848a1b3cdde6fb647483 0.78 MB 1,639 154
477,965 477,965 0000000000000000011a5feb15fe0503cebdffadaedb03f8e0d40547d52d233e 0.47 MB 723 166
477,964 477,964 000000000000000000494457c7cee8ff3ca7ecd0ae06fa9060dc7014b8f4f077 0.49 MB 645 55
477,963 477,963 000000000000000000fd52e8c5a770c2148aab86bcadf70256bef83f78b65b1e 1.00 MB 2,111 174
477,962 477,962 00000000000000000088bcfecbdf1d1752be3970bf5e2d2ed0c1619b3fc6259e 0.31 MB 705 151
477,961 477,961 00000000000000000122a865be7d9b5ed5188da34df189ad9a3c8c8ee5160bc0 0.59 MB 1,062 127
477,960 477,960 000000000000000000d7c64a43e4b288a4765bd2a3180b5c3cc7febbe1878f74 1.00 MB 1,902 143
477,959 477,959 000000000000000000db58acaa21040e0fd0f9f301973d1d6d591ce10e1ef129 0.54 MB 1,073 142
477,958 477,958 000000000000000001073b933df3849a28b3dccd7bcf87150481beaee084b6a2 0.03 MB 71 137
477,957 477,957 0000000000000000007deaa8469e15da00779c6eb7f4b8f9db3a82df396224db 0.23 MB 436 107
477,956 477,956 00000000000000000063fc6ee5bbd24bf24e9d8ed5d0f0b096e6fd156bce2909 1.00 MB 1,201 68
477,955 477,955 0000000000000000001f499b3e1c5fbd555f60c6946aa844e74ab8c82224591f 0.02 MB 37 126
477,954 477,954 0000000000000000007dc0b6cad178bdeb2f0e174938415a21d5716f7f1a6f18 1.00 MB 992 60
477,953 477,953 0000000000000000006029f0d22eb3f492db740b0144d81f6b65c4a97fcf61ac 1.00 MB 641 43
477,952 477,952 0000000000000000008b471287b4a6b021cbd5350a063a86a119d8a9231ee69f 1.00 MB 2,666 55
477,951 477,951 00000000000000000060aaf28c5c01edb597c106f27ec75015455bf83e1959a8 1.00 MB 2,163 135
477,950 477,950 00000000000000000087b45b825bc8cab2c5220e8ad4398a8813a7f08333af5c 0.93 MB 1,684 131
477,949 477,949 0000000000000000004ba860c42dc87466166b71ed15bb792b691f6ffd571212 1.00 MB 2,039 106
Previous 10 blocks ↓
Total Size: 660.76 GB

Node Information

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