Loading Tool

Explorer IconExplorer

Memory Pool

77,614 transactions
29.59 vMB
0.10177828 BTC
Random Selection Loading Transactions
Max Size: 176.81/200 MB

Candidate Block

Mining Attempt de6ca52a55d53d8a8cfcf260eb5b3661522b09d1577a552550135465266f7f8e
Version 20000000
Previous Block 000000000000000000010026c30848cbcc1679bc49d9573a0419ebbd657413b2
Merkle Root 1f7976c05892fb4ae19b648d9e7c1731868883710e5157cfd46beb55f6b9c715
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 977
Size: 1.00 vMB
Total Fees: 0.02224137 BTC
Feerates: 109.82 > 2.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,302 (845,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
70,013 70,013 0000000001391f20f465b37f9f43e18524a7cfabb678eaf935ac2d3b07d887b3 1 0.00/1.00 vMB 0
70,012 70,012 0000000000ba2b35749f309ac9c420d3628ac795b10872f27f0b125d678f2c61 2 0.00/1.00 vMB 0
70,011 70,011 000000000158b40962fd5cf0bb4834689e711a09d47aca86cddd593551bed33e 1 0.00/1.00 vMB 0
70,010 70,010 00000000002ad5bc2a387df22487c4870ec8e8451f153451691f46a59141cd6e 1 0.00/1.00 vMB 0
70,009 70,009 0000000000fa955cf962b911395d619d25d0bab5a9e5f45886ac3db3cce51007 2 0.00/1.00 vMB 0
70,008 70,008 00000000013de5d3444d5570ca8dce87ec1a214e27989fbb951f1673e7da26e2 1 0.00/1.00 vMB 0
70,007 70,007 00000000008884cf7340f592ab3a5a2bc714abe370cab9da47dc65759b3c183c 1 0.00/1.00 vMB 0
70,006 70,006 000000000033b3a8f4fe8e3c28cbb3b31e065e5a7aa2445c2fa37fffd8cfa7de 3 0.00/1.00 vMB 0
70,005 70,005 000000000160b5c2583aa5729b9f6f4ed9d4de2d9322877c1504b1951cc84d68 2 0.00/1.00 vMB 0
70,004 70,004 00000000012d8a98a1678dbfb7f13a7a67b15ff5fe443dbf62507e4a4c1cc0af 1 0.00/1.00 vMB 0
70,003 70,003 0000000000013b6cbc3159a746eccf6ab0cc9dbfdabf94d683abedde9b31ba85 2 0.00/1.00 vMB 0
70,002 70,002 000000000130dc68dd688f54c74d79196875d37b080275de9b2dd70c88a2244e 1 0.00/1.00 vMB 0
70,001 70,001 00000000001337176fa420cb4a7717332d0994491bbed7fd797e45a02b3a7872 1 0.00/1.00 vMB 0
70,000 70,000 00000000002b8cd0faa58444df3ba2a22af2b5838c7e4a5b687444f913a575c2 1 0.00/1.00 vMB 0
69,999 69,999 0000000000148103755250c0f2eb36ae9663441970c3169e7a14651fec568e96 1 0.00/1.00 vMB 0
69,998 69,998 00000000015e07981da58fa4db7a0d43f5c12ddfa5ba27d1094e71dbfc6aabb5 1 0.00/1.00 vMB 0
69,997 69,997 0000000000a22cd2d21bb4e1df7f2f5bee963d1fdd44d47ac92935b428bdb9e8 2 0.00/1.00 vMB 0
69,996 69,996 0000000000de45d6163c06bada8b15615f4feb645e481fc1fbbc5ccedcd34038 3 0.00/1.00 vMB 0
69,995 69,995 0000000000876e580b52e2be2a1b9edf3ff66dd4406709a62004422375b3085b 2 0.00/1.00 vMB 0
69,994 69,994 0000000001353335f8a6e00c218430c9048b3b5c9a75d5392f71bbb682bf3474 1 0.00/1.00 vMB 0
69,993 69,993 000000000136eecd72d1e5a51ecd228310f17a3a2a66db816d9fe8b6ccdf7708 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.91 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: 714.12 GB
    • Received: 17.51 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.