Memory Pool Memory Pool Refreshing

5,154 transactions
15.17 vMB
Show Random Selection Loading Transactions
Max Size: 63/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,301 (823,788 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,513 84,513 00000000000ff8d1c3bcb1e33c6c19dc84f63d32bdc8862173a7fbc58ffd9632 0.00 MB 1 0
84,512 84,512 000000000010d81f4bf82b7557f8199fbca2229d668742029c23223d27ed10b9 0.00 MB 4 0
84,511 84,511 000000000018563176aef8ae314f36b371f24f6ef28704aae7ab59caea704b00 0.00 MB 1 0
84,510 84,510 000000000012f999e9718a20792cbecb1f6657c72f897c392be20f6e08006262 0.00 MB 1 0
84,509 84,509 0000000000047ceb2c2f8f24979c3da57f559749f87180ba4a814f7a56aee60f 0.00 MB 1 0
84,508 84,508 00000000003055b56434a85651a85601af0f4a4117d603ad24d931b095fa6114 0.00 MB 2 0
84,507 84,507 0000000000305bbd3f9c42157e9aa76eea30552cc60a86ef639d1abbc8074be7 0.00 MB 1 0
84,506 84,506 00000000000492c13a20b6345592d46b9c14607d6b282874c6d913ada82bb0d6 0.00 MB 1 0
84,505 84,505 00000000002e11ccbacb4702201b216ca9e210e9657c7e8846f41ab9d492882f 0.00 MB 7 0
84,504 84,504 0000000000229a8b7c8e88f8d997be10c952512e19b3fb0ce11b20f448f60d16 0.00 MB 2 0
84,503 84,503 00000000002cc72ac3895ff741a7b3efe33cb9cf3ccc2723007bdcc3ca60b315 0.00 MB 1 0
84,502 84,502 000000000010eca104ccb9933780065d9fbd5a3370595c5ab419fd861584b97b 0.00 MB 2 0
84,501 84,501 0000000000001bd34f5d8079c62e58dfd39dbbd78fdf52b93cbb1593579ad022 0.00 MB 1 0
84,500 84,500 000000000021d7e26af815acbdb3c4684a107e8ec6ec3ad3fda1c424d67aaaf9 0.00 MB 1 0
84,499 84,499 00000000000579abf40c768f0be0c5dfdbbf10dfb4cab211bc5d3976f8e55af8 0.00 MB 2 0
84,498 84,498 000000000026b3ecb4b5606aae530e0dcbf0fa3b0c73100f2f6a2fb086065a36 0.00 MB 2 0
84,497 84,497 00000000003058da7193c32917c31cd01ed389b16a8e5c29fd52ab0c9b297728 0.00 MB 1 0
84,496 84,496 0000000000199fb811ef079a546f27860fce581ae7d464e6d469cf3ce00a8c98 0.00 MB 1 0
84,495 84,495 0000000000162917c7652c07ba497321ca963fc07f185279c84a303fbb9e446c 0.00 MB 2 0
84,494 84,494 0000000000037b95cc3008b5a7a5164aa3074b60fb9911a9bb093c15c4ab64fc 0.00 MB 3 0
84,493 84,493 0000000000010da4d15dfcefe3c6c228ef564f9d111fa79f41291d2d1eb037d6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.18 GB sent, 98.47 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.