Memory Pool Memory Pool Refreshing

6,217 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,246 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (719,079 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,758 188,758 00000000000002f434720c18628ae8f6022ceacdeab8b28b9fcc2e5cfd9081d1 0.13 MB 318 158
188,757 188,757 0000000000000008f9873c4455941c61c0819fdb84ffbf12c6eee2d7ebdaae92 0.16 MB 446 144
188,756 188,756 00000000000000f88b63675ab3cc84ca83646b3cfb9ba68cbeed065b75f63999 0.05 MB 137 17
188,755 188,755 000000000000033ec6330aff1b6162707b2a442b64f7865b27530280a7eba762 0.09 MB 215 119
188,754 188,754 00000000000003d1575e1030a5b5dec96bcc3b35e931aae4e2034bf6a4ad65f4 0.01 MB 16 71
188,753 188,753 000000000000003a88d0cd2aff8de3e940053afb32cd4000180c9f8c9c3270f1 0.08 MB 215 119
188,752 188,752 000000000000020e512d090f4ab1954cba574247203c43789dee1b9c43106335 0.06 MB 121 94
188,751 188,751 000000000000008c4663b6dce2a1fea564c893052e42808151ce7ba146f2f0f9 0.06 MB 137 105
188,750 188,750 00000000000004b4b738910ad8b119fe4d342cc10f6cf261b60295ee54af1faa 0.07 MB 181 144
188,749 188,749 000000000000099076c294fe84f8c75ec4b2a068259c3c6ba8611c56eda2fa08 0.02 MB 64 56
188,748 188,748 00000000000008d47959076cfb5e098708163ec5cb33d64f753b184a3f334670 0.03 MB 72 71
188,747 188,747 000000000000085d4f4c3461fc4136a87d82aa5ed3279ecf3209c6b9e2f5c5e4 0.07 MB 169 162
188,746 188,746 00000000000000cfac78eccf2be711c261e31dbc190c0f5803f11f2199b1e16d 0.12 MB 331 110
188,745 188,745 000000000000039fbe08c1bf0ab15f8de52a68143b2e9f4edf9667e346ee3ad3 0.25 MB 390 184
188,744 188,744 000000000000049fdf4eabf4775ea771e045f997c07847c11c51f386da4c23f7 0.06 MB 167 59
188,743 188,743 00000000000000717c69314d127633f045988eb09a70e1da90b114b1fa79a0a9 0.06 MB 145 77
188,742 188,742 00000000000005bacafb0c2c61d5f9344e71f3a92418584be085f706e817f0de 0.12 MB 214 134
188,741 188,741 0000000000000238643fd150f96d4fc8474284a50a3fbf5459a3aeb7a693c95c 0.02 MB 62 90
188,740 188,740 00000000000009461c3ffaaf552ad3888f9d53168988419cb05a8e5a2e77c823 0.05 MB 87 60
188,739 188,739 000000000000092eb2b79cc971092b65e617db6af3eb6e06534684f7887b2876 0.00 MB 8 23
188,738 188,738 0000000000000776c821d65208fc1313665fe9e5c3358e03be0ff4f1806e4581 0.11 MB 188 95
Previous 10 blocks ↓
Total Size: 769.24 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,634.97 GB sent, 94.11 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.