Memory Pool Memory Pool Refreshing

4,869 transactions
1.49 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,041 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (531,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
376,192 376,192 00000000000000000f43691ead3202fa116d10e8ed193162f3d4aaa1073454e3 0.70 MB 1,040 36
376,191 376,191 000000000000000001c1dd91836cd89f673dfb20f9c85a122469b18391544b01 0.78 MB 323 11
376,190 376,190 00000000000000000e259ff110971620ef1e96a88f5e95fa430b371dafbe0ab4 0.75 MB 1,249 35
376,189 376,189 00000000000000000b27bc1b096a4fce5d07b24a182687b3e565d0d88e7dab76 0.62 MB 615 34
376,188 376,188 0000000000000000057b61a10827778b7dafc0ab57455c5549ecde68025fc18e 0.33 MB 626 42
376,187 376,187 00000000000000000f6f68964fe5a7d273d51c3e8aeae24fa7d7c246899b4a97 0.11 MB 261 39
376,186 376,186 000000000000000010173abed5dc124f5e4eafff3b94ff3e049dc126b2348107 0.30 MB 683 35
376,185 376,185 0000000000000000097be2fbb4bd3b544a12d4799341843f8959614393b6ff0d 0.76 MB 1,305 33
376,184 376,184 00000000000000000a67a99e1c63537c5809ae681c28654a2dee4ddf8c17a827 0.11 MB 242 46
376,183 376,183 00000000000000000b72da3282a4b8ab72ffcd96428653d259f546dc5e0c1f86 0.45 MB 719 36
376,182 376,182 0000000000000000030af0797e5e8a5fcb25eb9512a2d0e3159e751991f5ee27 0.12 MB 312 51
376,181 376,181 00000000000000000af07775c9c3067341058a82aab1b71379b9d93e7637a3f2 0.09 MB 147 33
376,180 376,180 000000000000000001c8e6daede00c44f759c5782227f60ab9cb0450a7b893ad 0.59 MB 1,036 44
376,179 376,179 00000000000000000393f15488c334b85d0abe645bb4200a7973fe0ad96657b5 0.67 MB 982 22
376,178 376,178 00000000000000000979862b0f8c22359fba7a5a72292c661a51135d9b35a7e5 0.85 MB 1,649 50
376,177 376,177 0000000000000000063814b129390e7edf03e61703681f1d700f5e7d297cc8c2 0.00 MB 1 0
376,176 376,176 00000000000000000cc28e63bf6388afd465adada43fdff1de7efb580598ea43 1.00 MB 2,804 60
376,175 376,175 00000000000000000189a7d9e73684bf9aae0cf59a3d32301df77416237086a5 0.17 MB 341 47
376,174 376,174 0000000000000000092316ae68ae7d607bf14f93ed1f54c6f7d235d0c4f077a6 0.51 MB 1,068 45
376,173 376,173 000000000000000004cc3f617cbd5ce5bd82f57127955ad28ba9fcbb827ea29a 0.02 MB 56 46
376,172 376,172 00000000000000000e39055ab624ee6f1ec63317d433ad068bc5381f82930e6a 0.28 MB 461 26
Previous 10 blocks ↓
Total Size: 769.26 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.20 GB sent, 94.20 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.