Memory Pool Memory Pool Refreshing

83,512 transactions
33.82 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,574 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,820 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,573 (314,748 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
534,825 534,825 000000000000000000149ace0f856312862537f79538977db357564d6f1e2573 1.26 MB 2,092 3
534,824 534,824 00000000000000000011b306d70b225a31b8df1c1552a4dd58b08d0b53c65257 1.20 MB 2,285 29
534,823 534,823 0000000000000000000efe36f3dcf803331daa1d236c346e316d4e9f44e68faf 1.13 MB 1,733 16
534,822 534,822 0000000000000000000a40c92365a721f978b720acde6571675c9e5d6a24c319 0.14 MB 278 14
534,821 534,821 0000000000000000000782ec84c7ecea675146e4974a5f90cc2cf806a24b4280 1.18 MB 2,060 15
534,820 534,820 00000000000000000027df90d212dec8d6c663cc1484fe9daed35fe46bd69a4d 0.77 MB 1,621 18
534,819 534,819 0000000000000000000fc00ab20a4fb053df02ac526dc9c1a648a384c27d82f9 1.14 MB 2,476 27
534,818 534,818 000000000000000000188104aa55ebbb1a18f10833a8e9125c53c22ef7cda81a 1.16 MB 1,965 13
534,817 534,817 000000000000000000161e8346a22dabde807ae045dcffedc19d0fe57018b50e 1.25 MB 2,210 30
534,816 534,816 0000000000000000002a77f70bab13d8a8f57284afc3f58a4c5810e94d9a01a9 0.62 MB 949 5
534,815 534,815 0000000000000000000ccd8dc6329cf2364ab70bc4e1dbea2fe18ece46a13c62 1.15 MB 2,262 5
534,814 534,814 000000000000000000293147f0afb9015897840690d0135135f7d7f18bebe847 1.20 MB 2,425 31
534,813 534,813 0000000000000000002adc8843592293f3866df23d625f66c27cb53a2eecb059 1.11 MB 2,858 16
534,812 534,812 0000000000000000001877fc8f5ff0d4af29c62d664f78ae56f368bebf993c17 1.15 MB 2,334 48
534,811 534,811 000000000000000000230dac5572817fe260803860963d0a6f1f937631d80555 1.20 MB 2,273 11
534,810 534,810 00000000000000000028641b130e3014b78dd167d08c9581f6c5665795ee12db 1.14 MB 2,322 37
534,809 534,809 000000000000000000073f79eb568afaa234f4e1ec439fb00001819973e5da5f 0.66 MB 1,251 13
534,808 534,808 00000000000000000025486cd78fee67937582c878600785aefcbc7762c91926 1.11 MB 2,459 25
534,807 534,807 000000000000000000106aadd60e341adfc762d447d6bb688358623be8a386a8 1.00 MB 64 101
534,806 534,806 000000000000000000184af824d0d0b164d16543d9ebd6bb4054f70bfc37c447 1.02 MB 190 104
534,805 534,805 0000000000000000001dca960aec086a3bd3b5e8a038d45ba1c9ed8c7d6df7c8 0.42 MB 751 34
Previous 10 blocks ↓
Total Size: 660.69 GB

Node Information

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