Loading Tool

Explorer IconExplorer

Memory Pool

56,453 transactions
32.12 vMB
0.18201833 BTC
Random Selection Loading Transactions
Max Size: 172.89/200 MB

Candidate Block

Mining Attempt bc8065779f1267783773a29e335db04f9564d800db23b28bfea81202ddc43321
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root fb5002b87bd7d53f5322c8e2f74b73902be0bc69c5596adba49927c91449616f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,648
Size: 1.00 vMB
Total Fees: 0.07192595 BTC
Feerates: 465.21 > 7.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (912,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
2,359 2,359 0000000041cbfb172d013707146f30a9111906dc0a1af654b133aa6a285e12ec 1 0.00/1.00 vMB 0
2,358 2,358 00000000514ddec4a6b0d55c28feca01a393c2818d2a42b37c5943552af08274 1 0.00/1.00 vMB 0
2,357 2,357 0000000086636f9001c6f9c506a53ee13eda80655c3e55bb8afb824cdae7c507 1 0.00/1.00 vMB 0
2,356 2,356 0000000057ea5c6679b78b415069daa707cca2a39ffd93a7e170482c4af65884 1 0.00/1.00 vMB 0
2,355 2,355 0000000067569a97b5224ad24058e62f1c1efbb75a6266f4ce2291a9dd9d201d 1 0.00/1.00 vMB 0
2,354 2,354 000000001093febea6dbeb54dee4f50c3493a10cb8f1eb1299fe0e8f7accb381 1 0.00/1.00 vMB 0
2,353 2,353 000000004ffdd2b70630e2fb08bcc3080e523a3d920bbfd8f7bdc3635f921d7f 1 0.00/1.00 vMB 0
2,352 2,352 00000000e2269a36ac1e516cdf914d689cf5c8a35876140a9a631f282fef384c 1 0.00/1.00 vMB 0
2,351 2,351 000000009846564229f87d0eb692916c97251d48b5d59b853fb5cad385992b3b 1 0.00/1.00 vMB 0
2,350 2,350 00000000b15cc18f1326b12b66218aa68f3f038e45c6ff15ffd47a8bcf144c31 1 0.00/1.00 vMB 0
2,349 2,349 000000002378d870a489ae9b1460f3a170fdcf7ee1121c767a40cc3c5baec2ea 1 0.00/1.00 vMB 0
2,348 2,348 0000000006ef66fce69f45de495904c485b083b654b445eab66d5b4293b78258 1 0.00/1.00 vMB 0
2,347 2,347 00000000844e0936a9990791b04e701d6ea7b7ad47b256545b760f848302aa99 1 0.00/1.00 vMB 0
2,346 2,346 00000000aded7e44ad131a9fcf28deb1299348327766d4d7a63ecb4b2d2df202 1 0.00/1.00 vMB 0
2,345 2,345 000000007024f233aa44bc7784a78926fb1c325f9985c936ae57b94530505062 1 0.00/1.00 vMB 0
2,344 2,344 00000000e4621d872dc7056fcceac91569282a7332091a38c771c2d852235ea9 1 0.00/1.00 vMB 0
2,343 2,343 00000000b80e4b633d6baea4db23cebf406dddaade5f79867bf5aeffb0b7453a 1 0.00/1.00 vMB 0
2,342 2,342 000000000ce977110c4d11b875c77117a4b0c75fc26df4499cbead8b099e817c 1 0.00/1.00 vMB 0
2,341 2,341 0000000011c0a69f3063cf4fb95ac340e2557e57463f71817e7c2b6cf8c356b4 1 0.00/1.00 vMB 0
2,340 2,340 00000000112d24a5aa42bc6695b9c7797ac8c874ba5d927793369706ef5db1fe 1 0.00/1.00 vMB 0
2,339 2,339 000000003b2a9ac3f0efab472b9ceae68fa38e2d629e9a41defcf9969f60920d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.06 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: 651.18 GB
    • Received: 13.46 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.