Loading Tool

Explorer IconExplorer

Memory Pool

42,630 transactions
26.26 vMB
0.05761378 BTC
Random Selection Loading Transactions
Max Size: 137.91/200 MB

Candidate Block

Mining Attempt aa7e394ec138679cc2871156156945bfd6ddee9e6e7af49c58245cc67e789e7a
Version 20000000
Previous Block 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e
Merkle Root 637954627b39f8f533c266203a6ddb788839faa00858f7d31d1731aeeb50342b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,231
Size: 1.00 vMB
Total Fees: 0.00969240 BTC
Feerates: 73.66 > 0.97 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,787 (260,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,003 654,003 0000000000000000000ac1d48d126ef2668f068f421c7afa5110d5549cde8892 3,068 1.00/1.00 vMB 115
654,002 654,002 000000000000000000058727cbb0801c9b987eac5cab4477e2eee2986ff7b212 2,969 1.00/1.00 vMB 126
654,001 654,001 00000000000000000009d73f2f17e73458b91ebf1cf098b875b940adea52d747 2,963 1.00/1.00 vMB 138
654,000 654,000 00000000000000000005d374b8e582162bf7afd6138f41fa6400c5aa11dc98c1 2,805 1.00/1.00 vMB 162
653,999 653,999 00000000000000000002002c3883b0e95ab5a64a9fcede1791e9deddaa46c6e2 2,949 1.00/1.00 vMB 124
653,998 653,998 00000000000000000006b795fe880e5dcc4dfb15967ab0aed64b14fa625d64be 3,140 1.00/1.00 vMB 129
653,997 653,997 000000000000000000009f58d7fb630145238c8e724638d940f96a476f3ea5e0 2,384 1.00/1.00 vMB 128
653,996 653,996 000000000000000000074ab67041ff363f7fdc5005742588e1bbc73e4b3b3fa7 2,483 1.00/1.00 vMB 143
653,995 653,995 0000000000000000000a14ee0d63add5fa77881b1dbe02374c92e62fe4322117 2,829 1.00/1.00 vMB 144
653,994 653,994 0000000000000000000258b4757371bbc3e1473f58bddd65bdf7e3785e82580c 3,120 1.00/1.00 vMB 170
653,993 653,993 00000000000000000008d999cee39762e7fe6f8dc7fd192883739cc9e73d83e7 2,559 1.00/1.00 vMB 128
653,992 653,992 000000000000000000086f6cad463e628769e16bc3865558058a35ad8cf260f2 2,589 1.00/1.00 vMB 145
653,991 653,991 00000000000000000002ae9fc1ad8f164cdb780ea6c5c36842046d4cb9448df2 2,901 1.00/1.00 vMB 171
653,990 653,990 00000000000000000005210c76d26372c4f24ddb5e42774ca61392dc8f0582ca 2,214 1.00/1.00 vMB 151
653,989 653,989 00000000000000000006b6b35de0f63a5e2e9e97d2f79d2f91e85f7274c7667f 2,604 1.00/1.00 vMB 155
653,988 653,988 000000000000000000048f9d4c1107bfcc5e5d4221b80675c97cf2c94a71604f 2,812 1.00/1.00 vMB 162
653,987 653,987 00000000000000000004d70c58c259cb30477088602603f1c9a4dc95c2b0dc40 2,492 1.00/1.00 vMB 56
653,986 653,986 000000000000000000097c34c6c6c7683689109696c86e0c8edd52099f6be9c5 2,740 1.00/1.00 vMB 102
653,985 653,985 00000000000000000001d9a790b9055b636c9bf87dc142e37903def251fe3ac9 2,363 1.00/1.00 vMB 79
653,984 653,984 0000000000000000000c51f5712f0ee1b66cabc4fe8caf934c5fb8b0b3a0e33d 2,745 1.00/1.00 vMB 115
653,983 653,983 0000000000000000000d8ccf2c4a4d6a6efdf9d1f6f0a1c015852db02cd34dee 2,789 1.00/1.00 vMB 110
Previous 10 blocks ↓
Total Size: 782.01 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: 649.24 GB
    • Received: 13.14 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.