Loading Tool

Explorer IconExplorer

Memory Pool

86,439 transactions
31.76 vMB
0.10700979 BTC
Random Selection Loading Transactions
Max Size: 194.53/200 MB

Candidate Block

Mining Attempt be99149a0d22c77bc65d93d4b6562d6088c3fa5dc21a94008dfca2bb9951d822
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 5e9bea5dff9928bc091a73d4241157e02d59a2e3dd836104b138d50878e09a52
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,912
Size: 1.00 vMB
Total Fees: 0.02688795 BTC
Feerates: 1,236.26 > 2.69 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (188,764 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
726,598 726,598 000000000000000000086eed3e98b387c49aef891213a28f6b38a79d2db7d08a 2,970 1.00/1.00 vMB 8
726,597 726,597 00000000000000000007570c6dffaf31045da8ec44648af2d3eeb25b84493b68 1,604 1.00/1.00 vMB 14
726,596 726,596 00000000000000000000223396fa1138bf73e51911e63f41fa0e0f053d9c6ba9 2,539 1.00/1.00 vMB 9
726,595 726,595 000000000000000000012c553fb6fabe9c6cc195f9974ff01dad806cdb94c2da 2,674 1.00/1.00 vMB 11
726,594 726,594 000000000000000000071f5f586a527d88420a61be3d0b0e45b1eaa6646137ea 2,954 1.00/1.00 vMB 10
726,593 726,593 00000000000000000005e8909249a3a259a986b4cd2df2f86068fbfb51c04433 3,048 1.00/1.00 vMB 18
726,592 726,592 0000000000000000000177a92761a5564160139a07f4840061e29d206505e059 1,372 1.00/1.00 vMB 12
726,591 726,591 000000000000000000063d7baf1e88f6a97d3d1b28b7b8b4e2a1869a9f081e04 2,589 1.00/1.00 vMB 24
726,590 726,590 0000000000000000000697179e4f79402522bd998321a3e3c9115bc646948c43 3,267 1.00/1.00 vMB 10
726,589 726,589 0000000000000000000437089945c8b5eadf8db22046f34f08d8dc0cf79d3343 2,356 1.00/1.00 vMB 16
726,588 726,588 000000000000000000059d66eab9780e14afb27e2099ef2ee55dbf034b6425fe 3,125 1.00/1.00 vMB 30
726,587 726,587 000000000000000000079aa1ba2d5c0bf3824739fd777df6b3dd685e378f3fc4 2,599 1.00/1.00 vMB 5
726,586 726,586 00000000000000000001ba2722acef93e1fe9576e0f3102f1a319321e1f0256c 3,109 1.00/1.00 vMB 11
726,585 726,585 000000000000000000053902c9dd25e98cbc4ab86850c77491a063b669243939 2,703 1.00/1.00 vMB 6
726,584 726,584 00000000000000000002f8006ebd46dbc4e43e7ce0c090ef76143249e846ac4c 2,416 1.00/1.00 vMB 10
726,583 726,583 000000000000000000079fc6e8225d4c51fb195ba1b03348ea73668dad749273 2,881 1.00/1.00 vMB 13
726,582 726,582 000000000000000000090a5c4f6f7210afafd7bafcb9f15744c058a8a37e9b6b 2,985 1.00/1.00 vMB 12
726,581 726,581 000000000000000000002212f38aa6133b7f7119f8beebc046fd5bfa20b44168 3,101 1.00/1.00 vMB 17
726,580 726,580 00000000000000000005cb3ff57fa42f262b0987019ccd0da0b1827e0eb4e13f 2,231 1.00/1.00 vMB 8
726,579 726,579 000000000000000000060aeb151282447e29b735ad97b663bea745c5ce11eb41 3,226 1.00/1.00 vMB 17
726,578 726,578 0000000000000000000068023e8a835742d480c593a76b0be3621d815f27a199 1,890 1.00/1.00 vMB 6
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.