Loading Tool

Explorer IconExplorer

Memory Pool

82,933 transactions
31.08 vMB
0.09096421 BTC
Random Selection Loading Transactions
Max Size: 190.70/200 MB

Candidate Block

Mining Attempt ad00b7112f4621a3086012e5106c42762ec937b22b631efff593eead995cf7d8
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 35647d38ea1a382ef0baa16bbdb7462a7dc2acf04228ac541cc7da01b92e6ca6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,815
Size: 1.00 vMB
Total Fees: 0.02097313 BTC
Feerates: 301.57 > 2.10 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (187,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
727,785 727,785 00000000000000000003bb060ad0a1e9bf8eedd4677aca781c7d4b5e9eefc5a5 2,241 1.00/1.00 vMB 13
727,784 727,784 00000000000000000008c7ff707706dff1f730c7dff9480322e34584b0e39ff1 2,366 1.00/1.00 vMB 5
727,783 727,783 0000000000000000000a0a91400fe7da1757478b0bd29d6e36193981f68dee71 2,464 1.00/1.00 vMB 6
727,782 727,782 00000000000000000006b9435def0401e80f6b0e9bdb202a35a064746f8e05b0 1,927 1.00/1.00 vMB 8
727,781 727,781 000000000000000000027ad4720bd405514d570302f4c01ac9dacff6665106f1 1,864 1.00/1.00 vMB 10
727,780 727,780 00000000000000000006743d812ac6f9e767b968077243edda4e3ba75370c65e 3,266 1.00/1.00 vMB 6
727,779 727,779 000000000000000000083b4cb4c99493388b28bd5235bb4517a0efa7bb2d2191 3,110 1.00/1.00 vMB 16
727,778 727,778 0000000000000000000983003c49134b54315e88114b83ab205059f647bfdd0e 3,255 1.00/1.00 vMB 10
727,777 727,777 000000000000000000077466a8eced3ffb96b022afbaaefb632b48f061de42d2 65 0.02/1.00 vMB 11
727,776 727,776 000000000000000000000515b4b0a46b041dfe655e7a7d9104cc3f99d8e467ad 1,855 0.73/1.00 vMB 6
727,775 727,775 00000000000000000005f63eed68a9a3979f0db78aec853df62aae1234f43306 3,072 1.00/1.00 vMB 9
727,774 727,774 000000000000000000086c634f02f7fd70fd9f7efff29dd97ef5ac0166ed4b76 2,493 1.00/1.00 vMB 6
727,773 727,773 00000000000000000008eb796f2647f1ca32371630bd232416eaf672dc7b6002 2,276 1.00/1.00 vMB 7
727,772 727,772 000000000000000000020bb969c3e64a244707e0cfba258ea3e2d7c5dbf53496 3,436 1.00/1.00 vMB 9
727,771 727,771 00000000000000000008ab021e5af250c02505fc780c83d92a954e9ec77a0a04 3,378 1.00/1.00 vMB 11
727,770 727,770 000000000000000000049e455d463f7278d21db4a1c4b319f7801bdd2d3ba758 2,928 1.00/1.00 vMB 9
727,769 727,769 000000000000000000047d0bbf6ebe4333311dc8b2725f919869579f4d3b7c88 1,786 1.00/1.00 vMB 3
727,768 727,768 0000000000000000000023f7e35a17c4756e44dccfd434775fdd4d1fbffd9e04 2,571 1.00/1.00 vMB 10
727,767 727,767 00000000000000000007a91b0cbb28304f4abaa3bbb8587209507083da93c16b 2,932 1.00/1.00 vMB 13
727,766 727,766 00000000000000000004ac0bea37c42325ac6433482992d5ed89b3c2c66f3688 3,323 1.00/1.00 vMB 12
727,765 727,765 0000000000000000000541942ba23b4a855ddd647d1d0ca5a03f1a8bfcd19cd9 2,197 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.78 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 709.54 GB
    • Received: 16.92 GB
  • Uptime:

Notes

  • 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.