Memory Pool Memory Pool Refreshing

7,685 transactions (2.90 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,881 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,140 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,880 (819,085 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,795 89,795 0000000000117be2fd0eca440a2a5ff8806cbfc925815a5f2e62226f28e6a623 0.00 MB 1 0
89,794 89,794 000000000012247803379440e0195cb133db75ba6ef60136718927761c700254 0.00 MB 5 0
89,793 89,793 0000000000026a5f081313452b05bbbf8b92e33e022698ef2616964f99ccf869 0.00 MB 2 0
89,792 89,792 00000000000d1498acae8c282f9aceccbd8c60b58c7e6a7bd6df79ea32544351 0.00 MB 1 0
89,791 89,791 000000000014bcdd8a40dda901eb70f9e830d2df242477e436bed7713aa815f1 0.00 MB 1 0
89,790 89,790 00000000000ed1579cee8d83d64f7a357f71ea6dd3a2dc6c36d947d3f8ea8a46 0.00 MB 2 0
89,789 89,789 00000000000c88543050ffa81d38455be4f3271aa328ad747226b99f3766a899 0.00 MB 1 0
89,788 89,788 00000000000f5471bfa3c3c89740106eabb47121046c0688369a993a1064ee0f 0.00 MB 4 0
89,787 89,787 0000000000099be5488443a8c0d8b6fda5022557e293d4ea79dcd3e34d141c92 0.00 MB 1 0
89,786 89,786 000000000000504edfe3f63fbe3b7d03c60ff579cc295b6c737cf6b1cfec5bb2 0.00 MB 4 0
89,785 89,785 0000000000115e2936f844614c62e19b328909e3d9b3940d857a82d8e0149a4e 0.00 MB 6 0
89,784 89,784 000000000014b74b306cc06b3da4f6f76db0f541ab41928e38ecebcecca3a868 0.00 MB 2 0
89,783 89,783 00000000000180f9a84a988bfa9e09db1c3367dc50040beff9af23c14311fc7a 0.00 MB 4 0
89,782 89,782 0000000000091d7b9a5213af931f70f8c455a11d040e6a045876c477f67ec448 0.00 MB 7 0
89,781 89,781 000000000013e7d6570a114aef4ae648c5d01e309cebfdcdf0cfd401e9530822 0.00 MB 1 0
89,780 89,780 00000000000a5de23bfe82064a8fe5b3e405565f0a0b2b824dce14f2d52989c0 0.00 MB 4 0
89,779 89,779 0000000000139dc60431336d25ce449cdd27458b77e56d6633da0748503a61a8 0.00 MB 2 0
89,778 89,778 00000000000b46217759e74e12c1968c0e5e04dfc998a741b8af4db977733380 0.00 MB 2 0
89,777 89,777 00000000000016366f85fea07e1711c8c493afcd365a36e64d52e7beccc038bb 0.00 MB 2 0
89,776 89,776 000000000001728d0c47f79d647a3bc4b59ca9ef71b4216dc8cb2545a6039a2c 0.00 MB 1 0
89,775 89,775 000000000014be82e5e786ed6af2fad2ea76cefb0abb1406ea5b178314483fb6 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.33 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,862.91 GB sent, 103.83 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.