Memory Pool Memory Pool Refreshing

82,919 transactions
27.87 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,526 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,616 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,525 (176,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
672,976 672,976 0000000000000000000a3fd129ed526ac9fa0299cc348e5acbad00dff238ef7c 1.34 MB 3,115 136
672,975 672,975 00000000000000000006bf8d1f053dfdf6f1ed38743ad47e4c15300f80584ace 1.28 MB 3,102 52
672,974 672,974 0000000000000000000700356ceeade970468d8c864445f29a685c43e841160d 1.09 MB 1,159 103
672,973 672,973 0000000000000000000318539d06519fbefd8eeae3c156216b10e527c279cb79 1.26 MB 2,095 127
672,972 672,972 00000000000000000007fa1941f05d5ab1b909e5a9b9224cce1e5964606cbc50 1.14 MB 3,165 67
672,971 672,971 0000000000000000000031603fdbae465456cc9dfb314a9ba3d380ab5cfe15ab 1.41 MB 2,568 114
672,970 672,970 00000000000000000004ef79a6fcfe2a9d83b060ba954590c1d7a108f21b6b62 1.27 MB 2,461 109
672,969 672,969 0000000000000000000a7ec62d1280515d84bb9851eaa7d215627343fa06ce3b 1.18 MB 3,431 66
672,968 672,968 0000000000000000000cc2df320bdd6c2669b701992303ef2c1a284a444204ad 1.15 MB 1,183 120
672,967 672,967 000000000000000000066030f384ec6c0e0706ab52001265a486c98a1e5989a1 1.15 MB 2,734 77
672,966 672,966 0000000000000000000890fe84e740f396a7cc84a5df2003c7aa464b15488d41 1.34 MB 2,424 116
672,965 672,965 0000000000000000000ab9e6af33f7680c75bc529a28e207d2332901a5a788f8 1.39 MB 2,791 144
672,964 672,964 0000000000000000000bb5c0f83bb0602fa5012de97fee4cd433d13f1749f68b 1.27 MB 3,379 89
672,963 672,963 0000000000000000000100db7403439e678a723bb93f9eecaa3aa6bc6867979a 1.10 MB 2,992 82
672,962 672,962 0000000000000000000c9599813ae727d2cc3b47fdc068f0bb7beed1657b0e06 1.24 MB 2,795 108
672,961 672,961 00000000000000000007766935519977bd0c5aa7e876dd07d1c053edd9cec46c 1.37 MB 2,755 130
672,960 672,960 0000000000000000000c6d244fcbe466052076bc585bba97d1fccd74d65d0d44 1.14 MB 1,016 114
672,959 672,959 000000000000000000098c3378175fce5ee326d008305b58bc8b97300f51d2d1 1.25 MB 1,787 121
672,958 672,958 000000000000000000099a6fcea6179a50e360327cc97af0fd2e69f8ccc9e4f9 1.24 MB 2,344 116
672,957 672,957 00000000000000000003e273d3304d696d49f19ade31daf05dd1aeee0bf60097 1.63 MB 1,798 117
672,956 672,956 000000000000000000060e7d31077308d513414ae5851bc660275f4619b304ee 1.20 MB 2,194 143
Previous 10 blocks ↓
Total Size: 660.60 GB

Node Information

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