Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,685 transactions (2.98 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,179 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,792 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,178 (884,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
25,745 25,745 00000000372fb26dfd0cc5a44412b01327a050cdfc066fc8843c15c50f16fe08 0.00 MB 1 0
25,744 25,744 00000000a838125bbb0a89c5b6c494fbad025d3379115a361924fd3c53d66ee1 0.00 MB 1 0
25,743 25,743 000000006c6c83c10133b0ca07c4c3e55784fc69b588ebd2197033f3483eedaf 0.00 MB 1 0
25,742 25,742 00000000cebe30997b41942d9456d83f0013ae5b9f9899c86d322ac99a32c40c 0.00 MB 1 0
25,741 25,741 00000000e156090e1d99c5f9fb388044ae62dc8cf5391baf6cb654d1da0c9fba 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.72 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,194.52 GB sent, 117.19 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.