Memory Pool Memory Pool Refreshing

74,446 transactions
34.24 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,632 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,884 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,631 (100,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
749,057 749,057 00000000000000000000435c368da96f0d39464b1d82fb0be66f26cea1a42129 0.37 MB 497 10
749,056 749,056 000000000000000000038d1b09a4a42c4ec87756bf04ce758df99cbfc14c6142 0.02 MB 51 13
749,055 749,055 00000000000000000007c78d236e849567a6e2e6bd27ffda4894a9ceca8d9ebc 0.15 MB 256 12
749,054 749,054 0000000000000000000234994a975f0953fff87858924cbd77b2f422a1c8b540 0.04 MB 99 14
749,053 749,053 00000000000000000007e5a54205a41e050c989618b0b20558750ba28cd9580e 0.31 MB 731 14
749,052 749,052 0000000000000000000412ae308b55f6c93801001f408755fdc93189ec24690b 1.43 MB 1,706 10
749,051 749,051 000000000000000000061f7932cba0cd952dec2d8e8c79c41c309087592dba64 1.06 MB 1,845 13
749,050 749,050 0000000000000000000233f31815cb75fc92a24d955993be0d43b7c0181a38be 0.07 MB 159 13
749,049 749,049 000000000000000000068c76b349b82360934cdefc4c67c2c339cd7888b75fbd 0.43 MB 729 14
749,048 749,048 00000000000000000009e31ef8868a8a872479c92b8d8d362a42ff4c6e02382c 0.01 MB 25 16
749,047 749,047 000000000000000000094db3256239104b882fd3ee85bf0481804cc9b0c8cf1b 1.65 MB 996 2
749,046 749,046 00000000000000000005189a37b58f603bc17245e63a00d80fbd299e216928f2 1.80 MB 1,310 2
749,045 749,045 00000000000000000008d47650f8cd0db42fdb4b82802f90dbe6ca92c195d264 1.63 MB 2,462 9
749,044 749,044 000000000000000000022866877dc40435571c0e1de39b2dc09433e5b1a7bc2f 1.28 MB 1,856 18
749,043 749,043 00000000000000000006e90b2160859f212bc84c3ba6fd852769a117c95f57fb 1.31 MB 1,950 16
749,042 749,042 00000000000000000009a296d8ff11d11d0ac7d5d22b1e766c85ba0b4b751c57 1.36 MB 2,063 27
749,041 749,041 00000000000000000001a5e8f684b0d27a7376180ac9c6b9453cd5c6510a06ef 1.59 MB 2,464 13
749,040 749,040 000000000000000000040e314117b797ba7ecdf814d41980fa9470b8ff7a8564 1.64 MB 4,774 2
749,039 749,039 0000000000000000000603c63729cdddf6df4a039830065b31edaddf945dc353 1.70 MB 2,915 3
749,038 749,038 000000000000000000063b1903e3abb0173eca6a610bf7025b0d30dda10464d0 1.63 MB 1,090 11
749,037 749,037 000000000000000000035980346783768351a0ed4d34a74f54616e239e1ea655 1.32 MB 1,731 17
Previous 10 blocks ↓
Total Size: 660.81 GB

Node Information

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