Loading Tool

Explorer IconExplorer

Memory Pool

72,711 transactions
28.04 vMB
0.06690995 BTC
Random Selection Loading Transactions
Max Size: 166.07/200 MB

Candidate Block

Mining Attempt 940821c653b189c1d395300ec95e53f5b49286e4eebc1cb0bf5258849ee08285
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 7a76d67e9c9785c95b0b733be45d87157bf02eec5dcf634b64038bd3d44a6306
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,884
Size: 1.00 vMB
Total Fees: 0.01090293 BTC
Feerates: 150.86 > 1.09 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (364,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
550,691 550,691 00000000000000000000374840ed2c314f08f23026443ae52b7d555cfc3c3c1b 2,597 1.00/1.00 vMB 22
550,690 550,690 000000000000000000122da95cf5c8f731fbfc85ba77dfbd2c18a9264c6d6b05 2,693 1.00/1.00 vMB 8
550,689 550,689 0000000000000000000ecb30485d4f2807a725c31ee69d8b6da60fab544a3e15 1,975 1.00/1.00 vMB 21
550,688 550,688 00000000000000000020ac4011cfb8159759135bd199bd9d35d9645eb74ecc2b 2,014 0.97/1.00 vMB 3
550,687 550,687 00000000000000000004c140ca4316528cda0b56e8e71d01ec9ad3d236fdbb9d 2,619 1.00/1.00 vMB 27
550,686 550,686 00000000000000000010d14e7f9bbc4d269e2b6a98868ca296f51eed07455661 794 0.38/1.00 vMB 13
550,685 550,685 0000000000000000000686933a71991f34531b3df76aa8c3af836d08fd9eb81c 2,024 0.98/1.00 vMB 10
550,684 550,684 0000000000000000000409c5fd7e63182721ed02afb2828fc49c5ad4aab55824 2,521 1.00/1.00 vMB 16
550,683 550,683 00000000000000000008d75f78c22c80aec1a703538f34050140cda86a3ab42b 1,858 0.71/1.00 vMB 15
550,682 550,682 0000000000000000001afcf5ec4d5edb0018664cc2ed899759b0a66d0b41aec6 1,893 1.00/1.00 vMB 1
550,681 550,681 0000000000000000001f688070b9886a4d19aa28db12909ede6ffb483ca0945d 2,512 1.00/1.00 vMB 21
550,680 550,680 00000000000000000014e264027b40a0a31fee3d089e0a7c679b62e874c71189 2,512 1.00/1.00 vMB 25
550,679 550,679 0000000000000000000529c9c072960d0f9ea9ae96549bda0e95436dc51a2338 576 0.21/1.00 vMB 17
550,678 550,678 000000000000000000271312fc78b7afa8bda20a70257295c1b36755cc388f42 588 0.25/1.00 vMB 11
550,677 550,677 0000000000000000002325419cffe9e1a6e948c7ca7bd588ca0e7ee9053cb754 2,038 0.88/1.00 vMB 13
550,676 550,676 000000000000000000056a7dcfbf2e6fae0c0ea7577204ba0ba99c7e95efc7d4 2,181 1.00/1.00 vMB 4
550,675 550,675 0000000000000000000d50676fd63e7f974d04128afcbee5c842b72d9d4fd24f 1,769 1.00/1.00 vMB 23
550,674 550,674 0000000000000000001539994c2f495b099c40badb79218f294dbc0da022ce14 1,158 0.46/1.00 vMB 13
550,673 550,673 00000000000000000016ea12f2e0aa0bc763b6ea1eee1c4e7396c97dddf81e32 2,120 0.87/1.00 vMB 13
550,672 550,672 00000000000000000015ce90e7be9b992e60e21fb79ce7cdb6b0ade3b41e14a8 2,283 0.98/1.00 vMB 13
550,671 550,671 00000000000000000009b5ce40cf7e982140b0e42d652a872b3c15595ebabc60 56 0.02/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.45 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: 666.77 GB
    • Received: 15.22 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.