Memory Pool Memory Pool Refreshing

4,599 transactions (1.19 vMB)
  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,101 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,676 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,100 (818,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,198 90,198 0000000000055d8ba6f4abf06f9819c9d662dfcff6aef47ec908950fea67f098 0.00 MB 1 0
90,197 90,197 0000000000125877c3e1eeac02e92b8d3288069e0035c46fe4615263558b6729 0.00 MB 3 0
90,196 90,196 000000000002252b4bdc876014a0b310bbf2d9c38b73e04c732c952802e208d2 0.00 MB 1 0
90,195 90,195 000000000003c986d403d6330ca91654fa6284005030834ad16b682697c64b77 0.00 MB 2 0
90,194 90,194 000000000002432282569fc70f15532a1c26dac3c123459f67c9bf709dbf8412 0.00 MB 2 0
90,193 90,193 0000000000077ea871131aca494e2cb89fcc1c318d274d8d02aa4dc625cbb986 0.00 MB 1 0
90,192 90,192 0000000000015d2f26be353ac225eabe4bc9f72727020c72520f116718134f38 0.00 MB 2 0
90,191 90,191 000000000010d1d4949f8863595903280855831e78adea82717178bb56d6fb1c 0.00 MB 2 0
90,190 90,190 000000000010945a40f1a31f5f483df22152d7559c7ea7e00490d644e19b9c3b 0.00 MB 1 0
90,189 90,189 000000000000b966bf73918b0fe1706f537c6f32e0ada4fec0b60eae5350eb2b 0.00 MB 3 0
90,188 90,188 0000000000038b7a9476d99686ce06048691d5071c26338c5a67356e96f31863 0.00 MB 2 0
90,187 90,187 00000000000544ec2f150cdbfa13d18b4c1e3b18b87099f0d6210c14cebe61e3 0.00 MB 2 0
90,186 90,186 000000000011300e0c2e01e5adaf9d448e900418e2617c87149043ddb7bcfa5a 0.00 MB 1 0
90,185 90,185 00000000000dd3343d5b3124f7ba8f08d1dc7789bc03e7af7a6b8ffa2f143687 0.00 MB 2 0
90,184 90,184 000000000003f4e7d910684ee073bd1c098de0d3257279358e6763df789408f1 0.00 MB 4 0
90,183 90,183 000000000010041b98ad7935bc97ad426942b71be321f6c87bceb4afa4006494 0.00 MB 1 0
90,182 90,182 000000000003d2d5e89f7df27fb9bd5cc54e65c6a98eb73524cb2c62282eaab8 0.00 MB 1 0
90,181 90,181 00000000000a408bcbe17226bdaa000b0f6a17f7147a122ba36745bf5f4cdf3c 0.00 MB 1 0
90,180 90,180 000000000003d599a1f71d5807fa25ae15898d1930584a349833649b4059a8ae 0.00 MB 1 0
90,179 90,179 000000000002966ae322bbdc2c49ea3606438b3caba0c7a12e921ecc176590f2 0.00 MB 4 0
90,178 90,178 00000000000a0e7fcf5ea18bfa63014333335e8c9f12f2a7a6942ea02f101ae7 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 771.73 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,917.82 GB sent, 106.21 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.