Loading Tool

Explorer IconExplorer

Memory Pool

71,458 transactions
26.67 vMB
0.06415817 BTC
Random Selection Loading Transactions
Max Size: 161.76/200 MB

Candidate Block

Mining Attempt 69709b2c1cc793fba9067940340bfc504dae9f4119fd985b43a53f0d3200c9e2
Version 20000000
Previous Block 000000000000000000016aa18e8ecd613d6541af8a0d66953f28fb8fdcfea38a
Merkle Root 1f35a45a911dbbb174894e2145bdf8555afec1fc8c0f7fb5866b10ac81ceef29
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,720
Size: 1.00 vMB
Total Fees: 0.00725480 BTC
Feerates: 192.18 > 0.73 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,551 (827,534 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
88,017 88,017 00000000000c84c5fb7dd13218ca471d1452467904d15c6d246a5c68c11442c4 1 0.00/1.00 vMB 0
88,016 88,016 0000000000045a5107c77c33bd9d6f8c0c61bfbc8d7038db67670cdf4f9b59e3 1 0.00/1.00 vMB 0
88,015 88,015 0000000000199bea68254458891c59c193889a9b2cc140aa58a25f6271e6f847 1 0.00/1.00 vMB 0
88,014 88,014 00000000001186187586a443c9394ea8119a78ad0c6fc3659cf48249e28a6f6b 1 0.00/1.00 vMB 0
88,013 88,013 00000000000b610750fa810948b3504086ff3196e5a4f6b669399a3abb9e2a3c 2 0.00/1.00 vMB 0
88,012 88,012 00000000001058e907cee984b5ac7d9e11b7525e3ef4e0e9ba32b9fcbcafb2b9 2 0.00/1.00 vMB 0
88,011 88,011 00000000001bc3904f609e9b0196c72369ec01f8cd7730123362307189c1d4f0 1 0.00/1.00 vMB 0
88,010 88,010 00000000001d36d48fe1e6fd29a3c3a994f43d678aba301cf4a6d51c2b0d003c 2 0.00/1.00 vMB 0
88,009 88,009 00000000000dd49efc3e08d30098e6edc9e8ab959c6f041898c95059383e4829 5 0.00/1.00 vMB 0
88,008 88,008 00000000000d3b88666bccdb990b986ce5f67858f6ed85270b9cbd4fb319ba33 3 0.00/1.00 vMB 0
88,007 88,007 000000000001053deabe28863a75afec69fe3958357b5bef559be66718195ee3 2 0.00/1.00 vMB 0
88,006 88,006 00000000000a28389721f3379b1b1691d846861fd1ff01ff405ea818097bf70c 1 0.00/1.00 vMB 0
88,005 88,005 00000000001d22d7cc5ca7916e7a781ecc7ad5426fac086493f46263d6b3a6eb 1 0.00/1.00 vMB 0
88,004 88,004 000000000013ae0d696bdc74400b908cf961df4d961707b25ef0a1a41edbb292 6 0.00/1.00 vMB 0
88,003 88,003 0000000000025044215eebec93826fe3d6a6a3128a4b08d7ea949250e9e761cb 2 0.00/1.00 vMB 0
88,002 88,002 00000000000f7f4169cf01a5107a6f60f71bad7eeb04006996aa6f5ba070dc48 2 0.00/1.00 vMB 0
88,001 88,001 000000000010454e08817326f7032770eb75062476e743cf2715b7510b9ec96e 1 0.00/1.00 vMB 0
88,000 88,000 00000000000ae9e98b82b39a912cdc0ebed97c26376780ac996c84d9ec3264a4 1 0.00/1.00 vMB 0
87,999 87,999 0000000000092e7e786b83327167faa323f8a740ba857ef41d8f63d6c69d3dc7 2 0.00/1.00 vMB 0
87,998 87,998 00000000001e19f5da43ef87dc892ffe64dca0f9fd7afb2815e48202963ed88f 3 0.00/1.00 vMB 0
87,997 87,997 0000000000068f5a94e0745d727182689d010a423df20e3e6f5211fc828e2a6b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.35 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: 768.23 GB
    • Received: 19.54 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.