Memory Pool Memory Pool Refreshing

7,524 transactions
2.44 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,683 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,282 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (764,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,022 143,022 000000000000008142b0f8d7ad7d7a377f1be72f270b3d36c6708499fef31ada 0.02 MB 53 241
143,021 143,021 0000000000000398719ae5a5a37647e2fc382f6e188a5de15abffddd468abfd4 0.02 MB 36 218
143,020 143,020 000000000000008e945953a776a9d9c1c2038371fc508caf60be956106be9187 0.02 MB 39 92
143,019 143,019 00000000000000f70ea9b4a3c95568ea13f08ab1be4b67cee9d89df862e08296 0.04 MB 153 23
143,018 143,018 00000000000000910d43cab32a3db15f5355ff37d3f8a960690df31fb0367705 0.00 MB 9 0
143,017 143,017 000000000000080f139724b88f2b239307fe0795eacfb8928368d010d1dd9adc 0.08 MB 139 84
143,016 143,016 00000000000003fac8f74918c1a789b8db25d23ea7cc807adcc0d4ad60d60265 0.10 MB 299 172
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
Previous 10 blocks ↓
Total Size: 768.95 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,614.23 GB sent, 92.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.