Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,658 transactions (1.42 vMB)

Priority:

  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 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
910,206 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,903 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,205 (884,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,766 25,766 000000003937c8ee162a3480f5cfb9c4437c2adaaf5803db6f5291afe26ca712 0.00 MB 1 0
25,765 25,765 00000000fea4831dd0d02b7b7ec5b8a28bdd744201bd225dbfade9938b10f763 0.00 MB 1 0
25,764 25,764 000000001a98bfae5594b6682d03133c428542fa23824a8038dd6cc856b36a2b 0.00 MB 1 0
25,763 25,763 00000000366a93e8c884a2d5b2075100470c25257091f908831b41aa0f6bd141 0.00 MB 1 0
25,762 25,762 0000000064a2ffb945476dcf1c5a739ef5c5ed50aee507aa9be160bc1c3bed60 0.00 MB 1 0
25,761 25,761 00000000670779b285f8a2143bba3e960936a0af8b6a0fd4b13ee43ba769ed44 0.00 MB 1 0
25,760 25,760 000000006885aa9b777ea7713a13c99a9d967cb828a7629085515be878c1731f 0.00 MB 1 0
25,759 25,759 000000002fbd6b2b2e9cfbb81c6595a37a4953982e544669066a10d3ffcba680 0.00 MB 1 0
25,758 25,758 000000001c10d5208629929ee70b8c7907e2ba6e16f693e3b71e2033e287fdda 0.00 MB 1 0
25,757 25,757 0000000028d02fb567bb2231e01b0ff1c69a7b0ad9bf658cf6ebada1523cf08c 0.00 MB 1 0
25,756 25,756 000000007d097e9b4a35add77f0bc495b5967af2fa9ed3c5771dffc5ac8c554f 0.00 MB 1 0
25,755 25,755 00000000d5154654a7b604b53c5524a1276656d89b942ddce619125ad478f416 0.00 MB 1 0
25,754 25,754 000000004c1a9f9f906c00c66f83c3dc6e3a7eb3a4e19383eeb154297c3b61b9 0.00 MB 1 0
25,753 25,753 000000006385026d219d7c80c335b403ec89c75735cc5c4f488528acb9e147cf 0.00 MB 1 0
25,752 25,752 00000000d8dc8ddc20772bd6e5c8367305ee7494ad24dda14c8705b0bde239e3 0.00 MB 1 0
25,751 25,751 00000000b430d3ccc581d29106c6dcc86b5df585b80ab4bc0e084130d4a9434a 0.00 MB 1 0
25,750 25,750 0000000059d6c21b395905d30b71276c9e5388878921273c0ed10b25e0474dcf 0.00 MB 1 0
25,749 25,749 00000000e2056613e6da95661037366d5baffbb3c72cbab1ddfd2c25ad8fc030 0.00 MB 1 0
25,748 25,748 0000000028a3c86759e16c397c3165139ed41c685144b2e243ac768fc94c726c 0.00 MB 1 0
25,747 25,747 000000008fb588fbc09658cf90ea6b6c4a78aa3ccd362619a04399883ea12fdb 0.00 MB 1 0
25,746 25,746 00000000a0df572a9e26af83362522b0ca26267fa220bda9471781e78e4679f3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.77 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,195.92 GB sent, 117.46 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.