Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,842 transactions (1.71 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,398 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,058 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,397 (819,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,807 89,807 00000000000143e046f3816d1e8625a57fe6d02f76c1c2fe930414b00781a69e 0.00 MB 1 0
89,806 89,806 00000000001452cf808a54c268874dcb3deb37edd514034b0f55ec261e8f2097 0.00 MB 7 0
89,805 89,805 00000000000778743214f679d44b75a1716e5f90d3d93589f1254c570576668c 0.00 MB 2 0
89,804 89,804 00000000000e88be78a70398ed628011bf104f53cf200b12548dfe88ba67cb84 0.00 MB 3 0
89,803 89,803 000000000000659a7519d3ddc69c1d60cbd25119db89fd7a05764e0f5b4791d0 0.00 MB 4 0
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
Previous 10 blocks ↓
Total Size: 772.28 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: 2,069.90 GB sent, 109.53 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.