Memory Pool Memory Pool Refreshing

4,603 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,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,207 90,207 00000000000131c4c6aebb513f0ef3b07c35ee6ee943bc445af37f3f0c42aa34 0.00 MB 2 0
90,206 90,206 00000000000bd8492d3694f12187b96ba3a3f91d73e2b9563750d69b1a7adf27 0.00 MB 2 0
90,205 90,205 0000000000044ca63d1386e34d899bb9ecb4b0fa0d4c9dab4e06f10364ce8650 0.00 MB 1 0
90,204 90,204 000000000004773a151d5afd22d49e456a268ca1e4973a4bfab46faa9d07870b 0.00 MB 1 0
90,203 90,203 0000000000076d358d370bd5a26a847b6c8102e33c794aa4fa2e30c3c67ec678 0.00 MB 3 0
90,202 90,202 00000000000c3789a0883223c2dc56608d83289265e7df136d684cc1d46225c8 0.00 MB 2 0
90,201 90,201 0000000000116a9ba9cbe82628e9a330f2067c6dcb70df4f7c837ef0d8b651ab 0.00 MB 1 0
90,200 90,200 000000000011c72d2442ba84dc44db54469721c2374f809694acc82ef76a5919 0.00 MB 1 0
90,199 90,199 000000000002beb4c7052f2efb9d59b5c33ab4e31c449801d93ff8294bed6bd6 0.00 MB 1 0
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
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.