Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,589 transactions (1.79 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,068 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,449 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,067 (853,275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,792 57,792 000000000760e13319b73fc1cfd9e62eebad48746d148fbaaddc2191e8c735fb 0.00 MB 1 0
57,791 57,791 0000000008fe1e8014e2c13d4bcbfa933697fcc51a2062bf0ba1412818f166ab 0.00 MB 1 0
57,790 57,790 0000000013d663291c0460c6e37c5d417bc87cef2b64f382b364037b6dfc11d8 0.00 MB 1 0
57,789 57,789 000000000488b53bd1abf4b01de94c584c9200d384881179824002ef5bacf057 0.00 MB 1 0
57,788 57,788 000000000b8ba2fc449355804f3f543abac0413a4c464c82eafd62fc7ccab489 0.00 MB 1 0
57,787 57,787 0000000011d52397cc0860873a47922395721c60283c0e67f61574ffb11206c2 0.00 MB 1 0
57,786 57,786 000000000130131e3a8406e9fcecb96c0c849ae0c9d96ab3b4279cf2aaa1d2b7 0.00 MB 1 0
57,785 57,785 0000000003e6cfd8e937c9069638c34bb6df773e79e85250a38fb1756ab7227c 0.00 MB 1 0
57,784 57,784 00000000011c1f875d8360760b0251b6465a9f36e2472fc809787ace79d4add3 0.00 MB 1 0
57,783 57,783 0000000014a64290c11906a54238d38c33d6d69decefebeb730bad738b673dbe 0.00 MB 1 0
57,782 57,782 000000000901cbf13c44523f239c3fb5b695085bd20f9575f2f810d3679d7b52 0.00 MB 1 0
57,781 57,781 000000000ff5832e1f7abc3b6b53d81280d867c47be7c7dbab58cd97e64f01cc 0.00 MB 1 0
57,780 57,780 0000000014cdd4b16118c3ae1e916f5076c936ed395c416efb6ca5e674949397 0.00 MB 1 0
57,779 57,779 0000000012ad361fa83b6c9b46c63c6530350f19c07b50e773b5d85a6945fed0 0.00 MB 1 0
57,778 57,778 00000000124a1bd86cfcf27db8d0b5a9377838532a3bf66090c3bae7fdce8e9f 0.00 MB 1 0
57,777 57,777 00000000054f0891f697273390e8eaa3a178e15145061a9c141b43697ca5af29 0.00 MB 1 0
57,776 57,776 000000000cb32fce87e67e2b22ccae4cf960d7ddfb8303caa102db9d80ed3688 0.00 MB 1 0
57,775 57,775 000000001587f5769a4d1fe538bb52ab5905c909ddca261103e984a2a85f3aa0 0.00 MB 1 0
57,774 57,774 0000000012f3863aa5beff8f284b1e1823f82c4e7d345be85ca277f6bd57808e 0.00 MB 1 0
57,773 57,773 00000000078f6c5fc2463cdadfc3e064d098a0d47943b3a88ffdcea14b18c9f6 0.00 MB 1 0
57,772 57,772 000000000674cae5d40b2885c4b2fcb15d8b1895a7f7eed1f57ecf93abbdb84c 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 775.37 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,367.52 GB sent, 125.63 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.