Loading Tool

Explorer IconExplorer

Memory Pool

26,066 transactions
26.78 vMB
0.05470428 BTC
Random Selection Loading Transactions
Max Size: 128.51/200 MB

Candidate Block

Mining Attempt f930504f71a4558ae3d57b8b705b8dea2166793edbf008639f3344c350d41526
Version 20000000
Previous Block 0000000000000000000051c37b861c7bf429b2e91859f9ffd065f6499afeaedf
Merkle Root e4d1bc3f4f0afe6e339faab9b621c163261ec64cfa7295ff27b859735e8e9ba9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,088
Size: 1.00 vMB
Total Fees: 0.00441299 BTC
Feerates: 40.28 > 0.44 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,498 (140,753 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
773,731 773,731 00000000000000000003971f9ecc730c2dcd73469cbac172a6ab41a6feb3ace6 3,348 1.00/1.00 vMB 22
773,730 773,730 00000000000000000001477ecc4314dd1d2479bd7d5fb229404b305a000a9115 3,698 1.00/1.00 vMB 18
773,729 773,729 000000000000000000018a91baf4d6e3a0381a961f18d09ee5f0a3423176a165 3,481 1.00/1.00 vMB 21
773,728 773,728 000000000000000000068eadadc191439073a42038ccfe6fcb28e6efeadca8a9 3,102 1.00/1.00 vMB 22
773,727 773,727 00000000000000000006a991eb3f1ca5825ffdf791a11fa9d6ae856c6f561da6 2,760 1.00/1.00 vMB 46
773,726 773,726 00000000000000000000231149128ddf7201819b1a7d644ae11c73adcf421271 1,654 0.48/1.00 vMB 9
773,725 773,725 000000000000000000028b80ecab418224c32ae18532de3a427475a23b4b6b1a 64 0.01/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.50 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: 612.00 GB
    • Received: 10.95 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.