Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,241 transactions (2.12 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,042 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,192 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,041 (891,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,697 18,697 0000000087e989166e10b9b1a54f66b3883ada16a30004651978c7fb72b2ed76 0.00 MB 1 0
18,696 18,696 000000005ba81980af0d5d7d04eb5b95b61f2f639a26eb76a8417c8446cd2b69 0.00 MB 1 0
18,695 18,695 0000000071396053d4fc99f8452332ce3d7d89f8608872b31e565be1466d19b4 0.00 MB 1 0
18,694 18,694 000000007ede00fec46ce1833cac69a87940336aabe1a88ed01a5439d61a983d 0.00 MB 1 0
18,693 18,693 00000000a1c66484ca5d0434d701ff1460530c7c60b2bbcde5b4a64097b15115 0.00 MB 1 0
18,692 18,692 00000000771e17ca686236b6fc2a0e9bbabda6bd668af7b8ac8ecde919feaaff 0.00 MB 1 0
18,691 18,691 00000000d00e87d16b9c7184a60eb0c997b7e59f1897ed9246be013e673f2b5c 0.00 MB 1 0
18,690 18,690 0000000024060d9b9120f3541029e980cff2976a09ed1963dfc05fe5c048ad63 0.00 MB 1 0
18,689 18,689 000000007292452437005e0de3c357ee7eb6432ab39a77a0613241de48a7deeb 0.00 MB 1 0
18,688 18,688 00000000070d75cb3c49135d604ae2e84944fec2f18d0e3bda4c0efbb48f308e 0.00 MB 1 0
18,687 18,687 000000004c2a520e072f2889cf1791dab1a21f042cd0a6937b34036dadf7121e 0.00 MB 1 0
18,686 18,686 0000000007a63f48025e21f2a45447a497e8e424d7daa18ecc42b9154edcaf3d 0.00 MB 1 0
18,685 18,685 000000004550d35269ff68f3ab7e73452737463b5039ceda3abc799f4bac2a36 0.00 MB 1 0
18,684 18,684 00000000566096d82ca4e1e325fe2eeb2774ce47ae7b12d80e0f3368f675a025 0.00 MB 1 0
18,683 18,683 000000003d2881822612a5b5f549e9740a06e6b0867d1b3c698909e3db0a5a0c 0.00 MB 1 0
18,682 18,682 00000000a89c4598a9399cff78f3a6e7435102d3e4fd4defc2ba17f3fdcbb154 0.00 MB 1 0
18,681 18,681 00000000cddda63ad58ca8684a120c3d9afda7d7fbfd29fedb8d5f671ed71882 0.00 MB 1 0
18,680 18,680 0000000032a1136f22a3498083e11b7dd08a5b0e7eba7ed62eb8de48aa739884 0.00 MB 1 0
18,679 18,679 000000007468218eddc4db57827c7d999209a3d61ead38c02032b5e97cdc9a01 0.00 MB 1 0
18,678 18,678 000000006f7e5a4b4bfb69e3772b707072cde7591c8bad36254eff130f52439a 0.00 MB 1 0
18,677 18,677 00000000901db81e81c1d3acdc7ae4b7a86aaab90300ebc4687344746f12dacd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.47 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: 2,185.68 GB sent, 115.70 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.