Memory Pool Memory Pool Refreshing

11,318 transactions
3.58 vMB
Show Random Selection Loading Transactions
Max Size: 22/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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,347 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (668,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
239,192 239,192 000000000000002fc2a7a89dbf2c46290c0051b39e50aa128a60a10cafc3bb35 0.05 MB 88 111
239,191 239,191 00000000000000c5740caced9c0a0faefa6ab71f57ad2cf8513be2bc456108d4 0.22 MB 461 181
239,190 239,190 000000000000006a963150feb057e34303095ee00a069e72872bf1ada410cf94 0.25 MB 466 155
239,189 239,189 000000000000001dc876eb55c4ee75bbf2ae499519c3731c77d4294f4d6430e9 0.18 MB 477 255
239,188 239,188 0000000000000071c3dc7a2a5a59c2ce7895b204a6cd692602f2ca7e88eb3f5f 0.03 MB 64 58
239,187 239,187 000000000000004006690b1bed0a5bff32be02738d13ef42e67e6bcf409e8688 0.05 MB 103 108
239,186 239,186 000000000000011b50e8b0a210270e9d9336984b5fd2bb378b2ccb6f30bf578f 0.13 MB 307 193
239,185 239,185 00000000000000534d1a3ca108037d74b129f8e69b85a146c37f4334bc8033c0 0.02 MB 26 114
239,184 239,184 00000000000001441e3b2f4f76802a48711ccf564711f59f6ec14731d14356ee 0.04 MB 94 201
239,183 239,183 000000000000012a195f53944e32e1f9f04635703385c6b4c83d6af209e49237 0.08 MB 196 171
239,182 239,182 0000000000000039f993201e92636af2c079ab2217146ed210dd40e5453031f4 0.00 MB 11 207
239,181 239,181 000000000000008ebf28ae7bf65e2972d298dda1eece9746f320a5baf7a0efec 0.07 MB 175 182
239,180 239,180 000000000000008f2afb9b8b9000e08a36f2cb5019eb97c7b920179b74b7c7d9 0.23 MB 552 195
239,179 239,179 0000000000000037d49880984cb37e4a8bb8b399fdb7b80369c7003af0e2805d 0.14 MB 256 83
239,178 239,178 0000000000000078c82413a184c5c0e2d6947728a10753b1f083c0d987fdd2fb 0.19 MB 455 166
239,177 239,177 000000000000013369a23636cce928c64e899be37c2761e9bc463aebf54378e3 0.11 MB 207 151
239,176 239,176 00000000000000d6230a729a6dcfdf3be242ec104b637cdc59ed200dc46db9f5 0.06 MB 93 94
239,175 239,175 000000000000002601e1fed792e19de2fb672d6bdd217a0796177be39c8c2099 0.00 MB 1 0
239,174 239,174 000000000000015a8c0587689a8411101d955c7aaa004e19e284d17aa916ab40 0.22 MB 442 160
239,173 239,173 00000000000001465789ef679b5508df08b605ace800c1bdce9eeb1cca5c9c49 0.00 MB 5 31
239,172 239,172 0000000000000121793e6750cc16ec1a69d0f9241dfc4d63a4a179ebdc74bf3f 0.13 MB 322 209
Previous 10 blocks ↓
Total Size: 769.01 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,622.07 GB sent, 92.93 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.