Loading Tool

Explorer IconExplorer

Memory Pool

24,936 transactions
26.93 vMB
0.05618015 BTC
Random Selection Loading Transactions
Max Size: 128.32/200 MB

Candidate Block

Mining Attempt 12c8dd6b6719762660e7fa2a02066a4a8a4c6a27c19c8ff2db1e09309768461c
Version 20000000
Previous Block 000000000000000000008bb1e440ff81db36f781b06f2649023c6f896da5e43e
Merkle Root 464902db1e7281fdc391782d190f98c5818559acc6780964294213725373e9f3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 718
Size: 1.00 vMB
Total Fees: 0.00565709 BTC
Feerates: 150.93 > 0.57 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,480 (140,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
773,752 773,752 0000000000000000000027baa8625ab5878158271c789be12b53930b25e33eb0 608 0.26/1.00 vMB 8
773,751 773,751 000000000000000000044f0d84244b0fbb83e28979251cc02a5b9b99b1f4d8cf 2,768 0.97/1.00 vMB 10
773,750 773,750 00000000000000000004f456b7c37a04c420cf5122c388c4d029817c5c41ee07 604 0.19/1.00 vMB 13
773,749 773,749 000000000000000000026f8d448508489739455087365c3b5013f9372f264021 2,661 0.87/1.00 vMB 6
773,748 773,748 00000000000000000001392ad1ff552a8623afb8c49ff4f715b577deb1854f34 3,804 1.00/1.00 vMB 20
773,747 773,747 0000000000000000000609299b96574f828b479e9a0ff0cd3c7c65cb4c0d5bde 2,589 0.78/1.00 vMB 8
773,746 773,746 00000000000000000006738f41f4bd5905e18f7cd507d0a4198f3e249d83c19f 3,598 1.00/1.00 vMB 17
773,745 773,745 0000000000000000000392ffb25c285afc59dae6502513cc5e4f2c0b570cbba8 1,376 0.76/1.00 vMB 6
773,744 773,744 000000000000000000017647d64d56699ebc19543b57d46c212ba7f524a93f6d 3,287 1.00/1.00 vMB 12
773,743 773,743 00000000000000000005a1facdc10f9fba5464519a6f87bdc4deec3b653622a7 1,727 1.00/1.00 vMB 6
773,742 773,742 00000000000000000005b47170b9601f158889ddda5c5af7be179acd23b7b26c 3,139 1.00/1.00 vMB 3
773,741 773,741 00000000000000000006f5048808ead1c06093ee9db034ee480026ceaf6a5282 2,720 1.00/1.00 vMB 14
773,740 773,740 000000000000000000015ae14d3b57be372f13b5e1268d60f7e9c14bd09f6fbe 2,371 1.00/1.00 vMB 6
773,739 773,739 000000000000000000002dded4492c9450baa7777d1da8b9bd00eb5b859b4ab1 2,690 1.00/1.00 vMB 6
773,738 773,738 00000000000000000003c30a6bf6fd6b64eeec3125feb9c05712f5cdc4a7f918 618 1.00/1.00 vMB 12
773,737 773,737 00000000000000000003a9f9b0438ee0644cd4be1a2d49e148e84a655cb1a02a 2,518 1.00/1.00 vMB 11
773,736 773,736 00000000000000000002656e34cc33e8fbee6b63f7fd7cb3cdec29f2322b00a4 3,104 1.00/1.00 vMB 14
773,735 773,735 00000000000000000001686853eb8a9e9eb2402840aa327a945a5942650d5f7c 3,130 1.00/1.00 vMB 15
773,734 773,734 00000000000000000005485b547efc0ace36946ded1a4d4da7054fa6d7993a4e 3,734 1.00/1.00 vMB 10
773,733 773,733 000000000000000000013885c37ed2075a08a3d9bb71bdfb5cde26b01e2b6a19 1,995 1.00/1.00 vMB 10
773,732 773,732 00000000000000000005dd021d9be98cdad9a2b0a8266d07c182fbd933b3b99f 3,412 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 611.03 GB
    • Received: 10.78 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.