Memory Pool Memory Pool Refreshing

7,686 transactions
2.58 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,238 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (105,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
802,231 802,231 000000000000000000020c711a5fd5a7a020ebbc201dc46d42538a9df852ff20 1.37 MB 2,091 25
802,230 802,230 00000000000000000001426a1ad3b5229b35262f1fed7c86a8eeff65a0e9f85b 1.53 MB 3,065 34
802,229 802,229 00000000000000000000701b60c3a40576f4df79a7cd86a0c1dabe3a1c6279d6 1.21 MB 1,108 24
802,228 802,228 00000000000000000003e573a55433d7957fc9b7441c15a5f3ff48240efe2d51 1.54 MB 3,599 32
802,227 802,227 00000000000000000002809dbcd79b10762ec99b36ae18d4208623f5ba331e57 1.35 MB 1,804 24
802,226 802,226 0000000000000000000382c03899359270348bb303774ce947d433549ace0e44 1.39 MB 3,102 44
802,225 802,225 000000000000000000023eca6a7fc175c3849709261c2b3269213388b1288b53 1.46 MB 3,068 30
802,224 802,224 00000000000000000000304ad4846e95d11304c80e5e0bd3f3f89bf84a91bfad 1.57 MB 3,435 36
802,223 802,223 00000000000000000002050faacfb8b718c1edf323fb4433b0043c3b735137a0 1.47 MB 3,719 43
802,222 802,222 00000000000000000000e5207b46d87613b6ab8414e5a2fa4c50d38ead25aab3 1.90 MB 5,615 10
802,221 802,221 00000000000000000003f3614a16c1f00d10492895d7051f9c903fb8aacac1ea 1.83 MB 4,421 9
802,220 802,220 00000000000000000000ca031860e48083fce355370fa835c01f6d50cabbf0fd 1.41 MB 2,517 22
802,219 802,219 00000000000000000000c6ecda6cb853ed37a40973f52b89c40104e7603e4b3d 1.43 MB 1,204 9
802,218 802,218 00000000000000000002516b3741d3075fcdc7ba2bde14a2663488c9536c5092 1.39 MB 2,347 25
802,217 802,217 0000000000000000000191f1a11dd5df4fa25a8fcb40c6463be7e0860f9386e9 1.86 MB 4,221 14
802,216 802,216 00000000000000000002ead36606c9c84e8fb5444f153a0c4104e42c6db5eec3 1.69 MB 3,377 9
802,215 802,215 00000000000000000002c52afb5cdd7bbdff594c8e2a545952f991447f585052 1.42 MB 3,072 25
802,214 802,214 00000000000000000000b090f2a84dece9e73a4701a166b3f127139f9af1d1bb 1.70 MB 3,560 8
802,213 802,213 00000000000000000002b902ab4fcdc0b8c3e42c7c000a2299bd02cb69383fb5 1.45 MB 2,924 22
802,212 802,212 00000000000000000000f7ee1054fbf5a8d363bbec6b50d16b34a53744dea303 1.70 MB 3,381 13
802,211 802,211 00000000000000000002b450c7d1ec3c4e07f91ffcbd48f3aaf3d153b645f49f 1.60 MB 3,474 19
Previous 10 blocks ↓
Total Size: 769.25 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,635.12 GB sent, 94.17 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.