Memory Pool Memory Pool Refreshing

78,768 transactions
33.29 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,471 (314,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
535,294 535,294 0000000000000000000d49bd545ca42fc50cf65bfa8022b8ac888d5609d0dfd9 0.11 MB 79 20
535,293 535,293 0000000000000000000ed697b94f4aa7e77943c5d2e515520f20920f4a9d4c44 0.48 MB 824 11
535,292 535,292 00000000000000000002d76566c7afb6cc785589fad6d34f9a2b857c4ede597b 0.83 MB 1,799 21
535,291 535,291 00000000000000000020ca801b6b6c6bf8e2639d71dd51f1eec498b93229ecc0 0.09 MB 224 23
535,290 535,290 00000000000000000019e66fb95143a98bf03b5b80a50b5fc1ed8bcf3a35d5a3 0.87 MB 1,161 12
535,289 535,289 0000000000000000000411a2f2deaa16bc16b5b0bc6c33f3c4198af14ef87786 1.15 MB 2,002 35
535,288 535,288 0000000000000000000c4cf8c5be234a80aa311aa21c7cbe7198384760a431f1 0.18 MB 448 8
535,287 535,287 000000000000000000148a0631047a251c962f8375bd2f573a283e143accb2ed 0.17 MB 484 25
535,286 535,286 000000000000000000151765efec68efea0e16bd9181b0229153895a241a281f 0.20 MB 427 42
535,285 535,285 00000000000000000013bcfd700de221ae379ecbb6ee96b70ee5035b298e4bf5 0.06 MB 154 21
535,284 535,284 0000000000000000002e3446a6bdbb42474d31bce41a32162b30e23c002db8b7 0.40 MB 962 20
535,283 535,283 000000000000000000177420a128ae61fe48e8e6244863946264ebdc0a88fd46 0.14 MB 292 41
535,282 535,282 0000000000000000002d83d3e1f749b10fdf81061810d24dc0426e68c7cdc42b 0.17 MB 378 7
535,281 535,281 0000000000000000000a7e9cc5693bf62db2ef14a7a81b6ca56a0ee590d92ed4 0.19 MB 461 24
535,280 535,280 0000000000000000001d1cb83f53d5f3e831fbe671b58f153bd22f915a8a9235 0.44 MB 679 24
535,279 535,279 0000000000000000001bfa77c1ff4578d1dcc1c7fae5e645bc53e9e4ef8c707b 0.80 MB 1,858 17
535,278 535,278 0000000000000000000b8aea2cd28bad39c6951d30077f4f6f9d434d343eb1f0 0.64 MB 1,119 13
535,277 535,277 00000000000000000011cde8a89787bb59e7f3876131d2f755b43f30621c5011 0.66 MB 997 13
535,276 535,276 0000000000000000001007383a5f5533ca63c4d75ab6e55aefd7ec2c3d5ebd7e 0.76 MB 1,489 17
535,275 535,275 0000000000000000001546da727adb8da14c070a0e7c5e812b5c81dc32fbc8dd 0.59 MB 795 23
535,274 535,274 00000000000000000019dda6f5b39b4e3086ca41403e79f04b5e70ee0641e7a5 0.59 MB 925 20
Previous 10 blocks ↓
Total Size: 660.50 GB

Node Information

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