Loading Tool

Explorer IconExplorer

Memory Pool

40,822 transactions
27.93 vMB
0.06380159 BTC
Random Selection Loading Transactions
Max Size: 143.32/200 MB

Candidate Block

Mining Attempt fc33203e47c3ba02581e6d7ceb23cc55926dc80389a1a2a77e12493ae0bd6b9a
Version 20000000
Previous Block 000000000000000000001575d499d27a6e9805527fd037e437eb755b38e6f4e7
Merkle Root d40bfa898d4b73b97b725aab1ae2d32ba6eec67f698b694429a1ce0d317491ec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,668
Size: 1.00 vMB
Total Fees: 0.01032316 BTC
Feerates: 100.56 > 1.03 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,640 (530,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
384,625 384,625 000000000000000002c2583d13f584a12d8c91879c877240a1cfc6b2c24be1bd 1,701 0.81/1.00 vMB 34
384,624 384,624 000000000000000000330baf11a999b400ed787eb2996a36729699f5930fe68c 553 0.25/1.00 vMB 24
384,623 384,623 0000000000000000034f42928301c1fc9b732f2daf791c57f4100d0e4407de16 1,819 0.94/1.00 vMB 30
384,622 384,622 00000000000000000a4bec40486ffbb984cd2c812c675d14bc8e481290b4a18f 2,033 0.93/1.00 vMB 31
384,621 384,621 00000000000000000056c651f5ad0e286d7b8b7e42578581bfa7fd1950862958 1,643 0.70/1.00 vMB 31
384,620 384,620 00000000000000000c25ade274c6bbc5faac09ed9d5189a084e4a4d492552718 2,261 0.99/1.00 vMB 31
384,619 384,619 000000000000000009c25ad400196285a480f158e5bb782021b0ec2b499b254f 1,137 0.62/1.00 vMB 25
384,618 384,618 00000000000000000ad212590d1f92fd90906ff78ac5a70e08570c33ca0cc9d2 1,507 0.93/1.00 vMB 24
384,617 384,617 00000000000000000504b5a33804500c292a86fbc90eaf4bdd63d6bbb29ffa78 2,113 0.93/1.00 vMB 31
384,616 384,616 000000000000000007d2803ed26880d4c2bf78db77f8db42f5b192495a5d9ef2 1,692 0.75/1.00 vMB 34
384,615 384,615 00000000000000000725593aadec7518dcef87d192a850fdddfa8eb1d88539fc 2,376 1.00/1.00 vMB 37
384,614 384,614 000000000000000000d65d9f2f572cbed99d2617c123c6a2fe3b4d71fb1b0852 1,044 0.64/1.00 vMB 30
384,613 384,613 000000000000000007715c355d714b53f8d65cadb837a6356ae7faae2c92ef43 1,308 0.90/1.00 vMB 27
384,612 384,612 000000000000000000e0e77cc8517f5729bdb636dda3f04379c584b5b92452cd 1,818 0.82/1.00 vMB 36
384,611 384,611 0000000000000000030567f208100b3a1c87bada7be68e7dd336792174c4ef50 1,812 0.96/1.00 vMB 29
384,610 384,610 00000000000000000c57cb678cc334a690dad5af294b2bc99f2abeb5bce35471 481 0.20/1.00 vMB 41
384,609 384,609 0000000000000000009124f5d03b40d0ad1d8589f0faa754aadd4eaf201053ae 615 0.99/1.00 vMB 19
384,608 384,608 00000000000000000ab6cbe60efd9b8048b9cfce61f27ac295f865c88edf59e4 951 0.37/1.00 vMB 44
384,607 384,607 00000000000000000dd052f559160e836e0a564329f6f87b0a10f4aa369f74d7 754 0.66/1.00 vMB 17
384,606 384,606 000000000000000003bf11d529573c9f8d5905dca6031990fe637f9d114b3bfb 786 0.75/1.00 vMB 25
384,605 384,605 00000000000000001081576e5e79a54c9eaf479be7b9b4a01ec54ca8e9eabf59 740 0.49/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 781.75 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: 631.73 GB
    • Received: 12.08 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.