Loading Tool

Explorer IconExplorer

Memory Pool

42,627 transactions
30.92 vMB
0.07162925 BTC
Random Selection Loading Transactions
Max Size: 156.91/200 MB

Candidate Block

Mining Attempt 09084f6c03a4daa4cc44c47a1c8397d81dad19dd229c0f0fefe55243dc8cac60
Version 20000000
Previous Block 00000000000000000000791c223f24ba55c527581821b6f53be2c2b74982f181
Merkle Root 5015bd2757c285cf091d9bab66a72a7c64248191a7ea543cd212b2d75f0f4e4a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,681
Size: 1.00 vMB
Total Fees: 0.00924503 BTC
Feerates: 40.21 > 0.93 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,458 (331,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,621 582,621 0000000000000000001232b26ffb3cc9560f1759d2cc1c09b9c43a3cf25450c0 2,556 1.00/1.00 vMB 134
582,620 582,620 0000000000000000000f4646c9b6e2b6540453a66244e526c95aa9c1f262992a 2,555 1.00/1.00 vMB 106
582,619 582,619 000000000000000000089eaca050bc4f0c4ef3896cdf06014702beed33f100a3 2,355 1.00/1.00 vMB 88
582,618 582,618 000000000000000000136ca0109c76ca94b7665e0277be5127dc10567c005487 2,339 1.00/1.00 vMB 91
582,617 582,617 0000000000000000001741847ce7df684b52093e6d6db33b1060490453a97d4f 2,101 1.00/1.00 vMB 87
582,616 582,616 00000000000000000010405ed17ed3e256c672a419c5111304c07b1eb9293d74 2,336 1.00/1.00 vMB 110
582,615 582,615 00000000000000000018b6a1436ab5be3d74d7047c1c2c5d3989596f5105b8d3 2,634 1.00/1.00 vMB 124
582,614 582,614 0000000000000000001ca2269aa89b392021e4a243d1739992826d290238d3c9 1,600 1.00/1.00 vMB 128
582,613 582,613 0000000000000000000a817038481cc7d77981e34e45952b5a3fa4d05873f868 2,759 1.00/1.00 vMB 148
582,612 582,612 000000000000000000009f4a49fcbf7818627226854f2b6bb13b658176ac2cd5 3,339 1.00/1.00 vMB 124
582,611 582,611 0000000000000000000063ea21164c40035d913ddd9288b5ae1a172d8f92c86c 3,093 1.00/1.00 vMB 179
582,610 582,610 00000000000000000012d777b2cd290725a2490b37257eb03e35884923b05720 2,555 1.00/1.00 vMB 113
582,609 582,609 00000000000000000017d38e58899366af1bf39bf4bc8d12055ff1e7b2c2e2c8 2,482 1.00/1.00 vMB 99
582,608 582,608 0000000000000000001bc94be6f529b2cb07e855becb2409519fc7be8fbf2b53 2,649 1.00/1.00 vMB 124
582,607 582,607 0000000000000000001df5d7f28a5b839454afc9599555bb9ea6b0327ced444d 2,951 1.00/1.00 vMB 144
582,606 582,606 00000000000000000016afcd71d55d307f54704d6a3c29a74a98b4ee65226f0a 2,054 1.00/1.00 vMB 132
582,605 582,605 0000000000000000000c242a8aac202e9158e7b726c8d52e41b23e9170d940ab 2,508 1.00/1.00 vMB 102
582,604 582,604 000000000000000000109e20d486e0b73e5ada1f9c05fc0bff0b43ca9313a8f4 2,948 1.00/1.00 vMB 137
582,603 582,603 0000000000000000000125af0bbaa227dada8a1219249810602c08c13f5fd22f 2,923 1.00/1.00 vMB 147
582,602 582,602 0000000000000000002585b66263d2f7228dd967ead5ef34952ca3b4cd47d629 2,903 1.00/1.00 vMB 121
582,601 582,601 00000000000000000021aafa5dacba1900821cfe257275037a71df6d7e52ff80 2,728 1.00/1.00 vMB 125
Previous 10 blocks ↓
Total Size: 781.42 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: 607.53 GB
    • Received: 10.63 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.