Memory Pool Memory Pool Refreshing

80,678 transactions
27.99 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,516 (321,819 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
527,697 527,697 0000000000000000003869354bf355a9fbe23a2f2b5ffc45c3da1c566421f2c2 0.21 MB 244 3
527,696 527,696 0000000000000000002cd57debc0d02ac757cf132370f684fd44bba1b086822b 0.29 MB 740 26
527,695 527,695 000000000000000000008fed3938d929ceee7ad43323250d5f9e6acc2587dfc8 0.28 MB 513 29
527,694 527,694 00000000000000000027a60334d8917ca643ea18b1aab3855fd72719b5e33f29 0.39 MB 837 30
527,693 527,693 000000000000000000329794d8d30c1c89158fdcf4f4c99088143caf73bae60e 0.13 MB 166 13
527,692 527,692 000000000000000000054c0ee344a99a36bbe6dc6a74ba499c1b42efdbf50b40 0.41 MB 530 19
527,691 527,691 00000000000000000029d37a3860724915ddc37c2a5c48328b06797729d91877 0.06 MB 160 26
527,690 527,690 0000000000000000000b65c1c2c9300ed89568d7a32bb710b418e9ee1b8c799b 0.09 MB 200 20
527,689 527,689 000000000000000000231361f88222ca9258585b73cca61953d0e47cb73a927e 0.25 MB 545 20
527,688 527,688 0000000000000000002a290726eac6358df41b9acc2ee24d68018ef04abf6af4 0.38 MB 764 26
527,687 527,687 00000000000000000020655937374737069911af7d84cf92dd63551d5e302d51 0.01 MB 22 16
527,686 527,686 0000000000000000001b13a415308039bc8b5dbe502ddd892bf52facfdaaaa55 0.09 MB 227 31
527,685 527,685 00000000000000000023feb36158c6fb981c441957e468889a895e51b6e4af6c 0.31 MB 574 15
527,684 527,684 000000000000000000075f10767924cc5115ba78db1897d12ca70f19d1c45f38 0.28 MB 681 33
527,683 527,683 00000000000000000013856a68c81fbda7eefd9f26933aefa16576f2ccb5c072 0.38 MB 831 20
527,682 527,682 000000000000000000360af44d511c58e70838122afd23fe0061e9b6fb30ac89 0.16 MB 273 35
527,681 527,681 0000000000000000002025d2b5a6f8dc7ad1d2cd40890f3e8f90253b70b60b7b 1.01 MB 2,392 26
527,680 527,680 0000000000000000002f6bcff79f89e290076f03f178568baec099e383c045f7 0.34 MB 668 35
527,679 527,679 0000000000000000001595533836e1b72ac24794e054662a5ba7dc6db44a8e89 0.24 MB 570 24
527,678 527,678 0000000000000000002fff95f53124b9420d8f61c8e181f7855c4e1026a467a2 0.32 MB 773 31
527,677 527,677 00000000000000000031b8b5a2798d0bc2c81559227646f6e324fa7e9153c190 0.91 MB 1,590 13
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.24 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.