Loading Tool

Explorer IconExplorer

Memory Pool

86,175 transactions
31.68 vMB
0.10480880 BTC
Random Selection Loading Transactions
Max Size: 194.11/200 MB

Candidate Block

Mining Attempt 1785b83caf16844716b858492c4dc95f7e2bc6399705e8993711ca929e9ca5c1
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root b1608bac77b90d507cd0b1151aacaac936114c2e441a4912ffd58ef2cb19eccb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,332
Size: 1.00 vMB
Total Fees: 0.02478644 BTC
Feerates: 1,236.26 > 2.48 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (905,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,444 9,444 00000000eddcc4c5f55ca8e83f7b01e173b388a67c61ad4eef0b595985205074 1 0.00/1.00 vMB 0
9,443 9,443 00000000333871bd7aaa5cdacffba04f16b17b060ccaeffb9977dc3aa158a5b6 1 0.00/1.00 vMB 0
9,442 9,442 00000000142eb98f462be0b16008fb3bc58c2e77a9aee2bc278277d60df0bab2 1 0.00/1.00 vMB 0
9,441 9,441 00000000f613d83e9b1a66d1daa4e62ee49e0112db1c52c26816ee2f917d197a 1 0.00/1.00 vMB 0
9,440 9,440 000000001a34e973180b1fe80c130e46ba96249accbe7e240ed23a386d0bd8ba 1 0.00/1.00 vMB 0
9,439 9,439 00000000cfbb66ce2ab2890114169dbf1597615371ac2024dcd16c5160e451af 1 0.00/1.00 vMB 0
9,438 9,438 000000007679597eb5c88ab61ea36dbbdbe94516d3778ab6ae289822345e8403 1 0.00/1.00 vMB 0
9,437 9,437 0000000085cc80ed72c5f995a58c0008e4c3c3ca8b41052aa7aecde8729202e6 1 0.00/1.00 vMB 0
9,436 9,436 00000000f7ff777cab5df46c0c7121b09254aa85f10e92fac0472e12f92487ee 1 0.00/1.00 vMB 0
9,435 9,435 00000000b34ff50a225ae6d5a127ae5a8ad8f3c96a0a3a3bdb41976b8a2eb450 1 0.00/1.00 vMB 0
9,434 9,434 0000000045afd708ddcc88a12ff8f843a462dd0ab6dda3ae3846e07a24aa3470 1 0.00/1.00 vMB 0
9,433 9,433 000000008c0a10d1e24abe11a6ce80c47d8467886baf588b19df87db64a201ea 1 0.00/1.00 vMB 0
9,432 9,432 00000000c1e525e9cb701a232bcbffd1d55e168e81b39cb6339ba6174bfec08e 1 0.00/1.00 vMB 0
9,431 9,431 0000000090de150fe67307110a94c86da095c90865796ef67e999e3a5db03d16 1 0.00/1.00 vMB 0
9,430 9,430 00000000ad75826c1a36cc0d59fe45d68709022d21dbdb1626f37fe9673b404d 1 0.00/1.00 vMB 0
9,429 9,429 0000000053ce318ac4d4f140ab3a9db1b242af662fac4c2b696b12d4409d8b8a 1 0.00/1.00 vMB 0
9,428 9,428 000000005815a4f2bbdcc3bdeada4a08fb1c6f3cc48b547eb58b25d7f3c0862e 1 0.00/1.00 vMB 0
9,427 9,427 000000008415f9170d9043d9a997502883062a885cb69218f4b64c06d8d4c404 1 0.00/1.00 vMB 0
9,426 9,426 00000000572960eae340d22d2e3a119628896be3e29ab736f55f5f49aae42849 1 0.00/1.00 vMB 0
9,425 9,425 0000000021fcb61d5b3cf66201f3a0efc25b7b7ee5af710c6b686a74bc28edfc 1 0.00/1.00 vMB 0
9,424 9,424 00000000c71e4013d596ab7f2c5bf520d72905690425a4ee35edde7fe4ebe3b0 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.02 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: 719.40 GB
    • Received: 18.04 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.