Memory Pool Memory Pool Refreshing

3,005 transactions
1.58 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,870 (720,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,335 187,335 00000000000001aafb2e5fb73f2ecbd3474c257a7557ed67080a53ea7b252ff7 0.02 MB 39 97
187,334 187,334 00000000000002322330a3772effd76b4f75ad2498233183545e067a4a6a59ab 0.03 MB 101 34
187,333 187,333 0000000000000441105cfa3308145ecc80c248832522f0a53f3b3550d37a4714 0.03 MB 72 91
187,332 187,332 00000000000000dd0fe4fb635e51f84782f45052ab6aae033fa2f3f48e534184 0.07 MB 176 85
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
Previous 10 blocks ↓
Total Size: 769.30 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,642.65 GB sent, 94.43 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.