Loading Tool

Explorer IconExplorer

Memory Pool

51,594 transactions
29.29 vMB
0.08055818 BTC
Random Selection Loading Transactions
Max Size: 158.45/200 MB

Candidate Block

Mining Attempt da974f6efc3e18caa1ff99191092eb3959a15a7b30649bdce2006ac0ddf7f4fb
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 9015c26fa873f84fad45d48ffe004469fb15a0f4fc93d03faa9dd38ac8d23895
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,305
Size: 1.00 vMB
Total Fees: 0.02444443 BTC
Feerates: 173.90 > 2.45 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (123,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
791,561 791,561 0000000000000000000416c8268bab17a0c5eb9f256bbbc29b299bff20b7616c 2,545 1.00/1.00 vMB 42
791,560 791,560 00000000000000000001efa960d2467ff0a331f3bc1c674822243c2c3755a840 2,838 1.00/1.00 vMB 36
791,559 791,559 000000000000000000019656056d0552248d18b5f2029c47ff91f12f23ed9704 4,265 1.00/1.00 vMB 48
791,558 791,558 000000000000000000020712bf2d7a1ef84ba45d39884eba33d8f676cf4e3dea 3,690 1.00/1.00 vMB 52
791,557 791,557 00000000000000000004e20e945dc9b76a90c6b3dab278bd295c85e70531921a 2,144 1.00/1.00 vMB 61
791,556 791,556 0000000000000000000004c5a063643b085c30cec595997a9b15e921ecc887c5 3,635 1.00/1.00 vMB 53
791,555 791,555 000000000000000000010a2934d23dd182ec3cb5c4d4ec7b7d8de751670b7bb2 2,942 1.00/1.00 vMB 65
791,554 791,554 000000000000000000028cb323e21be1941849c3bab14b5fcc0f834a6d43efbe 3,277 1.00/1.00 vMB 82
791,553 791,553 0000000000000000000136efc4576411cad0b7e192c9b9f731ecd0f88751ca51 3,803 1.00/1.00 vMB 37
791,552 791,552 00000000000000000000f97cb52de06d6b8feae844c7a90178cb5b8f4a438c14 3,049 1.00/1.00 vMB 30
791,551 791,551 000000000000000000011fab18bab60c651224247e21c5e3c2fff5b3c2ea6986 2,846 1.00/1.00 vMB 61
791,550 791,550 00000000000000000001256a015acb3d575f576b6d9dc3516770dd6ab95c6253 928 1.00/1.00 vMB 37
791,549 791,549 0000000000000000000027c1205eda2897f85da83044048d8795eaf7551a87d9 1,019 1.00/1.00 vMB 40
791,548 791,548 00000000000000000002fa718f86cdb554565e96073497fe795291f1c12e67de 1,106 1.00/1.00 vMB 40
791,547 791,547 000000000000000000035850f8e34b6f2e7ff93e6ad49bb7685b0701bd9a430a 1,575 1.00/1.00 vMB 44
791,546 791,546 000000000000000000036b877e685552540e5d7a5fc4e10d142723c0af650dba 3,203 1.00/1.00 vMB 43
791,545 791,545 00000000000000000005ad2895cae157e282da66629d49d6239aa7c4c79c760c 1,858 1.00/1.00 vMB 59
791,544 791,544 00000000000000000004be86e2415927919e77cf852153065a39117f91565f48 3,073 1.00/1.00 vMB 75
791,543 791,543 0000000000000000000274e334691faf9f534b0a07248a717f42884e7b8d75e9 2,645 1.00/1.00 vMB 77
791,542 791,542 00000000000000000004f7a5e4752a31d41460ba4214822043e8ddd55a657c89 3,525 1.00/1.00 vMB 66
791,541 791,541 000000000000000000041e2815260ef31130598ca1c89a635a31d4c6d853e6b3 4,984 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.11 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.84 GB
    • Received: 13.65 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.