Memory Pool Memory Pool Refreshing

30,498 transactions
30.59 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,729 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,298 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,728 (185,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
677,106 677,106 00000000000000000006b5e92bdd6e91ca8ee9f6881ecd5a7bb9d3774f967829 1.13 MB 1,285 43
677,105 677,105 0000000000000000000c35e9fb920d87ae31b4399f1422d92f054e3b925baca2 1.36 MB 2,353 71
677,104 677,104 0000000000000000000883786ab5ed15a14ae396f1fb41596b0ef1f27aeb8e7b 1.29 MB 1,528 17
677,103 677,103 00000000000000000005e87ec746f1cdcb9d326db4d7c230a9343d6a4c382e5d 1.42 MB 1,395 25
677,102 677,102 00000000000000000009e159cc4db9c2394a1f3e9b0720377c8e6ddd0363834f 1.28 MB 1,590 17
677,101 677,101 0000000000000000000a18eb464378fcdb7e727d9dc114f0143673b982ed4bac 1.35 MB 1,569 20
677,100 677,100 000000000000000000004f6d88481a0f4a197cbb7b98240479545eb8d00c51f5 1.43 MB 2,304 46
677,099 677,099 00000000000000000000ec4b9f521b49fa6f29138a99a6c80028b2344bdb61ee 1.39 MB 1,753 33
677,098 677,098 0000000000000000000428f6f82b423a9b8ce4c6a93e460d9d3df9204985cfae 1.47 MB 1,952 42
677,097 677,097 000000000000000000024b17f8e12453eec54bdd18e81fbccb4d18ebec0ff81c 1.35 MB 2,017 64
677,096 677,096 0000000000000000000624242fb71c744d6dbbdfc16bc796da86cc22a7c4e078 1.25 MB 1,410 37
677,095 677,095 000000000000000000032a25e8ee9443fb57c2a38d7609b6fef184357144d65c 1.48 MB 1,985 30
677,094 677,094 0000000000000000000b0ed49419951e7da909cbcaf129ff830b69888db8c275 1.71 MB 1,157 52
677,093 677,093 0000000000000000000abc488d836b7b3bfbc783061c405b691a942cb5740f4d 1.64 MB 1,552 32
677,092 677,092 000000000000000000047557be434c370834ae6c4f2848295cef8a5da02e89a7 1.37 MB 1,780 64
677,091 677,091 00000000000000000001f35d5828772468af55af712889a0dc073201b022fcf3 1.38 MB 2,343 77
677,090 677,090 00000000000000000001805de14f11b0f403eaead712194fb955c53ba8a73426 1.31 MB 2,341 85
677,089 677,089 00000000000000000007fb7174c6baf3ff5c6c6e46df2ec4aa09d0ed67b791be 1.32 MB 2,240 77
677,088 677,088 00000000000000000000ebbe4cef10bc46b24cf24d54a9afffa763990bb87920 2.12 MB 659 38
677,087 677,087 0000000000000000000783b2910f65ab477e94760fd7638309134d689df6465e 1.89 MB 968 48
677,086 677,086 0000000000000000000725ca968b0fa4aeb062b4edbfd65fd9fbc8f3e9d57578 2.02 MB 864 35
Previous 10 blocks ↓
Total Size: 685.57 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,388.44 GB sent, 109.27 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.