Memory Pool Memory Pool Refreshing

7,030 transactions
3.29 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,582 (825,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,692 82,692 00000000002339a52fdcce2bea6d70d95dc57399de647a29d69263268ff897ba 0.00 MB 4 0
82,691 82,691 00000000001d279994ffecc530e372b143b526092cd4c107454c4fde2ee6e05f 0.00 MB 1 0
82,690 82,690 00000000001a74b6f1ab2f3b1ac05e84f1ce262c287b308f3bd15713589636ba 0.00 MB 1 0
82,689 82,689 00000000001571760b465a25635dd96cb16a63bc31c161365aadca07ed88dd84 0.00 MB 1 0
82,688 82,688 0000000000029da2008e3c3114734973ec6e5a332face1f2f62f8d82933e111e 0.00 MB 5 0
82,687 82,687 00000000002089ab1f30c58394d1ff8afcc6c3f9c503e83d158f8ddbf4698ad1 0.00 MB 1 0
82,686 82,686 00000000002e0e917ed38c62f8f2120808afb3da7aac99b776f010a615ac4f8e 0.00 MB 1 0
82,685 82,685 000000000022cb86afcbfc0c9ccb056622759deccca76e04c758fc5abb18e567 0.00 MB 3 0
82,684 82,684 000000000005c95d7b87058ff5f0a250d57cbc4fb0ad069b5ea6e8ecc2bd03db 0.00 MB 1 0
82,683 82,683 000000000002ba1f73ea1077c5fc3ed4b74f2bc5fde505320c899c367b31f97f 0.00 MB 9 0
82,682 82,682 00000000002d5d1a8e32428a283434b3bf40b6e9e1f2d1833de9f645e5565e08 0.01 MB 3 0
82,681 82,681 0000000000075e5101af5d7a0f692d3e0fdc8c719728bb9f7a6e27773b92c1e9 0.00 MB 1 0
82,680 82,680 0000000000244e6ade96b8c1aa659a8fdc970745827948a94c1a0b3d22e49125 0.00 MB 2 0
82,679 82,679 00000000001a695a6d24fb4c48e911b341d11c7ca2eb7209f496528b5dc6f6d2 0.00 MB 1 0
82,678 82,678 000000000002332b24f354a515483404555e343944138d9dce308e1786324199 0.00 MB 1 0
82,677 82,677 00000000002cad7250ec9957124215285d3255e70f4e82eb907c2356a92da1ef 0.00 MB 1 0
82,676 82,676 0000000000083565df20fe4d29c808a693eda0e990edb0fa1bc5f9d594fec79f 0.00 MB 1 0
82,675 82,675 000000000008a446a7166f6c02b3ed91b1b8fd66113adae5e985bc2061cbeb00 0.00 MB 5 0
82,674 82,674 000000000001839054ebf2dd5de4529f8397e50024d9a5aa11a1658093f6045f 0.00 MB 1 0
82,673 82,673 00000000002651d18e0b32f1259b4d246cfaafee942f27cb84f2f652bc442cda 0.00 MB 1 0
82,672 82,672 0000000000114ea6e27c1e12f3d1efdf85ab521a3ba07e741eb331eb1feb6466 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.78 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,848.91 GB sent, 100.90 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.