Memory Pool Memory Pool Refreshing

2,167 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,967 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,847 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,966 (720,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,331 187,331 0000000000000521a2cf418d82bf39e65502f184eeff32e2d41e3975550bb5ac 0.07 MB 155 103
187,330 187,330 00000000000003209978c9c4ffb5c8317049046bbf0930d552cca2563df09578 0.01 MB 36 127
187,329 187,329 000000000000085efb7082efb2750cf38d5d68838f76b6be4a3191eddd3fca77 0.04 MB 74 61
187,328 187,328 00000000000008a54371c9e301df6d7ed1c759ec5a1c79d6e42ec7ce7dea1576 0.07 MB 197 174
187,327 187,327 00000000000001a5a292b965bbb2a8b0577170c4316c91ace878b9816feb1186 0.02 MB 65 92
187,326 187,326 00000000000002fce60a2a80db38614e39f0b1d7ed4de3b557b3723b75d3b27d 0.05 MB 112 110
187,325 187,325 000000000000095b8cdda78ab10aff83748e9bcc2bcadce7f4096e4c9c72bda8 0.02 MB 69 133
187,324 187,324 00000000000001eba32944271368da2f88ea14878ceec653a79c070013ff3258 0.01 MB 29 154
187,323 187,323 0000000000000021e86780e339d14ec13c392f0e0245af3a12e377e3c96c58d6 0.06 MB 115 96
187,322 187,322 0000000000000633b8773022d7fb2972a1851e383b3fce5843b5ae208201317d 0.00 MB 6 0
187,321 187,321 00000000000003c188771d20c815ce9566be383f72ed5ae55f881ec777ad12c2 0.05 MB 130 213
187,320 187,320 0000000000000205c147e7c78bc948f868d2d9e933324c63ad16f118f37619ed 0.05 MB 150 13
187,319 187,319 00000000000006e0889e1016bcc94cd98966d9ef4539ee9ecc89856467f57398 0.12 MB 336 169
187,318 187,318 00000000000003e08ed28c790847ac8018f5983c1a26c5bc35413d12155a441b 0.11 MB 258 182
187,317 187,317 00000000000004205645df56735acf48ecdfaef530274f52e4c7066525772585 0.01 MB 32 0
187,316 187,316 000000000000063677cf1ecc798387a573be4efa6998e421c112b7703a9adab6 0.01 MB 19 82
187,315 187,315 00000000000005f9692374e4214ada8bdf7288acfba30aaf5b789b65d3fdf0b1 0.03 MB 67 140
187,314 187,314 00000000000004824db5a085ef796f1f09a66bc29936bf30f8c463266776e2ba 0.14 MB 345 130
187,313 187,313 000000000000014cddb86110647eefd9307749fd78a6ea9bd563918e84c8e640 0.01 MB 19 55
187,312 187,312 00000000000006e96b39a7a7b34f4a06d439adac9478f36bf8fc202c3cd25eac 0.02 MB 49 70
187,311 187,311 0000000000000293c4bc3ed5bf018ad784937a9912ab592a2e08318813a57677 0.01 MB 22 65
Previous 10 blocks ↓
Total Size: 769.48 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,646.52 GB sent, 95.36 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.