Memory Pool Memory Pool Refreshing

78,448 transactions
26.55 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,519 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,021 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,518 (241,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
608,173 608,173 000000000000000000008eb84cb79fb1da096827c79fdd3e4ef501876703f381 1.10 MB 1,079 7
608,172 608,172 0000000000000000000f65207a988814a1d56cbe959b980ef413623d38b02d17 1.26 MB 2,896 22
608,171 608,171 00000000000000000003ef3dc210f062b6c40a2eaf32e40fd9d6e7079d617670 1.20 MB 1,851 9
608,170 608,170 000000000000000000062b01644fe627d940eb216675e292f8bbfcf84702a906 1.33 MB 3,118 22
608,169 608,169 0000000000000000000351d6e09477cf4e98c7a7b5ed19a44f3bc5f74499c70a 1.26 MB 2,734 18
608,168 608,168 00000000000000000004238de85af7921db3f2edad78fed165156b33900a33c4 0.29 MB 789 23
608,167 608,167 00000000000000000014c4245d793185d781eb22d8e7fa5ebdc569555c935505 0.07 MB 160 11
608,166 608,166 0000000000000000000eb088935b47c9b4840ec7e68089952e912d583c6e64ac 1.04 MB 2,696 17
608,165 608,165 00000000000000000010f999ef2eb0dd615e8312d18616f0ade6920a71ea75fb 0.58 MB 1,639 14
608,164 608,164 0000000000000000000c6d14b05c00a5777c4854d5f5be2e451f7455e4111ab1 0.76 MB 2,088 8
608,163 608,163 0000000000000000000234419c510ecef0fecfe21e68c65d488304353463c25a 1.26 MB 2,862 13
608,162 608,162 0000000000000000000e9bc21bf58053743733fe053b63df2a33d04ae8efe802 1.27 MB 2,808 34
608,161 608,161 00000000000000000012dda7560e7ad75e7946c9bfa7a4a785a28b32cfa8d68b 1.08 MB 3,021 16
608,160 608,160 00000000000000000008928ba6d9b9dd79eefbc798e951e016030f6e0dd1121c 1.26 MB 3,415 24
608,159 608,159 0000000000000000000656aa5f186ee3344b465844a94791cceee853560d9529 0.62 MB 1,393 16
608,158 608,158 0000000000000000000b86f21b1e1321a1cb7925ef87ea4686d4b8c87dc50913 0.50 MB 1,261 12
608,157 608,157 000000000000000000038334f14db467110239dac4f220c01c84e05759c7dc0a 0.89 MB 2,374 2
608,156 608,156 0000000000000000000eb9fa6ed160984a49406f71eea495a7b255c155a21b3f 1.26 MB 2,767 18
608,155 608,155 0000000000000000000d93aecd83116c32e8580b1e4ee1a98272b92f5002553b 1.34 MB 2,904 5
608,154 608,154 00000000000000000014e2b749dfd26b3fd077efc12fc4cbaf1578873bc2749f 1.36 MB 3,683 20
608,153 608,153 000000000000000000157fa146c140594efb345fcd8079c312ed17102cea31b4 1.31 MB 3,449 14
Previous 10 blocks ↓
Total Size: 660.59 GB

Node Information

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