Memory Pool Memory Pool Refreshing

64,321 transactions
35.79 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,669 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,088 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,668 (772,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
77,079 77,079 0000000000466f349fe27500b1a3da8a0bac1935336eb2f3f5d218217a74be11 0.00 MB 1 0
77,078 77,078 00000000004edb9e348a58d3e3e35a52d8d2165d59e77fa16f42d114728197b2 0.00 MB 1 0
77,077 77,077 00000000002381fe2808ae694e5b33d3e8278869aeafded141e402648a4ffe4b 0.00 MB 1 0
77,076 77,076 000000000040fa0f137d09ed46db8cb7d0e1bbbf0c1f074e1614267f4322d13c 0.00 MB 2 3,891
77,075 77,075 0000000000059545e76483c2a35e952e9e3c157b848b8491b9b59c80691cc1f2 0.00 MB 1 0
77,074 77,074 00000000005dd9c9931121173b526f10b0a8c6f600f50d42128e0d356ee89798 0.00 MB 1 0
77,073 77,073 000000000057bb7a440f084f5bfdf06f5e37678b4816231883bc14e7bd2b4cf5 0.00 MB 1 0
77,072 77,072 00000000001ec55df165a2c533711f9f4a972ab997e6cc465a4546de97a1602d 0.00 MB 1 0
77,071 77,071 00000000001f08219b93f59a82cfb724099451f2c972cf07394979b5a74c6a3c 0.00 MB 1 0
77,070 77,070 00000000005fe69490d90da238f8e0d71858f4e95b6e001b86cf8f837c3342d7 0.00 MB 1 0
77,069 77,069 0000000000263b18c4c69b2358405e7d6bbebf7d767d1918d12835de96ca36a2 0.00 MB 1 0
77,068 77,068 00000000000a01586ee96723fdc375bb0de1d98b4e76605feab55a2675ea8adb 0.00 MB 1 0
77,067 77,067 000000000030221400682169c77a95b1f1d387037362b03c022dbd3f44e9d1c7 0.00 MB 2 0
77,066 77,066 000000000025fa0db8fe07f1e48b03efc3dd0496de25942b91cce7a35a9e397f 0.00 MB 3 2,074
77,065 77,065 00000000000021cc56f9604894e22ead70c3f733cd37a7273360ba7053ff356f 0.00 MB 1 0
77,064 77,064 00000000003571fd1badf4b2fc94722fa22886f03b085ea507616a59115bd9fb 0.00 MB 3 2,066
77,063 77,063 00000000000e7a3064c04a053c6fb7bdef97a6a04139be8e3f4ab88e96db4e58 0.00 MB 1 0
77,062 77,062 0000000000505c9993cea057285a3d4fe9c5be34472ff78833f558a987db144d 0.00 MB 2 3,861
77,061 77,061 0000000000582d11369827450460876d4e7e2eb99405aa7881aefd3606925396 0.00 MB 1 0
77,060 77,060 0000000000565b5b22bc98a08c42c6253d181e629cc6293cf19ad4d519c3b1d8 0.00 MB 3 0
77,059 77,059 000000000010748771e689b9612914e28e4a22eb9bbc415915e32e745944fc03 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 660.88 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: 618.76 GB sent, 3.59 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.