Memory Pool Memory Pool Refreshing

1,647 transactions
0.41 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.40 vMB 1,647 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (670,292 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
237,500 237,500 0000000000000115020104600c9689785b8fe8d684b6be343f7849f2d9946106 0.20 MB 352 151
237,499 237,499 00000000000000aee8550c8655210b79d6c7e33298ab0b1a00f027d5d4abf07b 0.16 MB 351 159
237,498 237,498 00000000000000f06040d81f4bec288fcefae43ec4b2c8e5be1857edcc122129 0.25 MB 508 161
237,497 237,497 00000000000000637198eb0d92210de901c94661c91d5f5227d6e8af524d495d 0.25 MB 485 157
237,496 237,496 00000000000001409e16619124e47a3d131cb2043adfca5253e5e41f46315354 0.24 MB 158 76
237,495 237,495 0000000000000018f3e89320f723d6c0bad787a75a0f4368b665b803a1f14b03 0.25 MB 711 195
237,494 237,494 00000000000000c749b97224caf300907d35ac45b61c25a15fad0017824d12f0 0.21 MB 338 161
237,493 237,493 00000000000000cdda9c0dfdb9f68de49cd275618668e10238721c82297ec108 0.25 MB 483 169
237,492 237,492 0000000000000080a3f84e11d709e0a1e181a8b963f8fbdce5843db92a597df7 0.00 MB 15 191
237,491 237,491 000000000000014d8daea05227d2cda27e299b268342f32ccfa3029271dc8297 0.08 MB 184 199
237,490 237,490 0000000000000003058e2f4fbe6f248b98b80d91fe0d6978d54ed5e7d8e613d4 0.06 MB 74 69
237,489 237,489 00000000000000148365e1324e7c8bd1e7eefc99ff568b86d513b70fe2c25753 0.05 MB 116 178
237,488 237,488 000000000000002df9df6e37653062dd4c1903618e83a1af6dfd202269fc76a5 0.12 MB 136 83
237,487 237,487 000000000000005c7e7d570bf0a56c608c59cd83cf5dd915d7c8e1eb2fdb34ac 0.25 MB 604 194
237,486 237,486 00000000000000785795c23a2114b0bda5a5a7a10aaef815ac4080a6311a5447 0.01 MB 26 215
237,485 237,485 00000000000001781139f5cd4f1d591563dde3eb2d652420260ee1e75b3d8958 0.13 MB 271 175
237,484 237,484 0000000000000126cbe4c005c53e5acc73ff9c40f1608a4225b7b3c4ed77ae67 0.02 MB 64 124
237,483 237,483 0000000000000028b219e90c7821a2570b7acf7de46f88f785225180e663fbac 0.08 MB 145 151
237,482 237,482 000000000000014ad965f558a63e59f515dfa2de1813987faa022d7cb9a7ea35 0.10 MB 210 185
237,481 237,481 0000000000000135e1e0b14f289ea221eb8e721eae6fed59e30591cfd91aaef6 0.10 MB 296 27
237,480 237,480 00000000000000d7c5dcdf22c66d7b3e5ce3736a002a72c6c3a165d20546af58 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.15 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,632.63 GB sent, 93.63 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.