Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,033 transactions (1.89 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,022 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,149 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,021 (839,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,699 71,699 000000000083deb86bb32c2932ac7aae4f81ac85dc22fca173fa738504faac87 0.00 MB 1 0
71,698 71,698 0000000000d1ec420d665cca1c42844a35429b0dd585398918bdc59a353a1542 0.00 MB 1 0
71,697 71,697 000000000027cac63c1bad93a81e9bba6d1d7f00e37395bf3166d03d4ba7d03d 0.00 MB 1 0
71,696 71,696 0000000000f609f415a7369cdb29db959ecb23c58561903290abc7a715f77eed 0.00 MB 1 0
71,695 71,695 0000000000fabc2194d78cb6c52bab732c963440d90c3fe82e2c17ff63b3ee00 0.00 MB 1 0
71,694 71,694 00000000003cfc39b06401694b2a80b4ff9940ca534527cb8a2fec8d7a4f2a3f 0.00 MB 1 0
71,693 71,693 00000000008ec35d02648e0fc53cb9b4f27185121a94852fb9a3b5171f8530d2 0.00 MB 1 0
71,692 71,692 000000000085caad3cdbb91e59407f58cc3305a1e51a5dc079a6c4ce4ed40bf6 0.00 MB 4 2,702
71,691 71,691 00000000004bf5a4205c2fc1cae13dce196a68aac2216a3d80e9dfcb2641152b 0.00 MB 4 0
71,690 71,690 0000000000fc2deecca8892bb4c7b7aba4f5316ef364ace4139c586e349e3699 0.00 MB 2 0
71,689 71,689 000000000087e93221f7a9e7a52597a8d7b0ab3d172e2d495ad8c82c338305b2 0.00 MB 1 0
71,688 71,688 000000000006d9144c33ecd1226a2666e4e5b8efdd62bddc05f2e05dac7735a6 0.00 MB 1 0
71,687 71,687 000000000018bc3f6d50be86d3b5849c497904464f44e2fcb0d1ed707c4ebd54 0.00 MB 1 0
71,686 71,686 0000000000d9dee48cf98744ea3f59ee0bea9330aaaeb05dbb64b0716e79d3f0 0.00 MB 1 0
71,685 71,685 000000000034efd295600c63099678e3953d2fea041605cee46d147f72cac8b4 0.00 MB 1 0
71,684 71,684 0000000000cf7a886ae21605629c856bdc5753ea4488b22588b8498a96db8acf 0.00 MB 2 0
71,683 71,683 00000000009aaa046895f3a61b3be69908acb559738de7fea462521d09cc4bed 0.00 MB 1 0
71,682 71,682 00000000002c7dfbac8fb2c43982452adae1ca618dd750f837f4ba1cd33f7a35 0.00 MB 1 0
71,681 71,681 00000000006c87d88d40056474be3d6c96103cef470081a4c791cb6b764eba87 0.00 MB 1 0
71,680 71,680 00000000003c36c105a17354642f6e4b0a08a2a5edd1911850a7f0fb5b47db29 0.00 MB 1 0
71,679 71,679 000000000099e5269695278e8ecbbfc2c97ae0630c39c32a0d49499ce63bf894 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.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,360.33 GB sent, 125.17 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.