Memory Pool Memory Pool Refreshing

81,588 transactions
28.22 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,517 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,924 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,516 (176,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
672,802 672,802 0000000000000000000aba81b1f351037b7671dbb53eb5b51551133329afaaf9 1.20 MB 1,922 28
672,801 672,801 000000000000000000091d02aedabed306ba20ee6ab1cfc6a8e64fc2972bb19a 1.25 MB 2,359 27
672,800 672,800 0000000000000000000bd1f04a0a6bb3d274daf1fe1189bc4fae7920d822e491 1.27 MB 2,574 70
672,799 672,799 0000000000000000000a26f2ee1b52fad640c607646f05cc80dfefde7404a6ea 1.34 MB 2,836 135
672,798 672,798 0000000000000000000859bdc72cf861642de2fa4204d22a55e46aef0c6e0404 1.14 MB 2,551 43
672,797 672,797 00000000000000000004e1f563e519046c7ed1dc1cb266d675796d74fecd783e 1.21 MB 2,498 52
672,796 672,796 000000000000000000045b910cc5f204e14d15071e1698022f1e3e994db65962 1.20 MB 2,295 58
672,795 672,795 0000000000000000000bc2a518d25564d752a6308209977a1ecf08fab048f118 1.36 MB 2,250 85
672,794 672,794 00000000000000000008a066d829ae8d436e50d6c29d5e3021f5d5bd4693be40 1.34 MB 2,561 92
672,793 672,793 0000000000000000000bf2111ab6660a1666b758cbe49b89693f2fdc3e817799 1.33 MB 2,086 94
672,792 672,792 00000000000000000000164cdb3a8fd3e69da1439c01ab8f8c51bc6c574877e1 1.28 MB 2,171 42
672,791 672,791 0000000000000000000260ad871ed3eca1ef18d38fcde3bdbec89de62d73e365 1.35 MB 1,871 36
672,790 672,790 000000000000000000036c7ec6fa93f28479f016abe905ab0f6d39f0e5a75460 1.40 MB 2,827 75
672,789 672,789 00000000000000000009e2386255df7bbe7a14f416fb40bd1444000a02fffe74 1.19 MB 1,353 112
672,788 672,788 0000000000000000000829d314f55c06faba7fe902a2223e0e234ef9f1c3d808 1.36 MB 2,266 111
672,787 672,787 0000000000000000000777b172631e2a13ec6c80d71dac48235f869c3cf42467 1.39 MB 3,284 140
672,786 672,786 0000000000000000000132ab26426622f28235cca44bc61a3c68acc744ea7daa 1.51 MB 1,945 77
672,785 672,785 00000000000000000003e66945606ff0900ce229bc21fc5c6be24270c36d4471 1.29 MB 2,469 109
672,784 672,784 000000000000000000044485496009755568e8738b8b4f09f9897ebb7ccb1ea3 1.51 MB 1,787 55
672,783 672,783 0000000000000000000904317cb86ab157edee0d9f6e15eb0c75477f79cab23c 1.50 MB 1,416 64
672,782 672,782 00000000000000000006e1c3332135cc9daa80b407a1760f03ddaca5ee35b3cd 1.32 MB 2,294 58
Previous 10 blocks ↓
Total Size: 660.58 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 92 incoming
  • Data Transfer: 472.77 GB sent, 2.26 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.