Memory Pool Memory Pool Refreshing

6,178 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,932 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (715,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,309 192,309 000000000000028425e00ab1c446d84bc06c7a1684fb7c6b704b852d0fbf03fb 0.40 MB 886 161
192,308 192,308 00000000000000f7b302c803f255a4bb26fbdb34d0c9ab39d2d2dc7c183189bf 0.02 MB 27 548
192,307 192,307 000000000000044a0f4c621fd13140a159f360eafdd396a39ab1f52489368247 0.03 MB 30 350
192,306 192,306 0000000000000203df998ce3486599639707ae4da976a012db45cb432dfc54d1 0.03 MB 78 159
192,305 192,305 00000000000007e7fcfd8cfd8698de548046ef47ccdb66a7e0fdd43632ca1273 0.21 MB 440 144
192,304 192,304 00000000000003d323d81e52397e4cd021b8cf02e0a5e3c86dfda1b9b8fa60f2 0.01 MB 15 103
192,303 192,303 000000000000016c2bbbadf2a0654a555e4a70f45538d1a7eb1e55dc4e9c3477 0.19 MB 403 121
192,302 192,302 000000000000070df3edda572845662377cee8f7c9cdee94ee25b3579cc1b931 0.04 MB 84 112
192,301 192,301 0000000000000289fbf28416198c5447edf2c3fb3a3958cc32c32c102adef7a9 0.50 MB 1,347 91
192,300 192,300 00000000000001455e870671ecc775edb49f3f5bf4238e32362e54b899727a36 0.01 MB 32 0
192,299 192,299 000000000000035db479869964049193df50b096151b9dec530b9040aba1f1f2 0.09 MB 333 180
192,298 192,298 000000000000072f4898a3f6e8f3d4193177650292b5ecc33128d200918aa42a 0.25 MB 311 89
192,297 192,297 00000000000003cf09c4999e7518389000d4ac85c02fd3e57dfe8b9eb52a260b 0.27 MB 135 105
192,296 192,296 000000000000049652700b73787f4a39fb8b8b8633891cc7eba67e134efa1e8a 0.05 MB 103 243
192,295 192,295 000000000000069de9ce05993280c5ddc25b65059acb65e29247778f015059a8 0.16 MB 371 119
192,294 192,294 00000000000004ef82633acf09b1a2ac77df9210607d433a1a481c974957c181 0.05 MB 105 152
192,293 192,293 00000000000004cce3fc1df90c49b160a739d2383ac0702c54c156872869c849 0.16 MB 433 148
192,292 192,292 00000000000003ac2a8be9b8e995844d77f632c4a709ab0d9e9bf4c9b12f640c 0.00 MB 9 3,131
192,291 192,291 0000000000000201e36b1f420f838e6de055c16aa23839c9605975466a39f9bd 0.09 MB 198 101
192,290 192,290 00000000000003371028786eaea3f1a10ccfa6c26efcaf8479a84830285ce189 0.25 MB 666 157
192,289 192,289 0000000000000714d9b7bc5c7f520ac23a3b819e28b81a6c1057b9027efd822f 0.08 MB 256 169
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.