Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,757 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (764,503 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,220 143,220 00000000000002de0988c67d9846da4c25f377ac73a407b11f57a06886f96588 0.00 MB 5 118
143,219 143,219 00000000000005105f015a37d429710f93cfd0f5a5aaeac832290aa4f1c9c6fe 0.00 MB 16 112
143,218 143,218 000000000000075f60539e46f732c24fd7089c101af7d864aa3202d7ba1fe3bf 0.01 MB 25 0
143,217 143,217 00000000000004996d561d5c643fc1e1c3fbfe73c176cec5bf45c37d103e7f6a 0.02 MB 52 324
143,216 143,216 000000000000067ac13d669b824c91b859a42115e2b61df2755a77a97b7308c8 0.03 MB 87 95
143,215 143,215 00000000000001a62a737402707f89bb096040b8390efbc2f9ecab77c11247e6 0.02 MB 21 97
143,214 143,214 0000000000000942e50d7833a0080ec770591df62f57f198b3646a50b99f896b 0.05 MB 39 66
143,213 143,213 00000000000006b01e8ea89c109a5203b745f68e62c53c051d85018e02504357 0.06 MB 130 169
143,212 143,212 00000000000002c6f2702c50781e6ba1edfa4f694350a6e31ab9b1d992218555 0.02 MB 47 137
143,211 143,211 00000000000004abb4aac973ba2c267edc33453a2ab2d09b630f5fc8f1e394d8 0.00 MB 9 703
143,210 143,210 00000000000000f4361834fe42f3de309283c206da0776334d06fe5fdac5ed84 0.04 MB 94 109
143,209 143,209 000000000000077d5dd7a6400ef3ee65a540f4ca160346a63e0ed00eba0f17a7 0.02 MB 46 239
143,208 143,208 00000000000005d223f59fe0e90c1d51dfaf71d1afabe800ee7dfca37c1f1d40 0.02 MB 33 86
143,207 143,207 000000000000005be3f045f6cfe9f1b3fdcb098486f477fdc6d2bf89c5076229 0.05 MB 106 126
143,206 143,206 000000000000051e16c234083a488b5079d0d3cf0c39cf5bdb159cdbe2aa6425 0.03 MB 92 384
143,205 143,205 00000000000006e7dc3742f2c836ab7476be6eea0f33b84886f5a7ee823ca527 0.05 MB 142 103
143,204 143,204 000000000000039578dbcb7579a9b856e39a071e975d244fd8f0765fc5baa105 0.05 MB 134 92
143,203 143,203 00000000000008bd5a1ce7c9fbe97e4c76b2d1f549e3f0d2e169fd2559fe6b7b 0.06 MB 146 908
143,202 143,202 000000000000070139e89cd485a9a259dde5601d96468bda34704e94e5dc8478 0.03 MB 102 256
143,201 143,201 00000000000009387a5f3bb47cca7eeb945861f817c0c28e5ea310a973c44300 0.05 MB 97 131
143,200 143,200 00000000000003e6df417406519029ce279e08ddbb251c6161e747ae77a35f95 0.05 MB 127 89
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,624.84 GB sent, 93.01 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.