Loading Tool

Explorer IconExplorer

Memory Pool

77,781 transactions
29.49 vMB
0.10185567 BTC
Random Selection Loading Transactions
Max Size: 178.00/200 MB

Candidate Block

Mining Attempt 7d66445f2a215d0ae4f7f0d1fd6660814d57f5b458db5d6247db569814477b3f
Version 20000000
Previous Block 000000000000000000018dccc1f80f688a1293ee5004ca43085f353ec09eaad5
Merkle Root cb0a640c0e6baaa686e2e8cda3085cce966f7d054aa719425a97d54bcc314970
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,185
Size: 1.00 vMB
Total Fees: 0.02650221 BTC
Feerates: 201.40 > 2.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,275 (594,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
320,537 320,537 00000000000000002721c98799e2110db417874d11fcfe8e12456e8672cc322e 74 0.03/1.00 vMB 34
320,536 320,536 0000000000000000025e3b6492f810a2c896cc1f27a33de07f26624bd3bc0749 974 0.48/1.00 vMB 31
320,535 320,535 0000000000000000275e4ed4e1b2bdc8940083aa1ee4552956b9b2f433ceec6d 496 0.29/1.00 vMB 26
320,534 320,534 000000000000000017bc85e0007e4b541e20c18f4198533f2fa61ce6cff30171 45 0.03/1.00 vMB 28
320,533 320,533 0000000000000000016c468c77ef53f8103a1008b83a73c5cec54065055611b9 211 0.11/1.00 vMB 29
320,532 320,532 000000000000000027576ec0c836564785ecd70b3926254f3fdff333f52f70d8 121 0.06/1.00 vMB 33
320,531 320,531 000000000000000016336583b03b6b0fc9ef0b5609e651d39424ca0a60e67861 18 0.01/1.00 vMB 15
320,530 320,530 0000000000000000248903c40ee8c08d552c058e3300c5aa14ee4f96ba5c028e 485 0.25/1.00 vMB 29
320,529 320,529 000000000000000002ef3c4b33f5673819e11a50600b0bcd7204299e2f97c162 104 0.11/1.00 vMB 19
320,528 320,528 00000000000000000227fa8c00780c1b6cf98a80b8eaa56011c1a56ed0332454 795 0.40/1.00 vMB 28
320,527 320,527 00000000000000001f5e726dbbd7654f02d080aa1366b433cd1ec63e3a903497 64 0.04/1.00 vMB 42
320,526 320,526 000000000000000000a775088594898153bb5f874f64414e256f53ca29ac210d 88 0.06/1.00 vMB 33
320,525 320,525 000000000000000006c7e17b4dab48be97ff9083637164f575b8dacc8514559b 1,017 0.65/1.00 vMB 22
320,524 320,524 00000000000000001e8d77d961416a859b99cb4576970412fc82bf3f15dd930a 1,024 0.32/1.00 vMB 46
320,523 320,523 000000000000000013eda2041d3fcc1a981e71379d43f744016343b96e5696ef 526 0.31/1.00 vMB 27
320,522 320,522 000000000000000023db2e1801a53a413ec322408efb102e43de6885a951108e 404 0.24/1.00 vMB 27
320,521 320,521 0000000000000000215261a98b5bfb91fb706f78d6db060de84e9b803837e1f2 513 0.30/1.00 vMB 26
320,520 320,520 00000000000000000d08120514b9fb83f59ceab38a9a670572a7d47b2b2e8a2e 282 0.15/1.00 vMB 28
320,519 320,519 0000000000000000039f451de3cdff323f705ce6137067607113b623578862bb 685 0.42/1.00 vMB 25
320,518 320,518 000000000000000022c367c347e3fb6a220471dec8117823df718503732fa73b 109 0.04/1.00 vMB 26
320,517 320,517 00000000000000000b816edbfd92a7b00938925e240fad2cabbdde62ab486180 428 0.19/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.87 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: 713.08 GB
    • Received: 17.30 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.