Memory Pool Memory Pool Refreshing

46,550 transactions
33.98 vMB
Show Random Selection Loading Transactions
Max Size: 159/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,364 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,926 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,363 (241,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
607,532 607,532 00000000000000000013c54ffdb8eb0a7e038b79f297274d7448c1d10dc3b9a7 1.32 MB 2,904 18
607,531 607,531 00000000000000000006c7cb80f5c166080365235078a3c990e6058c1dfb2710 1.39 MB 2,666 28
607,530 607,530 0000000000000000000e924f2fc7105362ce640d0865d10d314086c795d2cfde 1.16 MB 2,618 11
607,529 607,529 00000000000000000014c2d4de5b312abb85b1d98e2819b52a3d1fa8159f8aa1 1.30 MB 2,819 23
607,528 607,528 00000000000000000009c3843ac823e4efe8d38b83dd3cef6f0d122b4b31043e 1.22 MB 2,669 17
607,527 607,527 0000000000000000000545be424fc1393785617fbed01e286b07803382cc7ca3 1.19 MB 2,511 17
607,526 607,526 00000000000000000010ac2e84d65d083a62c53032ac008de9873ca598df2c27 1.27 MB 2,942 30
607,525 607,525 000000000000000000049f1ee2b8f3686493887ea3779c2b24467ff926bdb65a 1.42 MB 2,994 14
607,524 607,524 00000000000000000007bcf375c03a554ff9832247952d621db6c291a7ff5bcf 1.25 MB 2,904 31
607,523 607,523 00000000000000000009db93b0bd627158b665cd954cc274c056ad8b257c3f35 1.65 MB 2,273 18
607,522 607,522 0000000000000000000280301806aa6a1e74ff64139f2dd03c3ac30802739c7a 1.21 MB 3,108 37
607,521 607,521 00000000000000000010b6519d42db9a980554c93f0af925d24f422fd99fc0ec 1.34 MB 2,895 29
607,520 607,520 00000000000000000015d2eb28db1184cd9fdfe265540bfccd7a4ccfc6ade19e 1.18 MB 2,262 16
607,519 607,519 00000000000000000011c319e2a63545a334412810816de0251a2ff514d2abcc 1.39 MB 2,638 25
607,518 607,518 000000000000000000101e61b1bec37dd0df7db9ed586a983d2c68a14dc5cf51 1.35 MB 2,629 30
607,517 607,517 00000000000000000009db4299d849034602e7279e5f05efebfbf6c78994c063 1.25 MB 2,766 13
607,516 607,516 000000000000000000038cd4e6223e92dafb4b9f2f62b50c74bb0d7766628733 1.49 MB 2,562 19
607,515 607,515 0000000000000000000b979347c361303c7bc38a0b788611b59f8a620662657e 1.43 MB 2,688 26
607,514 607,514 000000000000000000104e8c3c94714a72e1e1665073bd9626b9768a6ee55bba 1.29 MB 3,126 33
607,513 607,513 000000000000000000099833fe9c97d1cfade8e962c26d67af9eb21f89a1fb88 1.21 MB 2,456 21
607,512 607,512 0000000000000000001580afe20a41cb27a9b832788f02e612d8360285f18e66 1.24 MB 2,796 21
Previous 10 blocks ↓
Total Size: 660.30 GB

Node Information

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