Loading Tool

Explorer IconExplorer

Memory Pool

80,785 transactions
30.69 vMB
0.08879697 BTC
Random Selection Loading Transactions
Max Size: 186.69/200 MB

Candidate Block

Mining Attempt cdf682569c8973b80846abb9cd3b0c818889f0f6f7db9c46040c3dbf678ec179
Version 20000000
Previous Block 00000000000000000001989f6db1d6f3f0e853c7a7de668ab650133d23b899c9
Merkle Root 5bf72a00b2a6643d6cdad83d60faa0aa4aee1ec5896570d77eeba5b1a2be7f07
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,479
Size: 1.00 vMB
Total Fees: 0.01880214 BTC
Feerates: 150.77 > 1.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,375 (622,586 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
292,789 292,789 000000000000000047f0cc07454e5f46d68b107f3b955388d09e72e080afacbe 313 0.24/1.00 vMB 22
292,788 292,788 0000000000000000427451d5a75eb5b70ad0b5d2d6ae8880feae088975e40101 383 0.35/1.00 vMB 16
292,787 292,787 000000000000000079e8322920dcdec34731a4edc684e2cf73fd6d4e9016619a 650 0.35/1.00 vMB 30
292,786 292,786 0000000000000000199b7213b8f9fc1c368c4fc778f02d6712d7abc788096cf9 647 0.25/1.00 vMB 41
292,785 292,785 0000000000000000468378004e8039c78e363c1a3db22dd7dbf07a23ccfa5777 1,168 0.35/1.00 vMB 71
292,784 292,784 0000000000000000d2141cd8e6d94b88e76d85fd24a7c3e241afc8aea76a7b43 428 0.28/1.00 vMB 29
292,783 292,783 000000000000000040fcc0d0f20f2d8a2ac543c5f6f0317cfa814f9e98cc3dbc 748 0.35/1.00 vMB 36
292,782 292,782 0000000000000000d0f673f0241c7aca3f2453b165a2f70014362733e0daad81 438 0.21/1.00 vMB 33
292,781 292,781 00000000000000000c3b985a8ca2fef29cc97eaafcd401b49aaef3f065b2b6ad 297 0.17/1.00 vMB 38
292,780 292,780 00000000000000001f7d1f945cc93ff785b537715ae05203f39ed8a415168aca 962 0.53/1.00 vMB 33
292,779 292,779 000000000000000080dcab90439b9cdfaacc5b76c5cfdbcad4357590a552c6ef 31 0.01/1.00 vMB 20
292,778 292,778 0000000000000000a1009bfdc448f7c3827fe6834addac085d50bd043dc4af9f 266 0.21/1.00 vMB 25
292,777 292,777 0000000000000000c777405da13f8cd213fc619c4c60df6c08489b577001b728 292 0.19/1.00 vMB 29
292,776 292,776 0000000000000000bd9a8e2958df12a7f1c572414052da76890a695cd9ce0356 506 0.28/1.00 vMB 32
292,775 292,775 0000000000000000cd1beac79d4994e6247ea5d11dba9f0c6fe9d88a51a5f9ee 469 0.25/1.00 vMB 27
292,774 292,774 00000000000000004ca9a9555c0a9e13dd7db64a27e67254b7dcf10bef94103d 256 0.10/1.00 vMB 48
292,773 292,773 0000000000000000571cd729485788ea6e486ad9e9d8383477122a06245a97f5 505 0.26/1.00 vMB 33
292,772 292,772 0000000000000000b4edbe45e765900da11f8d4f3e480bbdbe1a33ecaa5eb72d 85 0.07/1.00 vMB 17
292,771 292,771 00000000000000003efd6762c1227896c8ae9d7754cffd0f16ba22922b3557bb 47 0.07/1.00 vMB 6
292,770 292,770 0000000000000000c6dc9c505f752d765792ccd51c4d4ccd7c740389eb1615d9 259 0.21/1.00 vMB 23
292,769 292,769 00000000000000000d0b49290bb8cfe7ec842ceae3f266091062bf90e8bbe1b0 508 0.35/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 783.04 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: 720.04 GB
    • Received: 18.14 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.