Memory Pool Memory Pool Refreshing

83,627 transactions
28.73 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,512 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,077 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,511 (131,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
717,896 717,896 000000000000000000043c76dda7c121e5314e8672bfe8f0100f7e374d0e5fbd 1.50 MB 2,162 7
717,895 717,895 00000000000000000009ee2f994ba9920b427f010476276e27c99158952e3483 1.57 MB 3,140 7
717,894 717,894 0000000000000000000017b10e5a6951da7d906d5d034bdd6fa3cdcca252840e 1.46 MB 2,739 12
717,893 717,893 00000000000000000006592837fe10cee5879afd3e0d44b7fcc7dc0344edfa0b 0.24 MB 462 7
717,892 717,892 00000000000000000002809530fd212ec003945486b8e0e62e08680ffbc1f6fb 1.39 MB 2,303 7
717,891 717,891 000000000000000000077caacb267972fdbea0737ec659e82727e94873f97f41 0.13 MB 252 8
717,890 717,890 000000000000000000094a039f5a0e3e80c728f0bb8c21c149d80fd0fff04ce7 1.28 MB 2,078 8
717,889 717,889 00000000000000000006350b2c0ef206723603cd078d1b44188277da3fb6eaf9 0.00 MB 1 0
717,888 717,888 00000000000000000004879fb58ec429aac2d3864c58c4470965ccf21aaa6035 1.44 MB 2,689 3
717,887 717,887 00000000000000000001f01e4a494fb903bb3b704e607273dd220ae0d1ac6e1c 1.61 MB 2,571 15
717,886 717,886 000000000000000000023d0a1c5099a74900b8f88d0f0a914cd84b6f970e20ea 1.52 MB 2,881 12
717,885 717,885 00000000000000000005a0acfc072c0d253161ce9db250d624cb686bb9f38888 0.95 MB 1,553 8
717,884 717,884 000000000000000000093648c90a75c0b62d76d52b16e743fb4c88007e09bbf5 0.25 MB 436 4
717,883 717,883 0000000000000000000708bbdd7f4cb7b2338a67c39b3d09b1d83593f1933928 1.36 MB 1,574 7
717,882 717,882 00000000000000000003ccf59a1d8d521e3dcb5631f24fca677852645c08ea64 0.95 MB 1,279 3
717,881 717,881 0000000000000000000172c748325728878f7b54a61bf03661ed61bdec3057dc 1.50 MB 3,295 8
717,880 717,880 00000000000000000009714efbbb4923b6793317f05d29b696759b85620fcd9b 1.42 MB 2,749 12
717,879 717,879 00000000000000000006caf805e28949a4df4f58e486bbe430e633fe3367226f 0.45 MB 606 5
717,878 717,878 00000000000000000004571861bf0473cc638471ba38755833c0667ebfd12726 1.30 MB 1,989 8
717,877 717,877 00000000000000000007ec16a0c5f4af57d56f081a7a19be5dbb40e5b0c54642 1.08 MB 1,616 4
717,876 717,876 0000000000000000000b674bda829ad56693653f99741ebb9a589d2e926a7732 1.31 MB 2,212 7
Previous 10 blocks ↓
Total Size: 660.58 GB

Node Information

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