Memory Pool Memory Pool Refreshing

65,097 transactions
30.03 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,443 (82,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
766,731 766,731 00000000000000000000b6828e8a7c68aa828bd8c06e5eb46bc15bb362a0aaf8 1.53 MB 2,797 5
766,730 766,730 00000000000000000005aa6dd6ffdff12cee42e096ebe64888eaf2a1a4eaf598 1.37 MB 2,309 15
766,729 766,729 0000000000000000000438af1fd9bfc34c2decfef13609f7b1462bbec88b6013 1.40 MB 2,677 9
766,728 766,728 00000000000000000003605fe1332820096ca85126d294325d6599bc447ea55c 1.18 MB 1,251 13
766,727 766,727 0000000000000000000744dbcd8d19bafe20855ed8d5c7d00d59cd76bac76676 1.27 MB 1,918 18
766,726 766,726 000000000000000000081b3db984b178d80ca0064e6f653fd952d89fa2489cc7 1.50 MB 2,250 7
766,725 766,725 000000000000000000056aa7a1867132439b464583b7b5be217cfe32071a35db 1.43 MB 2,589 19
766,724 766,724 00000000000000000001125d41ba417c9acb9ae54c307c900be5d7113747aeb5 1.17 MB 1,024 6
766,723 766,723 0000000000000000000733355c43636280a7dca7081ebd19d8cc1837a41bfdaa 1.51 MB 472 4
766,722 766,722 00000000000000000000883b53b00493f6813146aaaf9dd176bec35d15141b77 1.43 MB 1,883 9
766,721 766,721 00000000000000000002902154c80b3051c5a969820fc582c05cc73d51efb826 1.27 MB 1,279 8
766,720 766,720 0000000000000000000349f7c6fd5f5cbeb31015554189cd6cef0b5eb80ded41 1.37 MB 1,592 9
766,719 766,719 00000000000000000001b71104bb74c55ae65fd902011b87ee365556196c3af8 1.05 MB 367 4
766,718 766,718 000000000000000000021ffec2588341e54f190215ec6eacf6d4b273af113829 1.07 MB 492 4
766,717 766,717 000000000000000000050b6491c023eb7a6b89ee8edeaa53c26fe4bd0c5da9dc 1.32 MB 1,667 9
766,716 766,716 00000000000000000006b32054f96bc69df03f9fa7d45cdf9075c4d0419d6e04 1.17 MB 799 5
766,715 766,715 00000000000000000001d7f6d415c33a49e8f1d178a358c10a132a2a96c2360e 1.45 MB 2,861 15
766,714 766,714 000000000000000000042d01d4c12c62dc0596587c4f46abe1470349562f47b8 1.03 MB 309 3
766,713 766,713 00000000000000000003716f27588e3df3f08e95692b6a869fbf6908a1fefc29 1.15 MB 876 5
766,712 766,712 000000000000000000031bfa5ae26e76f4f058f28ed6668cc45f3261bd4a2a57 1.24 MB 1,075 6
766,711 766,711 00000000000000000001879497275b5f13dba67bf8000c7bfc1d9e258d810aa3 1.21 MB 1,327 7
Previous 10 blocks ↓
Total Size: 660.45 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: 360.48 GB sent, 1.55 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.