Memory Pool Memory Pool Refreshing

798 transactions
0.24 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 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,862 00000000000000000002349e0000000000000000000000000000000000000000 0.24 vMB 786 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,861 (55,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
852,290 852,290 0000000000000000000315d4d7d5c58cbf4078d52fbc696f01a965b1c15322c7 1.71 MB 3,044 8
852,289 852,289 000000000000000000035ae892d7bc245d3d75bb50fe78a8a765703c73beeaf7 1.72 MB 6,298 4
852,288 852,288 000000000000000000023efc11057008c66a3e804f3246e946ab3268481cc5ab 1.67 MB 5,756 5
852,287 852,287 00000000000000000000feaffd0824242bc7aa27a06862c7cf36f1fe508e3ce1 1.68 MB 661 5
852,286 852,286 00000000000000000001bb8513d7a3f729df921440e2fcdb5ba1c22d0609d3af 1.69 MB 1,631 7
852,285 852,285 000000000000000000001a3923ab82726dfe07c005e76db4612c5daaea1f0765 1.69 MB 5,242 5
852,284 852,284 00000000000000000001145ef241a7e8c13f8869abd6785b9e365f1a82698970 1.65 MB 4,472 5
852,283 852,283 00000000000000000000054e3f838935a2a68d47a905bc72163bdd501535abaf 1.46 MB 2,717 7
852,282 852,282 0000000000000000000159ce8862727cdef2f994ec0685dfd8d6cbef8b9bf36a 1.67 MB 3,325 15
852,281 852,281 0000000000000000000253e1a427b02bc91348561159af25e4783e2647f6c13c 1.55 MB 3,782 13
852,280 852,280 00000000000000000000ca54aea801e5a67f483eda6de1f7df9e54dd7a8ca112 1.61 MB 5,268 7
852,279 852,279 000000000000000000032ab6b05bdf7931fc79865a336a18b879b915134555de 1.72 MB 4,970 7
852,278 852,278 000000000000000000029b33ebcd9380eedccf11e2da638dcc43b63c0f5f2cc1 1.77 MB 4,238 5
852,277 852,277 0000000000000000000235470fad1a2cd38c9a78d6705ff49d181108ec8ea925 1.71 MB 4,564 4
852,276 852,276 00000000000000000002f0c91adfb66e20253e1ea7bf46df63ba9c64f82844e6 1.66 MB 4,294 9
852,275 852,275 000000000000000000036c7c508ac499750803248b80413b4f77c8b8b2b7c0d9 1.94 MB 1,721 4
852,274 852,274 0000000000000000000352557beab2a992310b8abd23e8c2f324f3215fc19803 1.66 MB 4,603 6
852,273 852,273 00000000000000000002dab0c20772bba6cb8253f0ddc49501af8e84151d7378 1.54 MB 3,203 4
852,272 852,272 00000000000000000003362b8a5a5abb09716ec1718977ed391b6559bf9b0372 1.58 MB 4,231 9
852,271 852,271 000000000000000000015d5a086ce02828c3d95602d3c43e237efd58e1527357 1.70 MB 3,423 9
852,270 852,270 00000000000000000002a01de7ccfe49d86330ad4cf7551b30646173e9d2548c 1.61 MB 2,439 8
Previous 10 blocks ↓
Total Size: 769.28 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,635.53 GB sent, 94.31 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.