Loading Tool

Explorer IconExplorer

Memory Pool

36,416 transactions
26.13 vMB
0.06965044 BTC
Random Selection Loading Transactions
Max Size: 133.45/200 MB

Candidate Block

Mining Attempt 1022d9b2464b218ce508ffa09b90bca26bff1355583d3690f2a942ff2b75de22
Version 20000000
Previous Block 00000000000000000000d48a01c3ed8f61c1c06ca18e9a1143cbde3caba3340e
Merkle Root 415fc9c167106ee6afa1f4958668ef91b66859d90c2779c259cfd30f78ebe5b3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,148
Size: 1.00 vMB
Total Fees: 0.02135799 BTC
Feerates: 152.71 > 2.14 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,688 (284,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
630,561 630,561 0000000000000000000843f815239de1d3c63d645378070efe5e7f5ba02a0a03 945 1.00/1.00 vMB 27
630,560 630,560 0000000000000000000d56e347376ed790fb84fd14f17190ee2c51d351de053c 2,629 1.00/1.00 vMB 115
630,559 630,559 000000000000000000107c5ca0295b65b9dbdea759f25da332fb4f759f103c5e 2,916 1.00/1.00 vMB 105
630,558 630,558 0000000000000000001031f72d59f48864b4f07b571b29eb4e4bab479916e96c 2,368 1.00/1.00 vMB 43
630,557 630,557 0000000000000000000f01b3a9f44f8e84fb48caefa5fcefe0e78e1d2af69c87 2,722 1.00/1.00 vMB 140
630,556 630,556 00000000000000000003bea9cc1d51b8b03868b0e48e79ede429feee118adb61 1,671 1.00/1.00 vMB 73
630,555 630,555 0000000000000000000180512f8028a29f03e0ecafc0b730d549112751d0d25b 2,356 1.00/1.00 vMB 73
630,554 630,554 0000000000000000000208bb9bcabe71d41eda44a96431a7b2ded510dfaa41fa 1,575 1.00/1.00 vMB 38
630,553 630,553 0000000000000000000c988287772c9decff0a163cefddcdeabd30f8ef006a00 1,805 1.00/1.00 vMB 29
630,552 630,552 000000000000000000090e51b9a3b543638852c2332bd88e9e3843fd12905b44 2,444 1.00/1.00 vMB 45
630,551 630,551 00000000000000000001e4b16b879d5058d819aef0cd532b87dad907c4be020b 1,902 1.00/1.00 vMB 58
630,550 630,550 000000000000000000105dcb1f7c06b4b9178c4740bdc473916c2d22a5b9a6fd 3,712 1.00/1.00 vMB 47
630,549 630,549 0000000000000000001025a6f66c175f4a00102d84c385ea3d7430619464a6cf 2,917 1.00/1.00 vMB 113
630,548 630,548 00000000000000000010e914c3eaa4f3a33762d13cda3d5c2af10f92b244c5a4 3,040 1.00/1.00 vMB 75
630,547 630,547 000000000000000000007d2f3b6534a7737b7f0d6f81f3ecfba89587fa2f55cc 2,839 1.00/1.00 vMB 60
630,546 630,546 0000000000000000000fc41c70d81295c303d17dfcd20f6e033c1001e5cdcc48 1,739 1.00/1.00 vMB 31
630,545 630,545 0000000000000000000ddf82d434d0631f83e9abaf4803ead92f75d246617890 3,277 1.00/1.00 vMB 70
630,544 630,544 000000000000000000047946daed4ae99a9ad429cf79088e032332d45880358e 2,747 1.00/1.00 vMB 82
630,543 630,543 0000000000000000000cf1792445cf581455c9ed342071c4dadb7fd34312ca82 2,218 1.00/1.00 vMB 94
630,542 630,542 00000000000000000008a61a4ba92101297f08395119bebf918c459e308e1e1a 2,338 1.00/1.00 vMB 64
630,541 630,541 000000000000000000004cd014ffb42a52a1a25ab19316aa66caeea323b61ca6 2,681 1.00/1.00 vMB 80
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.34 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.