Memory Pool Memory Pool Refreshing

75,092 transactions
28.48 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
868,012 00000000000000000002f1280000000000000000000000000000000000000000 1.00 vMB 4,421 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 868,011 (717,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
150,671 150,671 0000000000000b4d722a26c939b84f3f0a077f085032bd24e8b87117ed9b4cb9 0.01 MB 14 16
150,670 150,670 00000000000005899fd8c8c2183f42cef4f52c0b13385ee6f64753bf86759a0d 0.01 MB 22 324
150,669 150,669 000000000000047868fdc921bda9e5e7c789b4f0ba099c3f7ccc8a4e15d08186 0.03 MB 105 79
150,668 150,668 00000000000006c9ea4a359e39d86561a48ff03fb27cdf12a58e310e5fd81c66 0.05 MB 92 106
150,667 150,667 00000000000001e415a914c6cb2e6d4052a9f090e661e78347c26f433db204fe 0.00 MB 7 101
150,666 150,666 00000000000008076f4f3827ab0d2f723eb3699d103a1b6c2f3ca05d2ec1cc02 0.00 MB 3 0
150,665 150,665 0000000000000795a9308635b7d4d6ff2c01d1eff2943d209f87bb9319abbdaa 0.00 MB 2 0
150,664 150,664 000000000000077d583e54950688ba80e09f52c8a7172ac7b02402b015d2fe9d 0.00 MB 2 0
150,663 150,663 0000000000000b6b5fd08c2c1b524b2a35ff6a2b22d7a9dd221643e0c53237b8 0.00 MB 8 49
150,662 150,662 0000000000000abd357b466aeb2f33993350c98cb9887d0451b5af4cf30e5c90 0.00 MB 14 278
150,661 150,661 00000000000002c777261e7c1b02ca67c6db27591cf1583ed03e9611dbdba857 0.04 MB 135 121
150,660 150,660 000000000000067afc7691f7c2354181a3b3894d61471f7bbb5ee756b57b7338 0.01 MB 33 143
150,659 150,659 00000000000001f5038b7891d92333e7c372f81102ff64af2feef9750bdaed0c 0.01 MB 40 31
150,658 150,658 0000000000000496072ed2d7d365b1628598efc1bcbba566b8bf2f06d016e5ed 0.04 MB 45 789
150,657 150,657 0000000000000a307a062dddef03215cbd1994b488dc9411ab7deb163ea6f0da 0.00 MB 1 0
150,656 150,656 0000000000000415b8cade04403c428a294ff64eaf9fccbfdf81d8758e7d2f8e 0.04 MB 112 65
150,655 150,655 00000000000002add74eeedf16e2d4468109f620190f858b73017ca08651a4b0 0.05 MB 112 233
150,654 150,654 0000000000000ade37f1a40f49408898932a8e8fdd2bc58ab329c69bbcb46333 0.01 MB 24 310
150,653 150,653 000000000000078f2199900fbe2d4d73c70a5d453e211f4fecb6808290203baf 0.02 MB 64 152
150,652 150,652 00000000000000c10245734c67661a50bfab2c8fc9569c6f08a10cea9621acb3 0.02 MB 32 25
150,651 150,651 00000000000001c49b7e27c3e2b438ffd77294559e01a3a728a23ba23fd66f50 0.03 MB 101 143
Previous 10 blocks ↓
Total Size: 695.57 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,963.87 GB sent, 183.38 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. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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.