Loading Tool

Explorer IconExplorer

Memory Pool

82,678 transactions
32.29 vMB
0.09091741 BTC
Random Selection Loading Transactions
Max Size: 194.35/200 MB

Candidate Block

Mining Attempt d440d655559ed644aa6a2c4c9de1c8f628218d7048dc1407d7583e2747617bc6
Version 20000000
Previous Block 00000000000000000001a4d38d277fd901b264e84099287ad65378aa5724e107
Merkle Root 6d9247077d9f8cd153a5a5b6220d4b6548514544c5fa17ab94db0ab5bd4ee058
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,720
Size: 1.00 vMB
Total Fees: 0.01858490 BTC
Feerates: 142.62 > 1.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,174 (473,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
441,305 441,305 000000000000000003169ec26876d5c12a3530bc9e46bcd60aa9ca2c31bed9ff 1,594 1.00/1.00 vMB 108
441,304 441,304 00000000000000000147674b83bb4345811ddc92b2ea22e6f3cb3d3e77504429 1 0.00/1.00 vMB 0
441,303 441,303 000000000000000000a2268a305ba9434ef1eeae8774a54321a45647a9c44d05 2,873 1.00/1.00 vMB 82
441,302 441,302 0000000000000000029912bf9cccec570828baadbaf79b0898d897c23c7ccaa7 2,339 1.00/1.00 vMB 68
441,301 441,301 000000000000000001bdca8d35885789732a9e7f220f909161bbaa8dd8589070 2,580 1.00/1.00 vMB 86
441,300 441,300 0000000000000000023b0a0a4668bfc45291a0f3ef242afa904f6786a2a226f8 2,546 1.00/1.00 vMB 89
441,299 441,299 000000000000000002cb89849b903f3921165cd24d7d0306c9a364a3f628998e 2,530 1.00/1.00 vMB 90
441,298 441,298 000000000000000002090785c4d198bacdab04238412f99088040de7d8863fdf 2,548 1.00/1.00 vMB 98
441,297 441,297 0000000000000000032075d21ffa01008200842cf25f07f01617852581e36d5b 2,250 1.00/1.00 vMB 105
441,296 441,296 00000000000000000080c31a3e0a76968c72aabca220f7e0af414d8e522196a1 1 0.00/1.00 vMB 0
441,295 441,295 00000000000000000218b42adb4df6b2313a425b3f94cab4d6e00e1a156c7413 3,649 1.00/1.00 vMB 69
441,294 441,294 000000000000000001925be3e8dc7003c42f5ecf14de61d347af8f5c93f01d0f 2,269 0.99/1.00 vMB 58
441,293 441,293 000000000000000001244a11cede506ff6a29fe46afe478e3dcb1f1868ca2178 2,616 1.00/1.00 vMB 78
441,292 441,292 000000000000000001dd567e2593c761605aa54dfb19cdb82d73f1d7d9b255e9 1,815 1.00/1.00 vMB 75
441,291 441,291 00000000000000000244dd3ea2802ff06fa3332a310091175f80b0c07db2d1fc 2,669 1.00/1.00 vMB 85
441,290 441,290 0000000000000000021fd60a6858a99be7c3f444fb53b88400928fb46b3537c3 2,988 1.00/1.00 vMB 74
441,289 441,289 00000000000000000389be57e0931e5b40f59c5fe29e5512fb57b88b57a267ee 2,612 1.00/1.00 vMB 98
441,288 441,288 000000000000000002e1c68d5c775eb905b546acce3bc8c1368d099e5ac27693 2,822 1.00/1.00 vMB 96
441,287 441,287 000000000000000001efd1fc37da9b434ce7c27752ba66459d37481839dff4a8 1,910 1.00/1.00 vMB 92
441,286 441,286 000000000000000002164e6774ba0b02ae072e39e30e068b7a70d4e48ce8ef32 2,571 1.00/1.00 vMB 102
441,285 441,285 00000000000000000380b9b9eb204a4e508e69e67d148e5037e315ea8d3abfc3 2,397 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 782.70 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: 697.33 GB
    • Received: 16.56 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.