Loading Tool

Explorer IconExplorer

Memory Pool

72,688 transactions
28.03 vMB
0.06682613 BTC
Random Selection Loading Transactions
Max Size: 166.04/200 MB

Candidate Block

Mining Attempt 8c661a5ad08cf6b66086fbdef35262324c31b4d72610d5e25c5b52605b0c5396
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root ed8cb505d0fdceebc104007b417ff4f1f04f77a6b1be67e5322dbb30d9faffff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,937
Size: 1.00 vMB
Total Fees: 0.01069977 BTC
Feerates: 150.86 > 1.07 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (99,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
815,687 815,687 00000000000000000003e72080b0f5c4315fa713b892716673b92c5f0d7d9381 3,828 1.00/1.00 vMB 68
815,686 815,686 000000000000000000027fb1eb88e5bd0ed4b4d19a85707adf5478ac1c4af5fd 3,545 1.00/1.00 vMB 49
815,685 815,685 00000000000000000003599071230362ccb49924be6f3c83d03310f0c6b886d3 3,671 1.00/1.00 vMB 51
815,684 815,684 000000000000000000036a2fe9bcc5325ebe4dcfafe8c91829933e5461276a34 3,030 1.00/1.00 vMB 40
815,683 815,683 0000000000000000000104ed1a90b75b3ac937082fde3faf044e1e0619b360f4 3,679 1.00/1.00 vMB 52
815,682 815,682 0000000000000000000040a269bcdde70ca11286b84ec7a875dbeb0372d3f199 2,738 1.00/1.00 vMB 48
815,681 815,681 0000000000000000000303e3b65f1f3cbbd06f4aa3e1d46b71e27469af84f3b6 3,513 1.00/1.00 vMB 63
815,680 815,680 00000000000000000001e3bc17baa6a496e02157c41b13baceb8dc41e9b727b1 2,782 1.00/1.00 vMB 81
815,679 815,679 00000000000000000000ff857ed4654b70a9240e4bab05968d626b738f801061 2,787 1.00/1.00 vMB 26
815,678 815,678 00000000000000000003100c5d739155cb37473c3df27e37645af1c4a3d34f9b 3,883 1.00/1.00 vMB 38
815,677 815,677 000000000000000000042671f18b37c99b17afe581e24ff40206a8c8e044a0dd 4,511 1.00/1.00 vMB 33
815,676 815,676 00000000000000000001d1f3291ac83852727f80a9ab8cfa8aa3839d11a868ac 4,751 1.00/1.00 vMB 27
815,675 815,675 0000000000000000000121c9fbc4232f8c7f82c4361ff1ea7f13e662e3c5bf83 3,436 1.00/1.00 vMB 23
815,674 815,674 0000000000000000000432a829610db939cf9700b496a44bcf556d5b17779722 4,362 1.00/1.00 vMB 29
815,673 815,673 0000000000000000000314570bb50b280ee444774d13ba32f5025327c000bd60 5,095 1.00/1.00 vMB 39
815,672 815,672 00000000000000000000ed88f6c02a6242a9467cc4ba31e58ee28fb1fb42453b 3,744 1.00/1.00 vMB 35
815,671 815,671 00000000000000000002651719bbabeda738b70d660579325317df6129183f53 3,425 1.00/1.00 vMB 48
815,670 815,670 000000000000000000012850411d85f97afbeaba4fca9a6f56afc8af4697ce3f 3,003 1.00/1.00 vMB 42
815,669 815,669 00000000000000000003137dec3d1473e795e3b2635de6929739850bce57b709 1,843 1.00/1.00 vMB 53
815,668 815,668 000000000000000000006ace3443a6099a1670a1d07eae03ebb8a58b57bc39b8 3,391 1.00/1.00 vMB 56
815,667 815,667 00000000000000000003b8ec2d091bfe7a0c291f2e95f23d27bc906d993d559a 3,832 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.45 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: 666.77 GB
    • Received: 15.22 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.