Loading Tool

Explorer IconExplorer

Memory Pool

41,494 transactions
31.60 vMB
0.08729694 BTC
Random Selection Loading Transactions
Max Size: 158.47/200 MB

Candidate Block

Mining Attempt 00779b9785d7d8ace1d5f1f595f2200cf989691975ea9ab788e6adb35cf24698
Version 20000000
Previous Block 00000000000000000001fb7c00d7c8da0fa3eefc41e5d02be8cc17664e06bb00
Merkle Root cb73e3d4efead9941a0af61c54a44efd6be70355b00211b0a236a2c80c03b6f6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,242
Size: 1.00 vMB
Total Fees: 0.02219435 BTC
Feerates: 150.77 > 2.22 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,568 (93,965 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
820,603 820,603 0000000000000000000419392350f831fd844a7aa2d77d9094d2391ee465a6d4 3,025 1.00/1.00 vMB 79
820,602 820,602 0000000000000000000388029a4a7afd5e613c38eb5bcdf58b6cbf0fa509ecbd 4,135 1.00/1.00 vMB 101
820,601 820,601 00000000000000000002a0e2f7163fbb6d2350732a5d0d7f0feeef17dca8cfe0 4,723 1.00/1.00 vMB 103
820,600 820,600 00000000000000000001900a3175e2f8285cf6569be37238ceca9f6769c01c7d 5,217 1.00/1.00 vMB 75
820,599 820,599 0000000000000000000017e86117d4b182494c2f2dc6859bca095156a4701f34 4,911 1.00/1.00 vMB 98
820,598 820,598 00000000000000000001a8ddf122ac335c194a228d62b866ceeab5a7882747ba 5,590 1.00/1.00 vMB 95
820,597 820,597 000000000000000000025f7ec0fdd8622a363f017941271ca040183168284da6 5,583 1.00/1.00 vMB 97
820,596 820,596 00000000000000000003ab31fd178d689fc064b2e3136f1f1d80fca517fff0dc 5,437 1.00/1.00 vMB 87
820,595 820,595 0000000000000000000390a06e882da9fe8ce84103bf6b59dc34f19d34cf92d9 4,984 1.00/1.00 vMB 115
820,594 820,594 0000000000000000000143ea243274006f27e4016c026590957aef9d7b9c9663 4,997 1.00/1.00 vMB 61
820,593 820,593 00000000000000000003ae73736799368e967ce8906ccbebd75b4e34c5dc9c27 4,182 1.00/1.00 vMB 60
820,592 820,592 00000000000000000004064aa3a21fb3a52026c5d3231ec64ddf3495b1e834a2 4,049 1.00/1.00 vMB 63
820,591 820,591 000000000000000000001a776de18e0258b74036eba51d7b3947dd4d72390ed8 4,682 1.00/1.00 vMB 82
820,590 820,590 000000000000000000022eae810ddae7ee0b93fe0470544536aebfa7b8b6deb9 3,755 1.00/1.00 vMB 59
820,589 820,589 00000000000000000003240a5ba218c883230792c725054c291c8d9eb3beb323 4,342 1.00/1.00 vMB 90
820,588 820,588 00000000000000000001ee58b41c212d4787f897c30e29c31ef4a207ef4fde9f 4,348 1.00/1.00 vMB 79
820,587 820,587 000000000000000000034b520270d06fcdbd9fc122c0211582c83be8721a91ec 2,789 1.00/1.00 vMB 159
820,586 820,586 00000000000000000000347bddd1928c73ada10f4e6daf819734082d8e4c3cb3 3,147 1.00/1.00 vMB 55
820,585 820,585 00000000000000000001d4db1c4b6787ddd7a9cf688315c05cca268a32d9e512 3,603 1.00/1.00 vMB 64
820,584 820,584 0000000000000000000130beb182316917bf4b54b7db05d7a6eaeb9f5e94ea4e 3,285 1.00/1.00 vMB 58
820,583 820,583 00000000000000000002389c53cffb672ac498981e953cc8b0ede58dcf9ac444 4,035 1.00/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 781.62 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 625.50 GB
    • Received: 11.59 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.