Memory Pool Memory Pool Refreshing

264 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,799 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 264 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (587,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
320,747 320,747 0000000000000000053d591239a14eb314afc5b1df8d9a440f3e8169b82c1cb7 0.54 MB 1,086 27
320,746 320,746 00000000000000000c18a0615a5cd9077473df3df24cd79a5eb20d1f12dddb16 0.76 MB 1,364 27
320,745 320,745 000000000000000009d51d98e1c5b1aba6673fb664521967b0c98f43830b8af5 0.50 MB 1,079 30
320,744 320,744 00000000000000001ff8b97d398b115e6b8aa3fe38265f444d1b173339268025 0.18 MB 385 28
320,743 320,743 00000000000000000906d0ab300c5101a9a6cfc2bc63a8484844d30843fcb587 0.25 MB 406 24
320,742 320,742 00000000000000000cd5a0b124ae66189e52cc3042c491ed5228c9c4fd4f5122 0.33 MB 763 28
320,741 320,741 000000000000000001fa3a3bef0d574fd556437224125fba178e048bf1d0ec26 0.27 MB 595 28
320,740 320,740 0000000000000000206be13a7d133304adeeb22fd5354ddb538fee349ebe81f3 0.12 MB 155 23
320,739 320,739 0000000000000000045fa360e3d43d784cd7d01c65d71214535aec5699510525 0.39 MB 778 31
320,738 320,738 0000000000000000226bb8070d15cb26ff2ef2d9fe3b7b28db9360d255c7583e 0.35 MB 517 27
320,737 320,737 000000000000000014b9718145c5f1246f79bf3f6e8aa322994027a6bebfecbf 0.14 MB 186 17
320,736 320,736 0000000000000000000137130c5a047157e7b0e063de6f3d30246a4f2005a818 0.69 MB 877 24
320,735 320,735 00000000000000001140c9b2930258d81214055b1f0cb0c0c18f9c0d72cead3f 0.04 MB 64 51
320,734 320,734 000000000000000018eb76ed87740ecc47699244533c5cb83a78434799b904e1 0.25 MB 476 33
320,733 320,733 000000000000000007dc250b4430194b12bc4599d44161ba27958353b6eccaea 0.06 MB 59 11
320,732 320,732 0000000000000000146e37be029ad1c736f155913058a9330113354259a723c5 0.19 MB 314 24
320,731 320,731 000000000000000012fe78b389ad7c84f9a34f884dd73c098ef04a0ebf2386f2 0.69 MB 1,153 28
320,730 320,730 0000000000000000228df453933f3b58f00f753194e03a8ea15ad681c201a182 0.13 MB 263 31
320,729 320,729 00000000000000000dd912c63743f70fb63aeeafc89e4b56b5739427d405dfcb 0.02 MB 36 47
320,728 320,728 0000000000000000021e61c65dd9c7801811783b3352d471df2a9fb620c1e065 0.42 MB 792 30
320,727 320,727 00000000000000001bd36392f7d78abfa93292662109d5f9ff2b7bcd44edc9a0 0.01 MB 32 16
Previous 10 blocks ↓
Total Size: 769.16 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,632.76 GB sent, 93.70 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.