Memory Pool Memory Pool Refreshing

8,414 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,526 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (50,438 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
857,293 857,293 0000000000000000000025ad24e7cace3d39916fc28b4f0f58df997e824de258 1.66 MB 5,711 3
857,292 857,292 000000000000000000020aa489426a1697b93dc5de81cd0e72022e6fa09534bf 1.60 MB 6,777 3
857,291 857,291 000000000000000000032a551d94f3cf05a99037a25d8b95f3aa1fcc9eeed03a 1.67 MB 4,072 4
857,290 857,290 00000000000000000001baa5365e15094da442bd197f27709fac095b3f70b361 1.62 MB 3,957 4
857,289 857,289 00000000000000000000e03461a86eea67275db7abc04c5b6383aa8ed56e8c74 1.54 MB 7,196 3
857,288 857,288 00000000000000000001e8c4766d4aab8908fd84456ac35f50d09ec38a873ce8 1.52 MB 6,596 3
857,287 857,287 00000000000000000001af06a76bb47ebad76b5a958fc5cdfcca80b3fcb7d16f 1.50 MB 5,097 3
857,286 857,286 00000000000000000000b386e0f81d7f49a0a4427e537395abcea2f37ec20f6e 1.63 MB 7,865 2
857,285 857,285 0000000000000000000116f0d0b13e33b70a5fbc6dd7e0d640962ca6de8ce25f 1.65 MB 6,167 3
857,284 857,284 00000000000000000001dbd782b170de7577ad7a231f5791c6445752d5e62caf 1.76 MB 1,833 4
857,283 857,283 0000000000000000000158e7656f74c574611b31ea14a99e945da7e022611f49 1.74 MB 2,123 5
857,282 857,282 000000000000000000003e369f4e7e01e5091c9dc0dbb04e45aadc052c768001 1.59 MB 7,566 2
857,281 857,281 0000000000000000000334c72f39ff69b07535fc1450531623b7f2b1a6fe6900 1.67 MB 5,090 3
857,280 857,280 000000000000000000009627d6f621c1bc09875cbac9c378d189917709be91bb 1.88 MB 1,702 3
857,279 857,279 00000000000000000001744afcf1a3fdbd6c46d61cc116f937f248b0a4a79399 1.48 MB 2,679 7
857,278 857,278 00000000000000000002e05e4e734176967ddcc5be25edd3334fda09458cbd49 1.59 MB 7,517 2
857,277 857,277 00000000000000000000626b810bda9976cb3d0bedf2ec0883459b2b5a0fc891 1.76 MB 2,463 3
857,276 857,276 000000000000000000009af7a6d0b9fb51194dadf241787ee269e144a5d356de 1.70 MB 2,668 6
857,275 857,275 0000000000000000000007c3594a0343172ed51d9f256c6f2c318a60886483b2 1.59 MB 2,907 3
857,274 857,274 00000000000000000002abe6898edb71c21095a9473c893958dc858a551ed8cb 1.50 MB 3,318 6
857,273 857,273 00000000000000000001c6202e7866e32c8c6c61aca28f3a61f648bcb1a0057d 1.57 MB 4,991 4
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.