Loading Tool

Explorer IconExplorer

Memory Pool

51,548 transactions
29.28 vMB
0.08025860 BTC
Random Selection Loading Transactions
Max Size: 158.37/200 MB

Candidate Block

Mining Attempt 6e2b538e4d0c1c248db295b7a73423bda655eef4d5c059ca8b87b7720e922bb5
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root b1fbb6608dc68f81be61fed8f35d3bcc05916784d1c0b0d7cfdc79a5c6dbb7ed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,334
Size: 1.00 vMB
Total Fees: 0.02416809 BTC
Feerates: 173.90 > 2.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (123,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
791,540 791,540 000000000000000000026f4609a4c18aaa7bdb347a5bb0a83204b680d3f2cc7f 4,542 1.00/1.00 vMB 23
791,539 791,539 00000000000000000005333afbed0873106f44169139786cddd9868136b6554f 3,013 1.00/1.00 vMB 31
791,538 791,538 00000000000000000004c0b3e2a58e7a4989b9bce21f81a24aa976c6a11b72ac 3,615 1.00/1.00 vMB 41
791,537 791,537 000000000000000000047a12fcbc7bddc586a173befc658da30e5490c88e55c5 3,321 1.00/1.00 vMB 64
791,536 791,536 00000000000000000003ea45ee1d0e60abafbf8ce02552dac0382f131aee7fc0 1,805 1.00/1.00 vMB 54
791,535 791,535 000000000000000000043599a5f65cb39a19a8b5985644b6f4e4f1ecf795bdac 3,148 1.00/1.00 vMB 69
791,534 791,534 000000000000000000038759f10692a4a5093d1d4004e3fcbd6617b1d2851ff3 3,374 1.00/1.00 vMB 70
791,533 791,533 00000000000000000004448466881abf5e6cecd09b85f71a2f528125944cc1af 3,224 1.00/1.00 vMB 98
791,532 791,532 00000000000000000000a5075a8c7fd9c00e21a38781f2f2a1bbedd8cd612bec 3,254 1.00/1.00 vMB 55
791,531 791,531 00000000000000000005a4b564de9dfa754a11e76340e13fae80907604ff78d6 2,162 1.00/1.00 vMB 57
791,530 791,530 000000000000000000036de786d86a3094ab22b5b210bb883c282bcaebe1e65d 3,265 1.00/1.00 vMB 64
791,529 791,529 000000000000000000056b517c2b8a0e7507c0599553afd60678de5ce46de10c 2,142 1.00/1.00 vMB 87
791,528 791,528 0000000000000000000329a8b8565c511a1c676d76ad47046477d9fcc6d0a924 3,073 1.00/1.00 vMB 60
791,527 791,527 00000000000000000000c497386dbe3d3d9779ce9ccf226def7ff05a333430eb 4,000 1.00/1.00 vMB 79
791,526 791,526 000000000000000000048315867b3fd425fc276693fd5a4922a058b4d8acbd86 3,108 1.00/1.00 vMB 86
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.