Memory Pool Memory Pool Refreshing

4,199 transactions
1.52 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,962 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (14,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893,263 893,263 00000000000000000001e3963683f5597e4759a14034d39ecf5851e9c0e646fe 1.52 MB 2,903 5
893,262 893,262 00000000000000000001fec76095dc52c8ea327e00bbfca8ac1bd690566c8721 1.62 MB 4,046 4
893,261 893,261 00000000000000000001c031c208187ec2929957c69971bd17e67ad4685ee8b1 1.54 MB 3,865 8
893,260 893,260 000000000000000000022f7a3ba0fa93813602a805e229c7d84bbfb9e804cdd1 1.54 MB 3,865 5
893,259 893,259 000000000000000000013b4987e2428313fed014f0a35ec63a7573c48974f522 2.31 MB 2,997 12
893,258 893,258 00000000000000000001ca2639f92c787b65d1ea82aebff4da9d2ed7c3ff0c39 1.92 MB 2,821 3
893,257 893,257 00000000000000000001f8f9c08e5509acd2b9e8933f964a2745e78264d30163 2.05 MB 3,316 3
893,256 893,256 00000000000000000000178f8e44273beb52e8c655617a11810ea2fb9cb053f2 1.69 MB 3,210 4
893,255 893,255 00000000000000000001fdeb58faf30d7521b51f3174ad64617b57559dee2965 1.67 MB 3,996 5
893,254 893,254 0000000000000000000216c973567f221c6cd61036fb71dfcc830b3e1041207f 1.77 MB 3,365 3
893,253 893,253 000000000000000000012dc17b680ee858e54267a21f6c75f02df93fb2de90f3 1.58 MB 3,384 5
893,252 893,252 0000000000000000000223930a55332daf96f32442303a7de09d565b4c4ec0c5 1.91 MB 3,215 3
893,251 893,251 0000000000000000000140e4f336f55fc1261a607e32ed669ae37eca508fe2df 1.79 MB 3,359 4
893,250 893,250 00000000000000000001adfe88c41ebe290fe48923fc3e1e6da99f26d2a828eb 1.49 MB 3,196 5
893,249 893,249 00000000000000000001db836c7a2f3c2361fcb16c7f28d91e576c4b3185eb9a 1.57 MB 3,793 6
893,248 893,248 00000000000000000000b5e6640b0c299e9a228dd367c4b94ac7a1e9b565fdbc 1.78 MB 4,449 2
893,247 893,247 00000000000000000000a2802cd9f592c5cc3249999ccdfe7079eda33ef466cf 1.66 MB 3,359 2
893,246 893,246 00000000000000000000634ca86ddf35dc9825c56465f098583e41b8045f9075 1.63 MB 2,549 3
893,245 893,245 00000000000000000002072da778c5b4ad65602483409c9990c05b2308b4d6dd 1.99 MB 2,678 3
893,244 893,244 00000000000000000001359093eb11ce5c63db86ca3fabd2868c11a3ba024ea8 1.81 MB 3,802 3
893,243 893,243 000000000000000000010915df55779233ab702fc12a1dda6a8cf57f776a6feb 1.60 MB 4,217 5
Previous 10 blocks ↓
Total Size: 769.26 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.26 GB sent, 94.22 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.