Memory Pool Memory Pool Refreshing

75,153 transactions
34.79 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,635 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,317 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,634 (550,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
299,527 299,527 000000000000000027f92a25e3ca6e85936e9c2cea1a82284416489769f81b2c 0.21 MB 311 25
299,526 299,526 00000000000000003f30ee736b6223e7803ccec592d5d737d637c673636a3d72 0.01 MB 27 40
299,525 299,525 000000000000000074764c6d2cc300d73987215a5ac0ff270b495d4a43f9d62f 0.05 MB 74 21
299,524 299,524 000000000000000043df6632232df5a3e65c1cba574d116853b8c411d514afd0 0.24 MB 313 74
299,523 299,523 0000000000000000536022eceeb5e6a2f45245c070cccfcf2445f5545966b492 0.11 MB 256 35
299,522 299,522 0000000000000000442c1a4e0ea66a19a9bf5422fae10cdd28e859f4e0db0c58 0.10 MB 169 27
299,521 299,521 000000000000000088a3df19c997dc4a968115d474e2d720584a68fd3c3ae6c4 0.03 MB 72 23
299,520 299,520 0000000000000000783200833e89ea9960e2b94e637320bdf3a3dfccf35dc7ee 0.15 MB 192 19
299,519 299,519 000000000000000072a2fd9b8ddc043927101691e1fce33e62e5e931e0a91f28 0.50 MB 1,256 46
299,518 299,518 00000000000000002057fc32c5594cffc411c4bb51d3c9efee200e675b6144fe 0.38 MB 286 14
299,517 299,517 00000000000000006d3ccc47060ef50840d7a1bd6930f62058b2dd76ab703cb3 0.35 MB 988 48
299,516 299,516 000000000000000087831a9c48a6d859f9395d74afe30fd568569fe4c21cd6d2 0.21 MB 390 43
299,515 299,515 000000000000000033cb09762357901db7e4deac9e1a26ae8bbf3a46e1eba685 0.19 MB 360 39
299,514 299,514 00000000000000008688ba465298130ad4b8d098a551c0ee71482d37931fbcbb 0.02 MB 49 36
299,513 299,513 000000000000000047ac249221db3d7ac9595a4d555d9358363379ece0641f68 0.20 MB 121 14
299,512 299,512 0000000000000000613b325323a40be26b5d251de0a94763a550878001b303c0 0.35 MB 368 31
299,511 299,511 0000000000000000812bffddd7beef338519ea51fe8bd60be8fcfda1218d481e 0.50 MB 1,083 38
299,510 299,510 000000000000000058c42c581aab77071180afcb33c8e3b747aa5249505da8ce 0.11 MB 225 33
299,509 299,509 00000000000000007950b14ddcc5b50974e3adb762c7a24b2244b7a8fcb3fcc6 0.18 MB 256 38
299,508 299,508 00000000000000002ac74a3945d28a935c2133246aa048327864f0a1c16dcb8e 0.08 MB 186 36
299,507 299,507 0000000000000000702f9ec688645d8f15aac3b44a1f1295f03f49d84e1cd0f9 0.15 MB 256 15
Previous 10 blocks ↓
Total Size: 660.81 GB

Node Information

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