Loading Tool

Explorer IconExplorer

Memory Pool

79,071 transactions
29.48 vMB
0.06809678 BTC
Random Selection Loading Transactions
Max Size: 177.44/200 MB

Candidate Block

Mining Attempt d65d9038c8fb7be31c968677c692e02998feba9a07376639f46402cd7ec57899
Version 20000000
Previous Block 000000000000000000018695f041328e2b5529f23ff75f1df68b481c7c8526bc
Merkle Root a989569de85be66a80c5ddc0d84eb5b8c115e35fe402de6c20ee3c71c539d28b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,284
Size: 1.00 vMB
Total Fees: 0.00827889 BTC
Feerates: 150.77 > 0.83 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (170,262 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
744,731 744,731 00000000000000000008ccaeeceea288dc4c26af168a27b3e9e9f507e21c7f9f 1,764 1.00/1.00 vMB 12
744,730 744,730 0000000000000000000737946b1289326e55963231782c849fdc04dee078fc7b 2,732 1.00/1.00 vMB 13
744,729 744,729 000000000000000000031c8b72d7e3d3a21e59cace17a329c4408c12a4f54162 2,576 1.00/1.00 vMB 17
744,728 744,728 00000000000000000003c0e3a1d3c1c9c66ee49ebf6a5cdc447a8b8593ec055a 2,814 1.00/1.00 vMB 13
744,727 744,727 0000000000000000000384c7b8c359e2c08bd49b7b09478120aad33548eacbd4 3,322 1.00/1.00 vMB 23
744,726 744,726 000000000000000000007c7cfb4983c59fbbb520a00624034f6362f96d1bfcb3 2,031 1.00/1.00 vMB 17
744,725 744,725 000000000000000000047b4057d7ee0ec9c74a33edf6b8670120b3b42feeb185 3,158 1.00/1.00 vMB 26
744,724 744,724 0000000000000000000450fc0dde67e3a1d6b918780120230bf7ae729fb8e146 2,112 1.00/1.00 vMB 22
744,723 744,723 00000000000000000005a98531deacdfd5f47b77ad3452f5c63d403a8ff47444 2,077 1.00/1.00 vMB 21
744,722 744,722 0000000000000000000034b0d313ff57ea28fa8cc427c2b7b44db20e128aebbb 940 1.00/1.00 vMB 5
744,721 744,721 0000000000000000000886f65afa4b404b006a9d06bb3eab3773cd0d7f47ecfc 2,122 1.00/1.00 vMB 11
744,720 744,720 000000000000000000094d0188f827cf47157185f3a8d9e8c6bec032ae0bc007 2,638 1.00/1.00 vMB 13
744,719 744,719 00000000000000000009a49c690d19dbb3187352ebc670e7715217cd21f2f3d2 2,523 1.00/1.00 vMB 18
744,718 744,718 00000000000000000008d3bf3c3d23d1210f31a0770ab0961cfd4c512fad9e49 2,581 1.00/1.00 vMB 16
744,717 744,717 00000000000000000008b4ab35ec540ecc6847f53fd370c3ddeaf2abd9f2462a 2,849 1.00/1.00 vMB 25
744,716 744,716 00000000000000000006778a7fb1adf22b4fe6ae58401ae1e61baa4394397ae0 2,059 1.00/1.00 vMB 6
744,715 744,715 0000000000000000000541b2feab08313d0703fd8a720b779fbb6518b44a93c6 1,831 1.00/1.00 vMB 5
744,714 744,714 0000000000000000000969540e5ddebebdbbd6dbc1ab78a31cf5003bb51cd42f 3,081 1.00/1.00 vMB 11
744,713 744,713 0000000000000000000336d16456bb0b2ddee41bb12250251f18a34fef45bedd 2,595 1.00/1.00 vMB 12
744,712 744,712 0000000000000000000689c29ac2606c3a39101a19eb567320c6e3c1e7911833 1,799 1.00/1.00 vMB 10
744,711 744,711 000000000000000000036766a4e79468b0b9ca022ccac91eaa3631c400d6833c 2,117 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.38 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: 664.30 GB
    • Received: 14.96 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.