Memory Pool Memory Pool Refreshing

65,380 transactions
33.31 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,744 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,990 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,743 (340,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
509,641 509,641 0000000000000000004d9f52ef8f4c4f63a6a017c1cb00e1fa0cc2a7c2254bc6 1.06 MB 1,434 44
509,640 509,640 00000000000000000058e01c362a89d6be98c5c92a2f736471039f7a6addf8ed 1.00 MB 124 4
509,639 509,639 00000000000000000041ad45c9251222c8854ed02df5aa2ec9971b68d42dc981 1.08 MB 1,790 11
509,638 509,638 0000000000000000001f3fbc9f76b20dfe6b086947114d0ec1c439da20128611 1.10 MB 2,808 89
509,637 509,637 0000000000000000001ab80b2e14cdf6a8c738e3818bfc144dcc99f0bd41c337 1.05 MB 635 10
509,636 509,636 000000000000000000171737cdf56afe73dbdd68106d99c45e63763deb27a363 1.08 MB 2,186 24
509,635 509,635 0000000000000000001ffeb12a4fb6670c3e8a37acff5658a00a01aa7ea68a84 1.09 MB 2,776 112
509,634 509,634 0000000000000000002f2c5b3d921437f58a2b598e6e381e2d4bd51b4c650cf8 1.01 MB 448 8
509,633 509,633 000000000000000000181b0a29b348c6c849c0e9efd358c68c716177adc39253 1.01 MB 343 5
509,632 509,632 00000000000000000030d9b096967ec46220361eac70fb7a302a30d2dc116997 1.04 MB 327 7
509,631 509,631 0000000000000000002dd27db086b527fa19e2f97da5e178d4516e3fd87dc149 1.00 MB 241 7
509,630 509,630 00000000000000000054ac808f80c32343f8cd92a2694d043ce534909bff3b2d 1.07 MB 641 16
509,629 509,629 0000000000000000004c5f3f7ab07def0a2760f159be14cd0fd50ca6fc8cf851 1.00 MB 851 17
509,628 509,628 00000000000000000023e5de8a7ce002aec1a88f251c5a4abd9f5abd6f12cb27 0.28 MB 491 96
509,627 509,627 000000000000000000439a701c497d45a87a1e66bdfd09246bc8afe64e931073 1.03 MB 716 21
509,626 509,626 0000000000000000000134c7ff18d5ec0bf6f1832654024193809cc5045d09a2 0.84 MB 1,062 56
509,625 509,625 00000000000000000047466af714000882f9ebbae3345a13d9488b677a66f96e 1.03 MB 1,050 38
509,624 509,624 00000000000000000027af7b3b6d3854b19249e993e80b05389a0f1e40d2996d 0.11 MB 197 59
509,623 509,623 00000000000000000014376b1e55074f0f9c89b4c0f1604b7186813c2b620365 0.00 MB 1 0
509,622 509,622 0000000000000000003e913e36e1b0e671d67a7063388b867bc211bd6a65e1b3 1.03 MB 718 3
509,621 509,621 0000000000000000001d466e3df9d66963e7b6fae3a2168e5ed7e0e605669398 1.09 MB 2,187 70
Previous 10 blocks ↓
Total Size: 661.03 GB

Node Information

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