Loading Tool

Explorer IconExplorer

Memory Pool

38,624 transactions
26.69 vMB
0.08542782 BTC
Random Selection Loading Transactions
Max Size: 136.91/200 MB

Candidate Block

Mining Attempt 49bf7b0a47306f47426b8122aee54962cf2fdf4e8cd292fc5e81f2a4e05875cb
Version 20000000
Previous Block 00000000000000000000d48a01c3ed8f61c1c06ca18e9a1143cbde3caba3340e
Merkle Root e7fc8f3513a8a9d7a59eed8e1e82f07a2590386dfa8bf7244cad1fee2bd56d4a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,624
Size: 1.00 vMB
Total Fees: 0.03227276 BTC
Feerates: 152.71 > 3.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,688 (324,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
590,639 590,639 0000000000000000000ad5e672cfc03debd01b5ededae8c92dd08f044ace2b44 2,713 1.00/1.00 vMB 20
590,638 590,638 00000000000000000014f11cfa8f6e85ac2f940958eb726f2ac12dc4cc4a0740 3,351 1.00/1.00 vMB 29
590,637 590,637 0000000000000000001b79426bbe7d11803aca7368b73328e497674ddf3c73f6 2,716 1.00/1.00 vMB 48
590,636 590,636 0000000000000000001a0173fcced3f359c118b68bc02484543397bc8b1ff5a6 3,225 1.00/1.00 vMB 57
590,635 590,635 00000000000000000004fd728ff9c57a43be0c923d44a9dea4bb2e4ab4c9f0bb 3,252 1.00/1.00 vMB 51
590,634 590,634 0000000000000000000795b009fa0dcf1e77b20e7f5ff122d89556c302db560d 1,483 0.46/1.00 vMB 24
590,633 590,633 00000000000000000010bf0d1f9b3d6f1f0f6316fa8d3d499c5b3b1437591213 3,016 0.90/1.00 vMB 27
590,632 590,632 0000000000000000000fe8c21257dd8fd1ed4b4edabf26d69073d9a964141e6f 97 0.03/1.00 vMB 23
590,631 590,631 000000000000000000113c518cdcd51b91bc91689adb8cbf59c302c4a6f4b0fc 1,625 0.53/1.00 vMB 28
590,630 590,630 0000000000000000001ba03f19828b374e79e0b492877f0941ba78713ec7b288 1,506 0.70/1.00 vMB 28
590,629 590,629 0000000000000000000cb28a533d7418da2874dc7a840dadc284e65e58850fb7 2,454 1.00/1.00 vMB 19
590,628 590,628 0000000000000000001954d5837c83b7f55fe0b911ee9f0ee117c23ac8ec7c58 2,305 1.00/1.00 vMB 28
590,627 590,627 000000000000000000034edc82e47a93c69aa3fdbec855f963093cd4ac8c6ba1 2,769 1.00/1.00 vMB 19
590,626 590,626 00000000000000000016dcf1b5116af2acccb9ac5c5cfabcb0f090ab0978930f 3,183 1.00/1.00 vMB 65
590,625 590,625 000000000000000000154f25e811406f30e6efa5ff910f77b69ea6bcba1ecf74 247 0.09/1.00 vMB 26
590,624 590,624 000000000000000000037d5ce602d64e14aee1741468d8300760bbe44351089a 831 0.76/1.00 vMB 6
590,623 590,623 0000000000000000000c05e326bb125310e35d8a33af49f15899d168180dda52 3,052 1.00/1.00 vMB 22
590,622 590,622 000000000000000000068d9800c48f2552a2fcea7c957aec0d61389b3ba57e44 2,772 1.00/1.00 vMB 27
590,621 590,621 000000000000000000179bf5a124ce40b8fa153cdd8f1652a8cc34ce63f10491 2,958 1.00/1.00 vMB 31
590,620 590,620 0000000000000000000bd4d47e8b972d85452bfc5189806d12928dcec0deca38 2,701 1.00/1.00 vMB 60
590,619 590,619 000000000000000000106c784b5d63ba6517b4d7aa0142d2d589a8741d81b709 1,820 0.55/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 781.84 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: 637.50 GB
    • Received: 12.42 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.