Memory Pool Memory Pool Refreshing

9,809 transactions
4.53 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,067 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (715,484 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,241 192,241 0000000000000326f3b33b3a1ae2cdd9bbed641e9b8523c53ed153fd74468656 0.14 MB 356 115
192,240 192,240 00000000000005693de08e8f435b616988063f90af37b4e16734ffa4fa7a889e 0.09 MB 205 165
192,239 192,239 00000000000004eb86bb19ca1c9b4f1edb6f4a7b4b33f5f9b69cb23376aa3a14 0.09 MB 256 160
192,238 192,238 00000000000005db775dea2729c8bc897105d5dae33181e571d760a298c15d9f 0.00 MB 11 361
192,237 192,237 00000000000004aa357d0c4b5b9aff4b88a4026f178167b77c4852b71ff30408 0.05 MB 128 125
192,236 192,236 000000000000077a2757f13b15c35e1b5e220e55a091965fdc146c8b6f9afa8e 0.13 MB 310 141
192,235 192,235 00000000000005df83717e53d9274fe140d2a74b1f2b4b210e17f90a7a4169e7 0.14 MB 256 70
192,234 192,234 000000000000028eddb26bfb14644595a54e13291e393b7cec812322f5eae8e7 0.10 MB 208 137
192,233 192,233 0000000000000000dc6ea3297871cdae07f941bbdd157fa7ad637f6020ac44ae 0.01 MB 23 14
192,232 192,232 00000000000006aa8235c70d83f835dfb82e6893082921e2465129f13023eb56 0.08 MB 71 68
192,231 192,231 0000000000000381dd09f4f0f1c1ff212491636df30298aacdc6350816d2a9c7 0.02 MB 67 83
192,230 192,230 000000000000003be8df7b3cbc5af9d1e0f7888a3912bf8a162f97171bce3aa8 0.16 MB 345 134
192,229 192,229 0000000000000276cfe31bfc85b909957c8743ee6ed26d70824336557c162b16 0.00 MB 10 32
192,228 192,228 00000000000005a313be23a6d56a47b22b121fa2911e59b0eb6cb840b647c95e 0.02 MB 50 110
192,227 192,227 000000000000029320fe46534a47d0446c1a1462ba6ba54992e68f2618652b84 0.00 MB 10 20
192,226 192,226 0000000000000342b63e6461010c80ba7c18eb55b266cff1bd3579d38c8b589a 0.06 MB 128 188
192,225 192,225 000000000000081285b82fd43ca1bb630c128d12d44c6c4879c7401d70ca8fcc 0.03 MB 92 14
192,224 192,224 000000000000048fb635cd0cd3b3aee068323a6f4efaf390e4f8b0c930e1e382 0.02 MB 49 132
192,223 192,223 0000000000000764aadae0998686e5f4867b6a2b65a6517d4cf591b735a50124 0.08 MB 205 132
192,222 192,222 000000000000051db7b7bfbe7df22c4cb3bdf52f819fa13cb2035c980f1403d4 0.00 MB 11 295
192,221 192,221 0000000000000052d004c8da93c45a427a4a2337db89bc0bb39b75978fe91ad9 0.02 MB 52 140
Previous 10 blocks ↓
Total Size: 769.03 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,625.66 GB sent, 93.04 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.