Memory Pool Memory Pool Refreshing

81,711 transactions
28.38 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,509 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,387 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,508 (626,055 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
223,453 223,453 00000000000003643fce87a78b58b79f44cfa90df9bb3e27b010afb121b24936 0.06 MB 163 1,022
223,452 223,452 00000000000000f6e9dc53e424296fe0400d15be6bbc91fd457c68854402ad26 0.25 MB 688 320
223,451 223,451 00000000000004265f7c717d38755e00324afa347d78d8e58ee953c0914d71ea 0.26 MB 316 3
223,450 223,450 0000000000000062a5d3faa84910a890b66e1642f6f48050cb0f94ae58557207 0.17 MB 452 219
223,449 223,449 0000000000000218f7f16d403cba5bd82d53b570102e1db4539832b45b05c2df 0.13 MB 204 149
223,448 223,448 0000000000000391807d590d670f2b6e0d9035f76cd18ef85fa28968a2e580b8 0.06 MB 117 177
223,447 223,447 000000000000025461d5ca038d5b0fa7c765f25861f74afcf02b1438105f5e11 0.25 MB 450 198
223,446 223,446 00000000000002d6b3df9c9cec9822a7cae7015fdaea3767ca1635f8714d61d4 0.12 MB 208 139
223,445 223,445 00000000000000c8b0eeebc7412f65f9659875851beb8b0713ce6e63840d9d23 0.25 MB 671 321
223,444 223,444 0000000000000220892e3d57b4f811e0d9b2dd73eca694ea9b34e06f52874cbd 0.25 MB 595 257
223,443 223,443 000000000000001234ef06465103e88023a4d899e990ca19fcc0a555456a1cf2 0.15 MB 248 133
223,442 223,442 00000000000000b453534ebb99e7a20cd19d9f8fcede5d2dbcd16a335ccc040b 0.00 MB 4 0
223,441 223,441 00000000000000efd9532982dcfc8da8af73a85b6fd6051252b6ae1a27989515 0.25 MB 562 206
223,440 223,440 00000000000003ba151385c7d374f578f186bf9ebe9cf6665441d938d0732b41 0.25 MB 778 282
223,439 223,439 0000000000000239e4d8d1d7db57bee7ddbe5fe4152c2629924d322eb860b6a2 0.05 MB 139 230
223,438 223,438 000000000000010782c83928ba81a83509356e47fd08f66a95072fbbfe401ce5 0.05 MB 120 158
223,437 223,437 0000000000000283bfc85f3cb4ba1180a1d9344f45f227b17a50b21c7b86fc4e 0.14 MB 256 129
223,436 223,436 0000000000000171b8eb98ee798ba510ad3f1641574fe4fc3480dacae441a79f 0.26 MB 637 203
223,435 223,435 00000000000002028c00aa292ee8ff658d31efec2e8671e11ce0e86739fa3805 0.13 MB 342 190
223,434 223,434 00000000000003cf61fa02ecdd8ed2585bba47d417ef6c588daa93d4d5e9db02 0.17 MB 285 149
223,433 223,433 0000000000000151b940370bc21ff5d59ef9d4428306ffcf77cbc4d35a29faa8 0.23 MB 128 25
Previous 10 blocks ↓
Total Size: 660.57 GB

Node Information

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