Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,877 transactions (2.53 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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
911,041 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,034 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,040 (853,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,807 57,807 0000000008b7599017f63def84f8e5c1233640eaf6520b45cce940ca54838fff 0.00 MB 1 0
57,806 57,806 000000000626880b3778a3983dacdb3eaf94940995e9284d622bcaa1fa69cebc 0.00 MB 1 0
57,805 57,805 00000000129cb2af66039dcf3e31e4203b88e40783578edada31ec9fe232179f 0.00 MB 1 0
57,804 57,804 000000000bd71b0c81a3ce8ee342af08e57aa77bd1b17208969ffc6ebfb62332 0.00 MB 1 0
57,803 57,803 0000000011e8ebbdff715aeecf534ce69bc05011a6cf01667ee5be56b8d29b48 0.00 MB 1 0
57,802 57,802 00000000034e30602bf9e9b830e158caaec11c966c41718a0509ca36c7e57102 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 775.31 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.92 GB sent, 125.39 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.