Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,784 transactions (0.82 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,370 000000000000000000022cb30000000000000000000000000000000000000000 0.82 vMB 1,773 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,369 (874,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,762 35,762 000000009fcfcb375438ff1f8815678b260a171734cb3e51527bed3a694ec034 0.00 MB 1 0
35,761 35,761 00000000a57809e07fd7c531ddd5d0a213bc02faa83f520ec5ca79f915bbe935 0.00 MB 1 0
35,760 35,760 0000000007c146dd3e5c74d05a8e393b464714383098c281407c47d8842cefc2 0.00 MB 1 0
35,759 35,759 000000004f01501e1be8e483cf1b143b191674a1d8a14ae56a5d7ce3bc671d10 0.00 MB 1 0
35,758 35,758 000000008686169fd25410f5d412cea2807ab9d6301c6d6ae32a0fe4e1c12070 0.00 MB 1 0
35,757 35,757 000000006a78eacd9a546d34e8d947d7075410e0e7489f9149e42a716a2e3522 0.00 MB 1 0
35,756 35,756 000000000240bf5f727f0fe11bc01cd92235ad49048cbe4e946cd29ec2cf7674 0.00 MB 1 0
35,755 35,755 00000000a1f691e2a7a5f5afd4294fe98d26274b3c17f967d4ba1e54ac586574 0.00 MB 1 0
35,754 35,754 00000000069d1ef77d12b9bfb7855db333becc116e0200c0250c502383301953 0.00 MB 1 0
35,753 35,753 000000006a7c3497df6cb3823fa14b76f6dd57a83c38d636eaa58a3b24908146 0.00 MB 1 0
35,752 35,752 000000001932e05fad7b4f40eaaf50470a217c24884897f2c183c524b72d00b0 0.00 MB 1 0
35,751 35,751 00000000bc620bc95c5111161e054229c0c33348edeada5ffe254d81ae5f5741 0.00 MB 1 0
35,750 35,750 000000007f6c31712b6993f111fd17b1a36b3dc50a1010955001d13089a321fb 0.00 MB 1 0
35,749 35,749 00000000365be75528057eea0a36824b4a9c3addc194b569fe7790035e4b95a8 0.00 MB 1 0
35,748 35,748 00000000c01920dd85f696aa0cba345edbda790badbf7eb930df076b6bbdc6a5 0.00 MB 1 0
35,747 35,747 00000000b8be763fad34db90e9624b1d8a9425d0aaa2cda5a3da9833a682ae2b 0.00 MB 1 0
35,746 35,746 000000008ad892073a8b4a5c49e050c1dd2ef96a87971bfef3916b488cd70249 0.00 MB 1 0
35,745 35,745 0000000075350cd49ff62c393d26b657998516ccaeb090056648f0201239e0dd 0.00 MB 1 0
35,744 35,744 000000000f04a4b0a8cccb02f082f2f0ccaa5aafb17bf6159402a2c5c4400306 0.00 MB 1 0
35,743 35,743 00000000c196a1d76bbbb4ba3bfc5b1cc9e372ca6b9c81d9333e207465949643 0.00 MB 1 0
35,742 35,742 0000000032516de98a513c38c648c2b112460a53af4bf2fa1fe16ded096dbc54 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.08 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,233.32 GB sent, 118.98 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.