Memory Pool Memory Pool Refreshing

2,961 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,853 (200,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
707,683 707,683 0000000000000000000b66d749a21eedc7825963d274adaa80ffc13343e36ec1 0.31 MB 411 4
707,682 707,682 000000000000000000095110f452fce4976fbd093ce1f6b46c32aa165f8becbf 1.57 MB 2,125 10
707,681 707,681 0000000000000000000b813931443d2f36de838a8d2364064d1f78d80d372b2f 1.39 MB 2,441 12
707,680 707,680 000000000000000000060d1e3ebefa1bd688ee2921ae6b3453761e77fad47f3f 1.53 MB 2,252 16
707,679 707,679 0000000000000000000765973b2e93653adc2289eecbc2eb5fb120bc5c3cd3a2 1.37 MB 2,367 11
707,678 707,678 00000000000000000003dff6116161654ccbc05072dc9af84564a7196e0f0161 1.54 MB 2,803 12
707,677 707,677 0000000000000000000205253abeda878f106e201a306ab659ade244842a1958 0.94 MB 1,028 5
707,676 707,676 000000000000000000021bdd6bb642a840469bb7d3c8d9166077d2378e1150c6 1.26 MB 1,442 7
707,675 707,675 00000000000000000001926ff49759886e8cff56d8c75ab151c4fcb9c98f525f 1.05 MB 1,558 11
707,674 707,674 0000000000000000000cedd2cf667cb385ee8823d22a4a974987e55a5f659eb5 0.42 MB 604 14
707,673 707,673 000000000000000000014457136e278c56798faecae3ddf120827f98636580cc 0.83 MB 1,215 10
707,672 707,672 00000000000000000009995f218198a2b3d0956ec69aa9a117ee432bd9227f25 1.14 MB 1,343 6
707,671 707,671 00000000000000000003331ec1c246da3cd03ce04e9e0efba6eee4c5af0771ca 1.45 MB 2,542 13
707,670 707,670 0000000000000000000aab51c3fde618d0134f189e02e4605e0eba591dbf2231 0.26 MB 336 7
707,669 707,669 0000000000000000000263982c57ce7fa07d31dadc3d056353891e65ec397caa 0.22 MB 490 11
707,668 707,668 00000000000000000003bb669769212fe45edb8fc27534af488c0d1da60e7a31 1.24 MB 2,268 16
707,667 707,667 00000000000000000003f6bd7bfdec883511af672abca364f6b637b838106eb3 0.15 MB 155 15
707,666 707,666 0000000000000000000ae6869d1e47d0822af88e22e5154580570b8bd0444531 1.06 MB 667 1
707,665 707,665 00000000000000000000161fad8a36c371c52e37bcc2b32e62a921f545411853 1.34 MB 1,598 10
707,664 707,664 0000000000000000000adf899c2b669cc604b33dea5b719dac56b4443785c51d 1.23 MB 1,209 12
707,663 707,663 000000000000000000093314823f6aae69b867552465be7a84057153c32ab8dd 0.53 MB 722 9
Previous 10 blocks ↓
Total Size: 769.27 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,635.32 GB sent, 94.25 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.