Memory Pool Memory Pool Refreshing

84,244 transactions
34.79 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,578 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,991 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,577 (384,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
465,310 465,310 000000000000000001eb772092ff3d546608181e60d8f20853245b6286fe4121 1.00 MB 2,513 195
465,309 465,309 000000000000000000b40b5da384bd80c8d027c6161e3f35384a7ce95300f5d6 1.00 MB 2,929 323
465,308 465,308 000000000000000001fe8bd9cc962eb4fa1b8daa6cf08a4e223f81874c6f278c 1.00 MB 1,240 215
465,307 465,307 000000000000000000d0f94566697715ab2e29fda915e3f38918d45a5de8fb11 1.00 MB 2,730 220
465,306 465,306 00000000000000000125f00019e1d3550c1d75bff10198c00e34df021da9d5bf 0.75 MB 2,224 304
465,305 465,305 00000000000000000007dc0c9c1f5c7aa25655f8e9996bcf9b82eb02faf7e9d6 1.00 MB 2,824 252
465,304 465,304 0000000000000000020a07fbd9f0266a6be77eb81ca04c7d7ee94aea1f566ddb 1.00 MB 129 184
465,303 465,303 00000000000000000159ba568b349a445f2b2cb805ea5537fdd89eaf0dd5d03f 1.00 MB 1,658 169
465,302 465,302 00000000000000000105f7c2b30f70e814f94b8a1f23ad11f3a02870a7fd5be0 1.00 MB 3,292 230
465,301 465,301 000000000000000001d738a293722800232e7d3f606fef028f67f547bfdab1c0 1.00 MB 2,999 283
465,300 465,300 0000000000000000011386083010ac969ea03ebd13565a23d8fa1b844b49c941 1.00 MB 1,966 187
465,299 465,299 000000000000000000e0814b31d5ffe73ce339b4b2ed9b418ea258fc719cb74c 1.00 MB 2,317 151
465,298 465,298 00000000000000000187c1c8bb4a0e7719aa941bca8bddc24665b592e150bd7a 0.99 MB 2,475 189
465,297 465,297 00000000000000000058f4d940773f730328ba7a4044cc7368b3289f1984ce6f 1.00 MB 3,553 162
465,296 465,296 00000000000000000071756186d282597703ceb5a28484ae9fc361eba594c795 1.00 MB 2,099 265
465,295 465,295 00000000000000000198156075ee5f5911cd311f6a73d7ddf9842fbea477653a 1.00 MB 2,631 194
465,294 465,294 000000000000000001450a5ae077ddf62c5aca32e8a4b0f00b24c04233d0987e 1.00 MB 2,076 225
465,293 465,293 0000000000000000017a55ba7b8a39711e2551197be995e537fb2378556aef02 1.00 MB 2,431 134
465,292 465,292 0000000000000000015509408a6a11058f29a81ce0128a4729cae4ac83ab59c7 1.00 MB 2,126 255
465,291 465,291 0000000000000000000db357af937b794664aa8c2d943b90531df77ddfefd836 0.75 MB 1,696 381
465,290 465,290 0000000000000000020134ba569ba4d169eee1461ac6e50627555afced35189e 1.00 MB 2,002 301
Previous 10 blocks ↓
Total Size: 660.70 GB

Node Information

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