Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,936 transactions (1.29 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,045 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,904 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,044 (853,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,801 57,801 0000000006989e51a6a1ef0283d1c5a6188e791429191fff7ddb895e35363e1b 0.00 MB 1 0
57,800 57,800 000000000f8a488b3fcaf88a29c8cc1035c38073ed7c1b93a4f8a0071d70a85b 0.00 MB 1 0
57,799 57,799 000000000d22906b0df0edca94f751a4cf8f7019f8bd22cee8abc2823f879960 0.00 MB 3 0
57,798 57,798 00000000093fa74b644d1e5a160a2dbf5f6acab862deeda212f1480b15120428 0.00 MB 3 0
57,797 57,797 000000000223a8d649a4b5cc83b89dab814a854486e49559b48d04c3de6b84d6 0.00 MB 1 0
57,796 57,796 0000000004a2f72aa7ec2d533440140ba1e4b2fe16bddf69fd7b1d8c6229fe68 0.00 MB 1 0
57,795 57,795 000000000eeaad2b928ea0fd17adb333b292ef28998f82c4c81ebd778ba348dd 0.00 MB 1 0
57,794 57,794 0000000009015fed6a53eed90f8684bf142779374cc74c3a72910bf55119f6a4 0.00 MB 1 0
57,793 57,793 0000000008cf43dfb5e3c49de5a66bc497bf7a141edb4235112484cc140c2e2b 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 775.32 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,362.97 GB sent, 125.42 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.