Loading Tool

Explorer IconExplorer

Memory Pool

87,290 transactions
32.11 vMB
0.11761434 BTC
Random Selection Loading Transactions
Max Size: 196.27/200 MB

Candidate Block

Mining Attempt a06719c539faa6c275029cb1a0ce2b2a9a5434221a4285ad5f8df211d4324b70
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 37a64527bb001e20bbabe51bfca0d9920fd9c8cf281577b308c5e21194c71ec1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,820
Size: 1.00 vMB
Total Fees: 0.03276152 BTC
Feerates: 1,236.26 > 3.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (107,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
807,482 807,482 000000000000000000009db86c91ac3ce9cab592e9dd067674099d65f5131f6a 4,246 1.00/1.00 vMB 21
807,481 807,481 000000000000000000044aaa119b55e0dfee385d11f8845a203b75db5fe7e03a 4,623 1.00/1.00 vMB 20
807,480 807,480 00000000000000000001c7e19aac0af2a1be7398bf4410460191a970ff8cfe1f 1,662 1.00/1.00 vMB 16
807,479 807,479 000000000000000000024acc778607b326bb5061c6c0b4115cadd6e83db37305 2,277 1.00/1.00 vMB 16
807,478 807,478 0000000000000000000008e71db504a3d8d0acee8ef05d8481482adbc5e7744a 3,701 1.00/1.00 vMB 25
807,477 807,477 000000000000000000011029809bc9727da4bbd31cc075a34cd6e2f132234e46 2,785 1.00/1.00 vMB 18
807,476 807,476 000000000000000000008bbcadcf30305d9e4c279ba594591c83405006f2e8df 3,539 1.00/1.00 vMB 31
807,475 807,475 00000000000000000000d5a570d9814b536ce3cf791dfe56c35032ea8ade0e65 2,894 1.00/1.00 vMB 23
807,474 807,474 0000000000000000000046edc830f1fcfc05c940857ca1f335780a2d1c333e3e 3,122 1.00/1.00 vMB 34
807,473 807,473 00000000000000000003084d80f16f250d17927fae899f0082b9ff7d1b766983 1,779 1.00/1.00 vMB 16
807,472 807,472 00000000000000000001cb328c7e6ab24877be8d801241aaf6dffdf9b6dd3bd7 2,841 1.00/1.00 vMB 24
807,471 807,471 000000000000000000029b244d8ea7aca6927a832221ac155e819f8a4393ee80 3,110 1.00/1.00 vMB 27
807,470 807,470 00000000000000000003bd0d30cba19d221b09bdb5c262bc2d32c2acd3782a04 2,789 1.00/1.00 vMB 22
807,469 807,469 00000000000000000002b22c936a547aa392f3b383c9ccc10241552680d4b8fa 2,367 1.00/1.00 vMB 21
807,468 807,468 0000000000000000000182e1e30292aee29200e83dc511af07f0c8db6191f05d 3,609 1.00/1.00 vMB 33
807,467 807,467 00000000000000000000bbc77f8b3f2b031cf4849dad0e60ed50ede6c5fedea2 6,205 1.00/1.00 vMB 15
807,466 807,466 00000000000000000000c998eefb89bcec12152d24a7ba182e4adb3d20c1170f 3,158 1.00/1.00 vMB 19
807,465 807,465 00000000000000000000fc0da809a5a888131997ea6d4d2d06176d0e9bebab28 2,654 1.00/1.00 vMB 20
807,464 807,464 00000000000000000003a1851e090daef37df642945e26e834c6fe264821963c 2,193 1.00/1.00 vMB 18
807,463 807,463 000000000000000000046f9aa7891d48cf86abd2b335f62f754ca64d7eb9b0c1 3,457 1.00/1.00 vMB 28
807,462 807,462 00000000000000000001f4d7e966d20f71d142f12fb4ec91485e868b0858a53f 3,454 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.