Memory Pool Memory Pool Refreshing

3,005 transactions
1.01 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,966 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (102,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
805,691 805,691 00000000000000000002eaa4346c1bd4d60259700ab215f92205b9bb04393d0d 1.85 MB 2,424 16
805,690 805,690 00000000000000000003be2c846d1bffad407c4212f005d862f940cfde202183 1.94 MB 3,865 9
805,689 805,689 00000000000000000004d4f46969d450a1030831f24680e1516980bf485abcdd 1.60 MB 2,196 15
805,688 805,688 000000000000000000021373368779484096fb217dc42d8615316cfd5978ed7a 1.76 MB 1,283 14
805,687 805,687 00000000000000000001d8ec478f2387d16ac30e55728378316e39b3b664dfa8 1.50 MB 3,249 20
805,686 805,686 000000000000000000019ade217c10f9e51369943608f04917ba1fd6fda0e5c6 1.72 MB 3,402 10
805,685 805,685 00000000000000000003e7771d752c9e159a9510c689d578e0a69a755a179c1e 1.38 MB 2,155 19
805,684 805,684 00000000000000000002a8a02182352b93aa001a0a8cdb5c36c4f7c9480d41b1 1.89 MB 4,329 9
805,683 805,683 000000000000000000038ef614eaa444330332831ab444837af2e3056c1526df 1.59 MB 3,030 18
805,682 805,682 00000000000000000005029fe8d3b20710e722d0317212a1a17f91a26a8a789d 1.85 MB 4,905 9
805,681 805,681 000000000000000000007fbccd59d51b893ef6d3f3bf4e3ab29ef0eb15032c2d 1.93 MB 5,539 11
805,680 805,680 0000000000000000000339aa724bd8085af45fe280f4edb46813a77f288b8f4f 2.04 MB 5,575 13
805,679 805,679 000000000000000000021a48300014a6fa97a94ca028f151c64c374d33f16d45 1.71 MB 2,345 12
805,678 805,678 00000000000000000002f8eb4d9f450dc3fde84e2677c1a81ac070c6b080f8ee 1.95 MB 4,048 10
805,677 805,677 0000000000000000000034dd2daec375371800da441b17651459b2220cbc1a6e 1.66 MB 2,004 8
805,676 805,676 000000000000000000019f479b4e3c778273160ec6e4ade0509f13fc714214bb 1.74 MB 4,136 13
805,675 805,675 000000000000000000035be1f1ae12f9d3b6df221ebd4bb80cc6b1530c7b5c34 1.70 MB 3,830 12
805,674 805,674 00000000000000000002ec7d136a7f78826a51c87e3b8c3c64d07560db579966 1.70 MB 3,160 10
805,673 805,673 0000000000000000000031c9f658c54ef7b604f4128b92707371eb1349f9b63f 1.95 MB 3,405 12
805,672 805,672 000000000000000000026e35ee81df9049ffd03667b6be5b3328b3b7753968d6 1.74 MB 2,131 11
805,671 805,671 00000000000000000000b6b293b8b0488feeb8c659803785d06ed378a22ace0e 2.05 MB 5,188 10
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.45 GB sent, 93.43 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.