Memory Pool Memory Pool Refreshing

8,539 transactions
3.08 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,288 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (804,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,196 103,196 000000000000fe2d62ab7498d3ecbead0a4e73eca41ce9f10a3baa4caece27a3 0.00 MB 3 0
103,195 103,195 000000000001bf82cfb2d73158ce5cc69fd4267209e630a33d00bb0b5cd05726 0.00 MB 2 0
103,194 103,194 00000000000322da17265ac00fb7f1c355fca57fd69581660d9f02078a38041b 0.00 MB 4 0
103,193 103,193 000000000000fc966b3bc0efebc9cc3ce8b391b66f49ca75db057190759326b0 0.00 MB 1 0
103,192 103,192 00000000000365d4514cdd83a80c3cddf0eff625a1d43f033abea9a6b105a705 0.00 MB 1 0
103,191 103,191 0000000000010954732dc486408dd9b92b3831657c2e0d9450ee6ed1d915a0cf 0.00 MB 1 0
103,190 103,190 00000000000261d224a7e3367dcd709edaab47826a861913e036490822c715e8 0.00 MB 1 0
103,189 103,189 000000000000168ffb56e88da77f535407d2eabf9fcfba3b9a918de815240cd8 0.00 MB 7 0
103,188 103,188 00000000000140fa05d6bccdafc0b2358cba343da4630dfcb0c6f53d6cb04659 0.00 MB 7 646
103,187 103,187 0000000000030182406c817cb20dbd44a6a5d02d192f81a2c5797ab639ab8aa9 0.00 MB 3 0
103,186 103,186 000000000000adf2fafbe67be14a97eeef3227b248693d51aff3c858e07367c1 0.00 MB 2 0
103,185 103,185 0000000000020ccd89dfe9975dbea47f3ecf69c77a030f5f134201e80d58f9ed 0.00 MB 11 0
103,184 103,184 000000000002e262f36fd9dd95c843bf0b5709c4fc884d3a2e5c806fd16c7775 0.01 MB 24 0
103,183 103,183 0000000000012ef1730ed4d2c1cf9b565f5c2afee415d1765afd212c918c1c36 0.00 MB 1 0
103,182 103,182 000000000002766270169ee12dbf602cb15cc1a233a9bd1d1400f2ac1e5c84be 0.00 MB 1 0
103,181 103,181 000000000001b7eb37d029385871bef7b969aa0185d7dc01f4930fd024765439 0.00 MB 1 0
103,180 103,180 00000000000183025dbb2f10486f3bfeedebe1cdf08366868bfcbd5ef2e29f58 0.00 MB 3 0
103,179 103,179 000000000000bcf52077664afc061d449b3031f8893bb93b92eb89e2f5d2bcfd 0.00 MB 2 0
103,178 103,178 000000000002f047469b04ff60bdcde54dd524d609f3210f5e8a06ff933fd80e 0.00 MB 1 0
103,177 103,177 00000000000315fd4385bbd22097761febf8de28eb771f563c4fe8ce98e691cc 0.00 MB 6 0
103,176 103,176 000000000002f6ec03812c335dde688f42d7ac90805a6c45b19148802ad85f04 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 769.13 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,631.71 GB sent, 93.56 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.