Memory Pool Memory Pool Refreshing

19,216 transactions
6.13 vMB
Show Random Selection Loading Transactions
Max Size: 36/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (717,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,908 189,908 00000000000002799258bf13c4ad3d2a57aebe36d7340b999f94ee9010635db7 0.25 MB 636 135
189,907 189,907 0000000000000164a97d9fa91a7041f26fa00d0d48020f803d59ae7fa696f1b1 0.25 MB 367 141
189,906 189,906 000000000000057094362990ba50433bc547d6b3dfda4c2e2323678280be5106 0.01 MB 32 0
189,905 189,905 00000000000004e00e55feb7e165468e62d025c9d8346a104d187d912c5d6053 0.00 MB 1 0
189,904 189,904 0000000000000409391ce848d9c45de15ebd6b4d22bdd20d7c45792be08d9981 0.06 MB 160 129
189,903 189,903 00000000000005aeb0cb7b5c58f16eaf813c703c5fba1d785d2e0a4ff56865c9 0.05 MB 105 168
189,902 189,902 00000000000007cc2b0eb6ff9a77690997ecd6fd987675a2f5d8ee3199614596 0.03 MB 99 8
189,901 189,901 000000000000071eee5feb1b386aa706b7d558d658cf23c9f50ba29edbecf56e 0.08 MB 156 95
189,900 189,900 000000000000055ccf03a628b58a69e2afce1f938741bbc1c75f11a00b6548ea 0.12 MB 256 221
189,899 189,899 000000000000000a8d42ac21fbcce80a65ddd1d100d9d28ed69c09b5a8ecbb2d 0.01 MB 32 0
189,898 189,898 00000000000000ea08f67943b8a968131ccc83554fc250a6502dda31b9905797 0.06 MB 166 153
189,897 189,897 00000000000008d2fa1c452fb99800d6aec6103cff106964bcc939b5bfd92b29 0.00 MB 1 0
189,896 189,896 0000000000000470f58395e7915389aa892ea8fd4a9d052f7a03ac762535b73e 0.00 MB 2 3,012
189,895 189,895 00000000000004f1d4133aaf3d14f482a2b367945b8473f6d112e5d48dbd0d0a 0.02 MB 87 40
189,894 189,894 000000000000037c0ea0f2aaffad5094aca23fd7dab6a4ce97f8a4ad2f810c74 0.25 MB 455 101
189,893 189,893 00000000000004c836d991b030582bd385768c53dad712aa858a103950424b76 0.42 MB 671 139
189,892 189,892 0000000000000605bc62bafb090307890c14c49082e65113262e1d12b1d7b262 0.05 MB 114 292
189,891 189,891 000000000000062cabc6e6348709f6bb20e94234e59167776f0a760d2b70c1f2 0.04 MB 117 77
189,890 189,890 0000000000000530266aef33f9e12ba84b865ab0dcefbe935a188dcd31b67530 0.25 MB 407 113
189,889 189,889 00000000000004192b57d060bd940b2446bef39bb4fb6b0df8a0a2f4ab27f038 0.25 MB 530 124
189,888 189,888 0000000000000309bebfb3c3d166ca482ed70853010c4888f0a3e4fa98ec97b6 0.13 MB 323 143
Previous 10 blocks ↓
Total Size: 769.02 GB

Node Information

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