Memory Pool Memory Pool Refreshing

5,624 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,656 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (686,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
221,241 221,241 0000000000000084e21e8be929c6595e11b84d2a4f35568e0fc201b6a4b55f88 0.04 MB 71 166
221,240 221,240 00000000000001878a5011fbd6d07b699b84d8cf11bdc9fa764358223889d083 0.01 MB 36 352
221,239 221,239 000000000000022998e8c796b52c0ae2a54e2221f9d7ccb3e420e30e0e41f49b 0.08 MB 222 265
221,238 221,238 000000000000027c84a8d227986053748e96ab4a0fce6cce359ca28262b356ea 0.12 MB 276 206
221,237 221,237 00000000000002b94eaf48fa90f49d834bf6576cd107c029b8e703c840365f1f 0.14 MB 187 140
221,236 221,236 0000000000000146f836f09f75d38bcbdb27a78b228e124742fe066e1f997c48 0.19 MB 449 193
221,235 221,235 00000000000003d511169fa6426ed109c53abf42aeab7b62e67a345e1b1f9d58 0.41 MB 238 16
221,234 221,234 00000000000004d1bfe91d7900e5431c1caf6f98c212692634c4050ac20780e5 0.14 MB 242 183
221,233 221,233 00000000000003485a7f39f7314e334dc3781af6ffa0ef660af997a62c2ed7a3 0.05 MB 70 149
221,232 221,232 0000000000000473003a8964e6f8fceca41b7557d1a7709bf0510e0f338db190 0.25 MB 575 238
221,231 221,231 00000000000000651859947976bdf22d43cb5fd684babf3f58d6448ec0f832fd 0.22 MB 480 219
221,230 221,230 000000000000006e7fc799a6d1d3c84bbda01e3bb62b4bef2b1baf5916947bb3 0.05 MB 76 51
221,229 221,229 00000000000004efd9594ebe6d16757882d4a118fd0d4fe943122919c88fbad6 0.25 MB 716 212
221,228 221,228 00000000000003d6edde0d4bd00debd88854712d989d7bb9672c2805886eab9a 0.33 MB 265 169
221,227 221,227 0000000000000417ae41ded07ae04a71712902a03ff70242e1e7855e90cd6efa 0.00 MB 5 0
221,226 221,226 00000000000001cf58402f691c7b00566308c974912c013ab07d1348aef5482b 0.03 MB 114 200
221,225 221,225 00000000000000f87f7126e346166058d214750896bc7364e4f30874d1db8095 0.25 MB 560 196
221,224 221,224 00000000000003f68a1d01aac2ad3212c4cc0d62a69ee441de72663f9bd5b51d 0.30 MB 555 68
221,223 221,223 000000000000013c08295cfdab08d92d4627e5b685b136f4799e6fba245bd16a 0.10 MB 141 67
221,222 221,222 00000000000002ebe0183f8d66968f73ee9bb6731ecb9dffccae939e1efe3c29 0.25 MB 811 307
221,221 221,221 0000000000000414d491c6a1e48ad9cf4d1ff6115c51c22f062aa26694064000 0.11 MB 247 177
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.