Memory Pool Memory Pool Refreshing

1,801 transactions
14.28 vMB
Show Random Selection Loading Transactions
Max Size: 82/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
888,869 0000000000000000000282810000000000000000000000000000000000000000 1.00 vMB 1,604 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 888,868 (665,556 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
223,312 223,312 000000000000025f0a60b491911fc63d0e786ab353862a57b533db947e5f9f13 0.22 MB 560 185
223,311 223,311 00000000000001e41863fc702b86ddf0d7f7a75be739635463c52eb7560b8202 0.28 MB 538 179
223,310 223,310 00000000000002c86a77c218c53ef44bdc8a67ce719363475c964ffd1f98219e 0.24 MB 441 153
223,309 223,309 000000000000039f36d1b07aeca0a41df3290105df2366c83ec2f30f33a8695d 0.25 MB 485 142
223,308 223,308 00000000000001e526ce97239edd91703ddcf5ff97aaa94bdfa367e05c39341e 0.25 MB 666 186
223,307 223,307 000000000000015edd085b437761a3f8e1260bdf69d9a525458338bf116720a5 0.25 MB 906 204
223,306 223,306 0000000000000466973f567962203b5eb4683125d9335385c9f929a887fa398d 0.25 MB 529 161
223,305 223,305 000000000000040f6e642c31bc233bfcd4de171f1aa3e21b79aa1dffd19e7bc7 0.08 MB 226 163
223,304 223,304 000000000000027f89184e8b39627eba959007ad5de230a5bd8272e3b3f0f777 0.25 MB 546 175
223,303 223,303 0000000000000022fbc55fd99181a8b632c917cc28e6b1d808b02c70fd8f07ac 0.02 MB 64 161
223,302 223,302 00000000000004321abc8b14da837026b462eda6039ecd3bf87f1ea8d32cd463 0.14 MB 256 116
223,301 223,301 00000000000000ad9e64facf51ca5921027026ec0fb7cd54436fff72ad559fa9 0.21 MB 447 183
223,300 223,300 000000000000046566aaa95a7c57f5de88ed5030b16e556684d661cc53e4de74 0.21 MB 543 204
223,299 223,299 0000000000000470bf9b07d75c6aa4139772aa419f5916ac4f933211f92aac9b 0.05 MB 138 442
223,298 223,298 000000000000034f73fb65836c57fd78d7b34d30b22c846af9badffb03440de2 0.07 MB 157 179
223,297 223,297 000000000000001bc86d979586b233977e57554d16455f0f327539779ab5792a 0.17 MB 308 141
223,296 223,296 00000000000002f2eeb3959fb306aa742f472b95c5d80492dd47c12d5cb82440 0.04 MB 67 102
223,295 223,295 0000000000000002b21d0cb4c5f121cfa5b8ba8ac0b16e0e542d716d0d08ce0d 0.15 MB 244 115
223,294 223,294 0000000000000013e018d34b9ea3bec0fbeaf97c6af754818c217340c3ed1947 0.25 MB 656 207
223,293 223,293 00000000000001f4c85e14e80c9fd63c7fd513331f2b5615ad118710f5170d41 0.12 MB 187 116
223,292 223,292 00000000000003be7edf141b2ef8a705cf6975919d674f560eb2b3ab3cd3e8ca 0.23 MB 584 201
Previous 10 blocks ↓
Total Size: 735.90 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: 3,185.28 GB sent, 140.79 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.