Memory Pool Memory Pool Refreshing

79,015 transactions
32.55 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,722 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,795 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,721 (285,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
564,106 564,106 000000000000000000003abf90bcb7f5c83c9b7cefbc9b3deef0418149923b87 1.20 MB 1,686 12
564,105 564,105 0000000000000000000445641535bfc2ac8a85ede240e48ea91627d5be799726 1.10 MB 2,626 13
564,104 564,104 0000000000000000000a591b3865702ecac83a282e4becf913593b3986be663d 1.22 MB 2,870 33
564,103 564,103 00000000000000000019b5db927bc96b9dde9245f967d6fb67351fba999cd427 1.23 MB 1,274 1
564,102 564,102 00000000000000000005622a82f21bac94fe3a3ed341ddeef3cc6d46303b1ff1 1.29 MB 2,215 15
564,101 564,101 00000000000000000024f4212ceb526bdbd0885ad1d82834267323728ef22a7f 0.00 MB 1 0
564,100 564,100 00000000000000000011986f53838468eaf7dba03fbcbd949fdaaae9062a6d54 1.24 MB 1,775 7
564,099 564,099 000000000000000000062f6cefbc3f61f8eb0330724925b121682569a7d58e05 1.24 MB 1,889 19
564,098 564,098 00000000000000000007ddd6c57f818beeea5a5ebe2cab3bbc44e3a780ba8f99 1.20 MB 2,335 17
564,097 564,097 00000000000000000000e381ed916a9abcb4beed650a1929507b71c3946f6f9a 1.19 MB 2,253 28
564,096 564,096 0000000000000000001895b28b6266bca005bbf90f1ddda9c66653e62e7e0d79 1.27 MB 2,137 38
564,095 564,095 00000000000000000019437531e8d0b92b13ffe2ebcca6dd71f08210865985ec 1.20 MB 2,409 30
564,094 564,094 0000000000000000000ddd6c1a6fe926e3998fd6074dc425d4ac74931e284fad 1.09 MB 2,454 16
564,093 564,093 00000000000000000022c0159bafa727c019b25a5ba780c1640912bf65f6dd1a 1.28 MB 2,273 9
564,092 564,092 00000000000000000006f33c105d884d2b99a657cc045d5c38c8223037264ae9 1.27 MB 2,804 32
564,091 564,091 0000000000000000000d50bc638416b9c11a6e852c55b8967848009a351d3a14 1.20 MB 2,766 35
564,090 564,090 0000000000000000002a7df7f7038a89cbb9937e0f5875ff750173995704f511 1.29 MB 3,209 54
564,089 564,089 00000000000000000019723234d65ad0ee194ad9b9cb712d757b22ad1b0ae5a9 0.00 MB 1 0
564,088 564,088 00000000000000000014224dc3c3d695f802113b499615263b5481ec5eafdf4e 1.19 MB 2,389 27
564,087 564,087 0000000000000000001303730346714fa5ce6f3753e79054f9f277421d53be3b 1.15 MB 1,791 46
564,086 564,086 0000000000000000000005f411a36c0087a0f2d53789083b2cd17d9954b7e87a 1.27 MB 2,183 33
Previous 10 blocks ↓
Total Size: 660.98 GB

Node Information

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