Memory Pool Memory Pool Refreshing

6,075 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,875 (713,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,475 194,475 00000000000005640c11a48b101c43bc97d1ea6497a4081f25ec8502d149d063 0.05 MB 132 136
194,474 194,474 00000000000006ea9b0d300b51f995baffdee0ae7878913698548c34f8400888 0.01 MB 36 165
194,473 194,473 0000000000000336a93dd8c0e768bdc13555678873e76d6c4f820d05723c8612 0.08 MB 256 144
194,472 194,472 00000000000001ef8c8849da72355ef214bc8e4b82aab58aec5355d96b41a2e4 0.05 MB 140 87
194,471 194,471 000000000000035f10d85ff4bfa1beb5ba359fffa555edce9350c509bbd39a78 0.04 MB 80 89
194,470 194,470 000000000000072874e6f2b9018dfce2b20408320139109178265ecfb7d159bd 0.10 MB 256 156
194,469 194,469 000000000000014e7cdf84b6f0ec0193a5e04383f0954f96d380a13266095429 0.00 MB 10 151
194,468 194,468 00000000000003bc9f6f9c8d9939528157f07db0cb6c198c5027d45c39909961 0.02 MB 49 133
194,467 194,467 0000000000000471288e1ffb6dc8e4a50acff61dbb6a235042a7cf32fab272a7 0.50 MB 1,251 40
194,466 194,466 00000000000001c65d17ce7404a3faaa10bac44ee10780625fa3889fcf661579 0.11 MB 331 138
194,465 194,465 000000000000049de93d1b4425bbc0b884b3e6a57b9ea727f0e13d142080caeb 0.25 MB 454 136
194,464 194,464 00000000000000381cb2336926b7de9f8c2dbb480ad4420255da9afe8e6e99ed 0.05 MB 136 82
194,463 194,463 00000000000000d61f173655eb1b1cdb9e65c2d2a730766100c23599f36974d8 0.12 MB 283 131
194,462 194,462 000000000000025efb782f799217886ec068fc6f2f0c07178721fe80c2334e63 0.07 MB 209 161
194,461 194,461 00000000000006b6470a28d420c957609e22f56c5f3a58dfe9ad4d498f63e3fa 0.05 MB 134 55
194,460 194,460 0000000000000460379d102ce6079dce382687b42e479f636e00855f73b7ba5c 0.00 MB 9 148
194,459 194,459 000000000000052038c6097c097ab59a72f87da71c93ba2a035ea1a876818a9a 0.00 MB 10 15
194,458 194,458 00000000000002920c97938d02ed428c895964c7f9597f8c363fce5d819459b0 0.07 MB 167 206
194,457 194,457 000000000000038f0316534b3b58efe0e280f399cb194f0774d9e708447832a4 0.21 MB 723 202
194,456 194,456 00000000000003a583000d353dd8403888bb7994d27de1239ee5f1a3b073c1f7 0.00 MB 8 0
194,455 194,455 0000000000000548c5217adf15775315ac2cedcd4e916114b0f9fdf6d3756bab 0.04 MB 102 127
Previous 10 blocks ↓
Total Size: 769.31 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,642.80 GB sent, 94.51 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.