Memory Pool Memory Pool Refreshing

54,771 transactions
28.42 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,999 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,217 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,998 (716,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
153,402 153,402 00000000000007d61c0453d8c58140616833fc5336fd6b1be7582ec5e326f3ad 0.01 MB 39 14
153,401 153,401 00000000000004fd66c1a86fa104d036ae8dc0b348774d19110d40f2c071944f 0.00 MB 9 24
153,400 153,400 00000000000007e459943bb2c1934eae6ea8d63ed2f19837cb118bb562c4e1f9 0.00 MB 8 372
153,399 153,399 00000000000009e579b4ea1ee460b0712f3fa8f893b3ad07dc536e32c19225a6 0.02 MB 49 9
153,398 153,398 00000000000000f334c0d21aa2e19d592001c825d25b4a21360e7d98261a4baa 0.03 MB 29 117
153,397 153,397 0000000000000aaa19a46633cca3e9a2c3c7d58f7f72e8b69a3c73bef795eea9 0.00 MB 11 307
153,396 153,396 0000000000000989f864bd64abd4033c9551e27e8f4651895a1d7fd914c5901d 0.05 MB 129 26
153,395 153,395 00000000000000fffa9e33befcd3a3b63e13539e0bbdf76fef8951abc442a9b5 0.04 MB 67 95
153,394 153,394 000000000000011da6f1cee84b0cd6050562026c2c1c339a6a998311fd1819fd 0.00 MB 1 0
153,393 153,393 0000000000000c0151c6427d1aafdbf3bff0eaa244268068fab38cea47cb4ba4 0.01 MB 14 50
153,392 153,392 00000000000007569365c735cdf1f43b7499a646ea341a1a613eeac150249386 0.01 MB 20 19
153,391 153,391 0000000000000e00da57074ae921543092d86267b28fe65cdaa3d1061d1b0bc4 0.00 MB 1 0
153,390 153,390 0000000000000d614ceb273fcb3766a831ca6a800f87f16fbeb9c850dc546e06 0.02 MB 45 141
153,389 153,389 000000000000091d419e06df02dbdcd01e68a4ecda9319b776b3c07c0db24cdd 0.02 MB 54 71
153,388 153,388 0000000000000cdc02badf98fe8006c3a26e2889edd240fff8f795fb18bc6099 0.01 MB 43 258
153,387 153,387 0000000000000badcd644f0a425863eba72cd85a4c207897ad906e9aa70c0efb 0.00 MB 14 285
153,386 153,386 00000000000003484fafbbe3fdd4348d1d19fc8a1b914c856745963feab5c0b8 0.01 MB 22 69
153,385 153,385 00000000000001efb8c86d8394e7d9e9f43c3c2304275636d094a0b0a06aa991 0.05 MB 102 281
153,384 153,384 00000000000009e8209026e6f9f60564b45b00efbf6b119438593508fd707c93 0.01 MB 7 358
153,383 153,383 0000000000000c3cd8f364034f6924c87a2eea7a44228e8b8cfd35a246632527 0.00 MB 6 0
153,382 153,382 0000000000000134909a859ee4ce3afa493b31c45b16579d142f56f6c91bdce6 0.02 MB 51 0
Previous 10 blocks ↓
Total Size: 699.46 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: 2,170.16 GB sent, 206.66 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.