Memory Pool Memory Pool Refreshing

1,829 transactions
0.81 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,771 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 1,809 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,770 (689,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
218,298 218,298 00000000000003bd59e96a8c624a84f05d7c772bd477389e57fbffde63db1943 0.19 MB 395 173
218,297 218,297 00000000000004fb48a7497215c476a84d747f2af7430c183839e74e0567d317 0.11 MB 294 191
218,296 218,296 00000000000002805731f7a8f0a4cdeb74a9082b644c582a93d45f8eaa5aeb43 0.08 MB 61 86
218,295 218,295 00000000000000df0fb27a4ef3322c2e571e6434a0f1cff83d6b49a590928d4a 0.23 MB 311 106
218,294 218,294 000000000000050df850f51107395b1ad5058bb990ac281b036a8641405bd35f 0.25 MB 721 212
218,293 218,293 00000000000000838865c8f762964e690bfbc5d68740afbf7f674533d9ccfd2f 0.31 MB 655 1,244
218,292 218,292 000000000000002bcdecd0575daf7a33902df9de7ee45ea53b7a172073ab15e3 0.20 MB 401 156
218,291 218,291 00000000000003a70f8590c7d6c267b75613d4c1f8a51d00e91ea9d7b20c2eaf 0.25 MB 686 209
218,290 218,290 00000000000003780289c0caa033e15b94717e8836444b4b758b95c9465b3774 0.25 MB 597 216
218,289 218,289 000000000000015f2a7dd35eadc8d88d56e91c77d109f565402f300c10974029 0.05 MB 129 142
218,288 218,288 0000000000000531d817d7784a3da63a8208e28f3a0f6564fc21106490200aff 0.25 MB 640 225
218,287 218,287 00000000000002bcda330ca3c91647d5b7077b16bb4d2596e37b63c9d2d46dd1 0.19 MB 450 168
218,286 218,286 00000000000003eac284ff607b509856b760447a4e57eeb0953fd52b19b60063 0.26 MB 651 274
218,285 218,285 00000000000004e588a6a50a69ba4103ad273f031fbd3ea327c21449846ea77f 0.08 MB 98 122
218,284 218,284 0000000000000597fb363ce319c6da9dc566fd574c30dd0f749bbfee52f2973e 0.20 MB 471 210
218,283 218,283 000000000000033cc72c487cc2e6b568313b42229f9adeb7abaa68e7d45a10f9 0.03 MB 21 76
218,282 218,282 00000000000002299261f3b0f08a97ce7a492ec440d651d9878ff717fdb64d72 0.18 MB 444 195
218,281 218,281 000000000000022d2b6a2486002482b6e7357a2a8348422bcb237410c2434bbe 0.00 MB 12 1,012
218,280 218,280 000000000000036fb7ea77f76e0115111b498ab0370188386bf73903672dfb98 0.00 MB 7 197
218,279 218,279 000000000000027b3ac087ddc2e12b0dd266ed4d318b134d681712722bbfec5e 0.21 MB 431 169
218,278 218,278 00000000000000c0b33ec946e9cda56ddfaec8d8439dbdce52365eb40dadfd09 0.03 MB 69 163
Previous 10 blocks ↓
Total Size: 769.11 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,629.70 GB sent, 93.45 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.