Memory Pool Memory Pool Refreshing

3,446 transactions (1.64 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,786 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,833 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,785 (870,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,123 38,123 0000000016ab9bb7b907de07324eedceae8ecbfb738bbbdfe077277d1b4c447a 0.00 MB 1 0
38,122 38,122 000000005e2d16fc7ab77cc2e5a9dd696efcc5444f2835896f8126600b512ca2 0.00 MB 1 0
38,121 38,121 000000001dc7a7fbc617cff048c6583f43992cfa3258aa32191fd202e91beea5 0.00 MB 1 0
38,120 38,120 000000008035c4f9f1aa3729532776b66660caf83f1323d909b3a744dbbafb08 0.00 MB 1 0
38,119 38,119 00000000036717430294f39fbf574136b194df36828722b29d31dda084fc0061 0.00 MB 1 0
38,118 38,118 00000000a7ae76edf7eaf860524d14b9fea6842f9cb31da9ab8dde2a9a02ddfc 0.00 MB 1 0
38,117 38,117 000000004592c9c0c48ec931c7fc83bffb88d044b85b5a7e666ea41ffd151154 0.00 MB 1 0
38,116 38,116 000000002d3cbae784fb6e9529628d12772b3088028b91f9eb7b594d9907c288 0.00 MB 1 0
38,115 38,115 000000004cdf2b56c610a69a44fb6b4b32743e7ebfffca77a2974cdbab87769f 0.00 MB 1 0
38,114 38,114 000000006df78cc96db1a7ad6ecb57959227152646083c04fd883e2fccedb1db 0.00 MB 1 0
38,113 38,113 0000000026b44e73f1dfdc8de32207c7214c804485cd3e4e94bf7fb131d333eb 0.00 MB 1 0
38,112 38,112 00000000817ecfc5c0b9cd0c46d6fc271775340a227bf8e451250b24d49f1642 0.00 MB 1 0
38,111 38,111 0000000084f99985d2786c7d148ad33066caf8b0bd487bb81ed873f7a8dd8bc3 0.00 MB 1 0
38,110 38,110 000000005e64ecf466a4429fab655619608512adac76155f147e99dc1d3823f6 0.00 MB 1 0
38,109 38,109 0000000007e8c119e32d848c754b04b022fda5c29f06cf386a027317401a13a3 0.00 MB 1 0
38,108 38,108 0000000075580616c89f1c68cd611bd6c21f85651da6fbd838630ea948b33a75 0.00 MB 1 0
38,107 38,107 000000001aff907af8d5799b6554b15d9cce17455b3c63c568f19b2787f44a2f 0.00 MB 1 0
38,106 38,106 000000005c43edcaeda5d6b279004a3595adf3469d0694a94cfb617d8e3dd114 0.00 MB 1 0
38,105 38,105 000000002d4b76d37d57f5e483504a5128736fe79b091d60e3d94068756c6b42 0.00 MB 1 0
38,104 38,104 0000000030ba5bdc0c0a87097835a7b0f46f2500c7b823856bae378c316604f6 0.00 MB 1 0
38,103 38,103 0000000088c770b5f4d94c1a7fa2df2c7e9566b6a8f5447bec441f8c944789de 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.16 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,857.07 GB sent, 102.85 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.