Memory Pool Memory Pool Refreshing

3,560 transactions
1.07 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
907,835 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,272 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (764,819 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,015 143,015 00000000000005c8f350da1e30a9cca424eba2d72c7822574020d72d6f8c680e 0.05 MB 134 160
143,014 143,014 00000000000007fe6ecd20a8c454cd43c78d912b499c46a1179e30f7cff002b3 0.00 MB 1 0
143,013 143,013 000000000000025207a3ba4706c04c138359f44cb52541906adc84c0c51b168b 0.05 MB 116 153
143,012 143,012 0000000000000582d180f9a23c6a24ce56ad1f1e4057494c3a639cd510cf0ff7 0.05 MB 101 94
143,011 143,011 00000000000003e507b0c204846173b3ef5dc4f260940505d882b95d8137e1c0 0.05 MB 108 94
143,010 143,010 0000000000000188649086ef38d83647bb40add35bb7624b2ccdfdb4beb7adc4 0.00 MB 12 193
143,009 143,009 000000000000056ce4022d618643608d86e4cbb9e43044880d8af2c081678d91 0.05 MB 143 108
143,008 143,008 00000000000004c86edc12c9ddb66e84aabd386a42b96b34448b0732be1a1529 0.05 MB 139 164
143,007 143,007 00000000000001afc6234a4eb36f255cfc34afa8d908eb3e37f03641ccc2220d 0.05 MB 94 172
143,006 143,006 000000000000019fdd7685d43c07ea15684ecb48514921729e659936b9ad8a9f 0.04 MB 95 146
143,005 143,005 000000000000016e359e87311e9b039b509ebe9bc038c20022a1eda189feea26 0.05 MB 130 120
143,004 143,004 000000000000031d902d6052e3c361c66a144c545496bf6df44d8515a9075474 0.02 MB 59 117
143,003 143,003 000000000000083756ee6bcc256ab0ac9a4f18f0853464aaa438a1198e9c2bbd 0.03 MB 111 70
143,002 143,002 000000000000092fd37c63058547fd449fa43032031378cf54286e4aa6ae33ef 0.02 MB 40 127
143,001 143,001 0000000000000654fe69a041b68350b0b6989c142411bbbe92271b920f3abe2b 0.05 MB 128 107
143,000 143,000 000000000000026bd2449a46b551c82b6657529d6cba61dd842bc1ba0cbc59f8 0.05 MB 119 179
142,999 142,999 00000000000008d56662dc6215fce35e5944fc0b797ed4990f9425bbe5fb9009 0.05 MB 119 70
142,998 142,998 000000000000051e49f7b5f434d121aeec3a559ef4cf24452c90b5f31741d0d1 0.04 MB 113 41
142,997 142,997 000000000000019e1a3ad2e57a52a4febecbf9403e2dfeb3d5ef21f0d9a451a9 0.07 MB 174 270
142,996 142,996 000000000000014dc9ec8014f7a22b05273f276fbb331a6e0be64939208b3ef4 0.03 MB 48 393
142,995 142,995 00000000000003cccf36400fca9e0736c4a9d2b809fe8ab21b6ea943c21a86c9 0.05 MB 143 115
Previous 10 blocks ↓
Total Size: 769.23 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,634.77 GB sent, 94.08 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.