Loading Tool

Explorer IconExplorer

Memory Pool

19,827 transactions
8.92 vMB
0.09075130 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.40/200 MB

Candidate Block

Mining Attempt 42fd50708eed2e1cfa0d45101d2c7aed78e78822927dc436cb47ecedb964b648
Version 20000000
Previous Block 00000000000000000001816ebe27c4b538156b72d2393ecf91ed8f62040739b3
Merkle Root 15793f501f26af157b2448e5a124e5dfc8b91a7f825f1937fc0213073eb3b6bd
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,701
Size: 1.00 vMB
Total Fees: 0.07110898 BTC
Median Feerate: 1.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,408 (745,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
167,461 167,461 00000000000006f8dbe95c46d9a98a8f79f75a3b421122367c4eb79f74f78794 40 0.02 vMB 64
167,460 167,460 0000000000000063b1edbaec555370efbdceb6ecaf7c011e9d9007f296b346da 17 0.01 vMB 109
167,459 167,459 0000000000000b9591ba2e9e350d06588bdea3582249398fb3b619d5c36d805d 11 0.00 vMB 52
167,458 167,458 000000000000053c250fbb5724391221b494932e2235259376438e93ce81d320 49 0.01 vMB 0
167,457 167,457 0000000000000be64159e6713799826b65d9b6b38b2eb703012b69abac9511a6 9 0.00 vMB 27
167,456 167,456 000000000000035115ed335439625e650236c3025c4640dec0c6884a1ff47862 73 0.03 vMB 83
167,455 167,455 00000000000001225472e67d1bcf93b8bc9bdf60e6e0ded1ceab076dec3e2587 16 0.02 vMB 17
167,454 167,454 000000000000004a05ce4c8c0af8612686398b4d271f26b32ae236330970d407 19 0.01 vMB 54
167,453 167,453 00000000000009b31df5641a865103b5f59b450ebb408cccf11b4e2fbd764ac4 3 0.00 vMB 3
167,452 167,452 00000000000006bc35313ad53c91b826a252b6566f68ab6c48e89753e89ba1b9 27 0.02 vMB 32
167,451 167,451 00000000000003418e50a6d2f214bf4ccc5618e40a696f4d2655768b7d4beb49 9 0.00 vMB 21
167,450 167,450 0000000000000599d358a21cdc2535ac5c0c6b67c2ed8bf453d3203113025182 34 0.02 vMB 108
167,449 167,449 000000000000005a91f500f11b37186b1a2fe6b65352856d107c87f7e4087d7f 45 0.01 vMB 83
167,448 167,448 0000000000000563c70d819f2d7633d4f20476bff796cb32e5409012d7326037 52 0.03 vMB 62
167,447 167,447 00000000000002f46b4b585f578ee1d20ac62d517cf7e610c5c1188458443021 26 0.01 vMB 75
167,446 167,446 00000000000006d6ee3eb9ba0109af87c90ae3e364df1f74483c10cb7d576fed 9 0.00 vMB 0
167,445 167,445 00000000000004113486036d05f3c4df40499150d13db78c48170e72300ce730 22 0.01 vMB 17
167,444 167,444 000000000000004a1d9097fadb350a6f6425e1e0d9f854dba86392b9211b2bef 63 0.03 vMB 129
167,443 167,443 00000000000007b58ac12dfc78b0ae97ec3babef628198afc6791360b201c40c 121 0.03 vMB 27
167,442 167,442 00000000000005aca77e60a4cdb07768866f94b138e9ac71d6f32350d42b1c67 13 0.00 vMB 16
167,441 167,441 00000000000007a5215a09e2b5f9fa22af5cde460928d3db8e7ad748dfc01404 21 0.01 vMB 71
Previous 10 blocks ↓
Total Size: 779.58 GB

Node Details:

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