Memory Pool Memory Pool Refreshing

52,711 transactions
37.14 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,364 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,136 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,363 (144,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
705,271 705,271 0000000000000000000037576a828dcabb90ea4f156e5e56dc6fe1b750213ec5 1.43 MB 2,845 20
705,270 705,270 000000000000000000058e0ce640a27a059cf2a1347f68f67b74a12bb9edf40a 1.28 MB 1,541 21
705,269 705,269 00000000000000000004bcf461ed0c6f69b1a29b8e487b7c40235e8b0ba02a92 1.26 MB 1,623 17
705,268 705,268 00000000000000000006ec9743bd62eb5904fd72292c46c1d990730fd294b35a 1.57 MB 2,390 13
705,267 705,267 0000000000000000000a71cae543786e7b72f1b81da17cd0fa3ce8a5d0750767 1.47 MB 2,759 20
705,266 705,266 0000000000000000000018a8987ca8e71117b2814fe139c30a42cd6d7d03d1f9 1.46 MB 3,561 3
705,265 705,265 00000000000000000006583b5007e10c0d33b2157e78b238128258b4c3cc8681 1.53 MB 2,544 13
705,264 705,264 00000000000000000002e77a1b72ebe8a3fa476c6af24092c7237247ffcfbc53 1.38 MB 3,143 25
705,263 705,263 0000000000000000000b8b130b99161f846c504cf58c0e2230d5f599f826545d 1.44 MB 2,340 11
705,262 705,262 0000000000000000000e12da090d6fbb2b027091084934445a4366de843b2d3e 0.00 MB 1 0
705,261 705,261 00000000000000000008ce2fda0be38184a3f937d5395dd312388f07f20fac6d 1.38 MB 2,749 21
705,260 705,260 0000000000000000000b3f404d5f715d479551e8f6e69fa237ab28834e466d7b 1.34 MB 2,149 18
705,259 705,259 0000000000000000000b4a66f273c83c29fb09109dbc3d7ee072e01bfe8000c8 0.37 MB 234 12
705,258 705,258 0000000000000000000223ebb56c546a4f7bb199df722d8b1de945d5dbbb026d 1.65 MB 1,589 12
705,257 705,257 00000000000000000005c4dae9c08c4c60de557c66624e11aa4f8e58ba147c83 1.62 MB 1,739 3
705,256 705,256 000000000000000000095750e265be8b6cc7b37f7b9761212c0e8b267639ca3a 1.32 MB 1,822 9
705,255 705,255 0000000000000000000a7f653b04e3f8e6d4ebbf3e7d75e139e116f4f90a4014 1.43 MB 2,710 24
705,254 705,254 0000000000000000000d44542069425129df0f6edab5b5d76e2134ad458d3667 0.88 MB 811 6
705,253 705,253 000000000000000000068e60737f04602c507e12ff250d2b104a7cd94fba67b4 1.63 MB 2,225 9
705,252 705,252 0000000000000000000c813970ad7242b648759e19efa84485fc21980c51d232 1.60 MB 2,878 7
705,251 705,251 0000000000000000000889204e9f011829642085184db0365bb345d78b415c84 1.36 MB 1,827 17
Previous 10 blocks ↓
Total Size: 660.30 GB

Node Information

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