Memory Pool Memory Pool Refreshing

79,779 transactions
33.36 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,587 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,085 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,586 (242,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
607,179 607,179 00000000000000000006033726955d4fca4d983008cc13ffb8b8e2271a39c6aa 0.46 MB 1,351 16
607,178 607,178 00000000000000000005922817007576bfedbe820fc6968e08a3409a769481cb 0.45 MB 1,222 1
607,177 607,177 000000000000000000055922fe0afef5af8042ef164bfcbb45d05134b757f648 1.31 MB 2,872 24
607,176 607,176 0000000000000000000f24da2ff589d3142bcc7f8a6bcca7789fd1c95f88c81a 0.49 MB 1,206 15
607,175 607,175 0000000000000000001442717c72c7c4ad23cfc9379c0fb34ca04c083471428b 0.59 MB 1,207 14
607,174 607,174 00000000000000000004150d752630d7335c5798889b9af65bd1b2635163ea41 1.04 MB 2,258 11
607,173 607,173 00000000000000000000b551e5c8658390d2bf88f719bf2569e45cc670a8e2a7 0.34 MB 917 12
607,172 607,172 0000000000000000000fae2153dc41601c688fc08861481b07003d0c174e7bb2 0.17 MB 501 21
607,171 607,171 0000000000000000000c1147786c5816f2fa289cd59d131a3f3695f7f7c4b527 0.82 MB 1,897 19
607,170 607,170 0000000000000000000a32982a440f31738b942f463b47b2bee5d9a7f1b1729f 0.69 MB 1,601 16
607,169 607,169 0000000000000000000cd7f40275915bd06b7ca73943a02172ec9bd858c634f0 0.47 MB 1,271 7
607,168 607,168 000000000000000000129abb7bb7767a1477748f75b8679cece005df1da0cd18 1.27 MB 2,273 20
607,167 607,167 00000000000000000003dfa6aff58799b6587d3a1c24d6e1609b9a59c604a706 0.09 MB 230 30
607,166 607,166 00000000000000000004c7c45a63a4ab2859ea6a059c5061990212e2633e308a 1.27 MB 2,452 12
607,165 607,165 00000000000000000015638d5581e75f462e3f1125efc04e2aed91fa7d603526 0.43 MB 821 13
607,164 607,164 00000000000000000014811027735debb45e913aa09efc6f9227871e58b998e0 0.25 MB 699 13
607,163 607,163 00000000000000000005d7b11965ec296522bd687af726687e10fc5e810f812a 0.61 MB 1,410 17
607,162 607,162 0000000000000000000e78c1fa864aa2733173257c2cb47103c74c97be10de56 0.35 MB 745 16
607,161 607,161 00000000000000000006344d717a194368ac3b4d8437009c0b079e5ced7a0d35 0.76 MB 1,854 16
607,160 607,160 000000000000000000135e93852bef367b33727de0e3a1f3385452430135fe3d 0.49 MB 1,091 27
607,159 607,159 00000000000000000013db796853a933a792181f84d31dc0012a744b1e56879a 0.98 MB 2,031 14
Previous 10 blocks ↓
Total Size: 660.72 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 86 incoming
  • Data Transfer: 524.18 GB sent, 2.89 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.