Memory Pool Memory Pool Refreshing

3,471 transactions
1.07 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
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,704 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 3,442 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (673,946 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
233,757 233,757 0000000000000063d4c438240d9f81f848d765b6a78e0f2dd4ee2347d108932f 0.01 MB 20 44
233,756 233,756 0000000000000026d6fa9663225d1862e94f01e1ca1bd46f65bcaf8a26bf280a 0.10 MB 222 172
233,755 233,755 000000000000000c7101efe307228b835db6dcc5153cb9636b61175c3b8e8a60 0.05 MB 108 175
233,754 233,754 00000000000000a1002506e393b82624af9a32bdec9f8817d04cd8276698782c 0.21 MB 244 55
233,753 233,753 00000000000000375a37882a28ad5dae117a69e17154947c4647db1b61034d5d 0.18 MB 358 124
233,752 233,752 000000000000001a851dadbe21334175d23e23d21a622f610c8dd488acb070f2 0.18 MB 316 127
233,751 233,751 00000000000001033418610e2d4a6f8981fbfdbeef30a7222ded1ecf53664cbb 0.10 MB 224 165
233,750 233,750 00000000000000acf361c72e394ff775eb94ec2260cb7a8bb0aaefce5d624beb 0.15 MB 223 87
233,749 233,749 00000000000000c049efae8bf6abe5fb116fda190052d47611758d3e0c4df3eb 0.05 MB 60 14
233,748 233,748 0000000000000045f3d2658cb6faa4f5cbaf9d02b447d4369078f9a386807ec7 0.11 MB 197 120
233,747 233,747 00000000000001bd25292786af09375b2a7ad66103155ba50d7742da0143065f 0.25 MB 494 141
233,746 233,746 00000000000001a1c5eac4eac4a4f117f6e2120b37d75fa663fc7822ba0f7fe1 0.03 MB 79 162
233,745 233,745 000000000000009dd27733ba25658e3c4af11d69d4d278aa014a189b2ff812f1 0.05 MB 98 113
233,744 233,744 00000000000001c164d7d8e85cde09c0f1bf269f02409e7941d662afa1dcd874 0.11 MB 256 178
233,743 233,743 00000000000001af0fd4719c51b42f73ccff5c781fdc690b4d94bddb5140bae5 0.15 MB 302 127
233,742 233,742 0000000000000044090fb4e786b7a1196f10b6fac9856012e54af439b2a8acc4 0.06 MB 130 141
233,741 233,741 000000000000017cf72fa858a081ab783f80ef93f024ed662e51223a1012b4a5 0.15 MB 181 102
233,740 233,740 00000000000000246ee10b730d5b024d571cead0ce657cff196be5b40e5d735d 0.24 MB 388 138
233,739 233,739 00000000000000f3666a1e849db306dd64b063d12fa3c2d6e91f3985e89cb360 0.25 MB 537 160
233,738 233,738 000000000000008eb080b13dc9048492d9a9c306a1ab779eb70138c581d756d8 0.15 MB 360 153
233,737 233,737 00000000000000dc620b76727269ea3874580b17ba076687bed2268f469d064c 0.12 MB 126 78
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.