Memory Pool Memory Pool Refreshing

330 transactions (0.10 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,017 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 288 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,016 (819,214 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,802 89,802 00000000000c0124867ecd0fc25bbb0a595944bd12f992e303ab5085b2dcbf78 0.00 MB 2 0
89,801 89,801 0000000000027fc216663f05cf3d712b799ec949a6fcf710d7448d0e586656aa 0.00 MB 1 0
89,800 89,800 000000000005d659793c8314eeaa4975127b9cc15de37969373bc8e121bfe504 0.00 MB 1 0
89,799 89,799 00000000000ad3087028e608323670e2fcec5d004640f7780e2474efbf59858b 0.00 MB 3 0
89,798 89,798 000000000012c139029eefbdd814497f4c23c2167ff377cfbdb073a14980b8c2 0.00 MB 2 0
89,797 89,797 000000000001b01028b79fe742ba8a2c8a2dad91dec4772c90e5d3f7ef522925 0.00 MB 6 0
89,796 89,796 000000000007b08c644092a89d29d3809f81ea0b19fd4dddc5006e30b5a74238 0.00 MB 2 0
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
Previous 10 blocks ↓
Total Size: 771.58 GB

Node Information

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