Memory Pool Memory Pool Refreshing

5,831 transactions
3.16 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,934 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (709,691 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,110 198,110 00000000000004fa750525223e0a0bee61e2c2d042ef37f97e7d40bf4972468b 0.01 MB 20 89
198,109 198,109 0000000000000637f26cda17787cae1fa10e0b25d4da06a851fd8b07483a7fe2 0.16 MB 299 107
198,108 198,108 00000000000005daad417cbbf4926c01c0586362f1d0af50da423a6a4839fb1c 0.01 MB 26 68
198,107 198,107 000000000000021fd2659497e29df1d24696908b7358d51735a8e219e3b407d5 0.00 MB 6 61
198,106 198,106 00000000000004cfb527e2a57b47cddaf39ff741242f4e0eb0ec3b8817e7ceb8 0.05 MB 141 346
198,105 198,105 00000000000004c3f2a805ac35ff2bda78edfffa6920568513136cd10c71f6ec 0.00 MB 18 258
198,104 198,104 00000000000002ff690e3b0bd3a039d2c23390a31d6bc69d3f083f8149eb6349 0.09 MB 152 127
198,103 198,103 0000000000000013e251c1ec02e77d73e53680616f5b0e107d41ff6303bbfb32 0.05 MB 64 81
198,102 198,102 0000000000000207661bfcad3114ec8750a822c70949e390cdb9b11a4805d645 0.11 MB 238 117
198,101 198,101 00000000000000d9e166a752e55d1a5056a5c060957deffd4e2bc08b521ffe3e 0.06 MB 218 107
198,100 198,100 000000000000052d1fc28ac2265dbe6c797a5a77903604785aaf5e0073b55ac0 0.16 MB 200 84
198,099 198,099 00000000000004e0de03ad369d10eb830625d2000e2b0f27622f58e170e3146f 0.04 MB 128 177
198,098 198,098 000000000000015d8b7038db7d03cd26cb616a04c974bb8bf40f9856d865de87 0.07 MB 123 264
198,097 198,097 00000000000000d2c6962bd9e5cf87df8210da26ce8d7ce92985dad90274578f 0.16 MB 430 327
198,096 198,096 0000000000000356a4d05398527e0fda52c58f38932bdb069d57414bb5c9f0f7 0.04 MB 129 302
198,095 198,095 000000000000005ea0b8206d2bdd809250758accb797b51373f7429f623e1d97 0.17 MB 417 153
198,094 198,094 000000000000021e012ddd0372b15613dc6441ec8d06af8afbc7fffae50b2d39 0.00 MB 10 163
198,093 198,093 000000000000004edee49657e343dda05b277b07e10d4beed3fccf5e2eff942c 0.05 MB 94 122
198,092 198,092 00000000000004f654a5746612ce3904d0a993d848b1d95593ca1514687dd936 0.25 MB 553 128
198,091 198,091 0000000000000597bb88ad10e713c2ff450cc2cc9b3bccca403d2d7956035a14 0.00 MB 9 101
198,090 198,090 000000000000058d4e3b9b58373fffd339e89ba675faf1fa016dd7d9b60d34e2 0.05 MB 137 158
Previous 10 blocks ↓
Total Size: 769.17 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.87 GB sent, 93.74 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.