Memory Pool Memory Pool Refreshing

83,695 transactions
35.60 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,628 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,868 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,627 (794,748 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
54,879 54,879 000000000154a4d1f4b53017ac89b1e4de9e220cb1ae235cec2d131dd59043ae 0.00 MB 1 0
54,878 54,878 000000000579934fbcc2633fa0effa60300d5d7eb3bef9234994d7dcc34ed010 0.00 MB 1 0
54,877 54,877 000000000bd18f5c1f32548160367913cf1147977edc71fe9dfc93d00fe35e7a 0.00 MB 1 0
54,876 54,876 00000000026412ce9b3be0b2afbc53c67208e73339624c66fdc3edccada17fbe 0.00 MB 1 0
54,875 54,875 00000000120a08682ab8d11d1873638b6be353ac899f1fcf20097ecf902bc232 0.00 MB 1 0
54,874 54,874 00000000045be4f1b640d54f8e54cca910740b7028beea190dbe4d2dcb1b63d5 0.00 MB 1 0
54,873 54,873 0000000009a8273ae64b86c754e76be022fac7f7faea7f053c3b7be11ed8b53d 0.00 MB 1 0
54,872 54,872 0000000009118163abb7af21a8992b4b6262bcaccd9acd34c0ea69e0622e78b9 0.00 MB 5 0
54,871 54,871 000000000b46ba2f3ea1d9983d3999d5e26ccabf5c1dadbbf114f15ae7c6e79a 0.00 MB 1 0
54,870 54,870 00000000139c3f96f9a198e9b5c04e8755eb5a1be75b86c2fe0afb9e08587ea7 0.00 MB 3 0
54,869 54,869 000000000fb55e6c3b61a7a2d295609c61812763a5603ab92d7c747862a6f6f2 0.00 MB 3 0
54,868 54,868 000000000b2ccc76f92c0981fd5b887add1bf9f09767a25b91645141be1b04aa 0.00 MB 1 0
54,867 54,867 00000000097872ca664b65af83a31a588cb013cfc1e8f1969200fa176c911b9f 0.00 MB 1 0
54,866 54,866 000000000daaaf4c1f6c29196a7cf632744e1e673a55cd7855706040b101210d 0.00 MB 2 0
54,865 54,865 00000000055482337b4f4d9a7677f3cb03f6dbac740ea341f70a7e9c1fda3b36 0.00 MB 1 0
54,864 54,864 0000000013128d547b0593aeb2456756646acdfa9bdd7637afc90d3bd7acf2cf 0.00 MB 2 0
54,863 54,863 000000000421e4f607ccbf54f9689cb66f837e3828e5393add9b88028e8c15d5 0.00 MB 1 0
54,862 54,862 0000000004cf0cd974b99a1fda0aa027c2922934926015f7affb1c684ed9c16e 0.00 MB 2 0
54,861 54,861 00000000008aeff8287cb68a1a9b6e9f375fd28801e966650f2764fac16d225a 0.00 MB 1 0
54,860 54,860 000000000f7a42b97e6e1517e315a2bdd001fa48c8c55bda8b7e79f1adce0799 0.00 MB 1 0
54,859 54,859 000000000944ab15dba6371a1ef5c4bf7ecd937a69a9e0ed4906fd95263ad1cb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 660.80 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: 568.14 GB sent, 3.19 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.