Memory Pool Memory Pool Refreshing

57,846 transactions
32.94 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,674 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 472 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,673 (505,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
344,550 344,550 000000000000000011d23cf7d68932a090b9ff9e350fbddf0861470462da53c6 0.09 MB 145 29
344,549 344,549 00000000000000000e95129d8c0f54ed828535ea22f217e4aa391811658df89a 0.75 MB 337 7
344,548 344,548 000000000000000011dcdf841ef0c529a77d94c9673857c08dfeb954d467ed11 0.75 MB 1,812 33
344,547 344,547 00000000000000000cf61705feeec7a63a448861ee551a2400cd52e998c0a5a2 0.72 MB 725 13
344,546 344,546 00000000000000000f430b7a265c88220a392733a25cbf26844048a9f88ad06a 0.99 MB 1,114 16
344,545 344,545 00000000000000000bbcc57dd86a829d674506e0cb151a09e91a9decafbf292e 0.01 MB 11 61
344,544 344,544 000000000000000007745fd91b01eb1ac2cc9a08206917d7dbe0fc8ab1bddbf8 0.75 MB 376 12
344,543 344,543 0000000000000000040b3dea66bce3ef453f7523770e3821ae992320b0022938 0.75 MB 1,708 33
344,542 344,542 0000000000000000037093c13501b92d817e2bbff3b89aefffd640a64a22a575 0.02 MB 46 22
344,541 344,541 000000000000000015d7f798aa92a8e6e464060d2503e1186025579d0fa65c83 0.04 MB 66 16
344,540 344,540 000000000000000012f31520fab43af32693fb20f5be78bb722c51b34ff014e7 0.22 MB 356 21
344,539 344,539 00000000000000000b249e1ddc64e1e6e837728d8f008637d3bdf09f150bb544 0.92 MB 325 8
344,538 344,538 000000000000000008c5ca491376f157671b1309e74c8f8864f3142fbd0cfa3b 0.90 MB 758 17
344,537 344,537 000000000000000008e109984372730cca38d2363069fe6ab6b37463f1412c50 0.75 MB 1,518 24
344,536 344,536 00000000000000000c37232b391e9479dbecb24fd46d3ce83248ce71497e7349 0.25 MB 955 53
344,535 344,535 00000000000000000b8967fd6ec78e04370dc16c17aa6a1329b5c4fbd10d502f 0.19 MB 512 38
344,534 344,534 000000000000000002d9c92f1b93569eaf6f0d3e7362c83fb0ae5a469f10a639 0.01 MB 28 30
344,533 344,533 0000000000000000127c9732377c191c1908caaecd4f08d45eaa2a584539804c 0.14 MB 191 21
344,532 344,532 0000000000000000002bb3a5c7cb56c2685818d71ef37b1d8e28c0ff93143a04 0.07 MB 111 22
344,531 344,531 0000000000000000048d0cdc3592cb3509cc4f3c77bd81a5248b9d27f48b0b6f 0.34 MB 542 22
344,530 344,530 0000000000000000091d1fabded64c8793d7c2fa4375dedb6be3785e89d1c6f4 0.12 MB 146 17
Previous 10 blocks ↓
Total Size: 660.89 GB

Node Information

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