Loading Tool

Explorer IconExplorer

Memory Pool

85,823 transactions
31.99 vMB
0.21222335 BTC
Random Selection Loading Transactions
Max Size: 191.33/200 MB

Candidate Block

Mining Attempt 9de697c3da737fe482bb0b08760cdf193647f538e88ceb1d32b1c3b21b421c61
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 9774d95831c93a2f8b4ed0e6460e732d2f1ce5ccd3084154ec8f10faea3d6ba1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,928
Size: 1.00 vMB
Total Fees: 0.09532643 BTC
Feerates: 529.10 > 9.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (594,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
320,506 320,506 00000000000000000c5b5d7c83223d7162bb49a8f53daffb3ea51fbfb65ff493 167 0.09/1.00 vMB 28
320,505 320,505 00000000000000001f8bb9ef5d1f7b0d6b15a0f7005023a6cd23f664844c50cc 622 0.27/1.00 vMB 31
320,504 320,504 000000000000000011b01a3e45741eba9d4813bf933ae6877b6cbf643afbc903 41 0.02/1.00 vMB 24
320,503 320,503 0000000000000000275ff6f59abf995bf95135991496a3b187f178e53aaa0cb7 66 0.03/1.00 vMB 21
320,502 320,502 00000000000000001923785e86ec3210e0257cf45e6932f9689d2667de39ea91 282 0.15/1.00 vMB 26
320,501 320,501 000000000000000019b3ac42f51a619d55265dd05cba0eca0e5b3ba2cd89f4b6 1,053 0.47/1.00 vMB 30
320,500 320,500 000000000000000006570f74c4b85cb71129b3e295cea64a5c941a4afd9b6a85 280 0.18/1.00 vMB 21
320,499 320,499 0000000000000000261ea5968ca3794f349967c877f30fc84c685f52e35dd5a4 322 0.14/1.00 vMB 32
320,498 320,498 0000000000000000074c97e486d9f4dfa2bc2754770fa86b4e4b8b27b9a4d4f6 735 0.47/1.00 vMB 24
320,497 320,497 00000000000000000627a07287f7311598cfaeac44dee8d7e9a3c03c6c1f6ac7 512 0.16/1.00 vMB 41
320,496 320,496 00000000000000001bcfe5a3bb3e4a6ed0e06c79c74722948bb840e3cae10bb1 167 0.07/1.00 vMB 32
320,495 320,495 00000000000000001cb92f1c2909c2d828f63ebbd62ddf0624b8d0d0b4c67f4e 31 0.06/1.00 vMB 4
320,494 320,494 0000000000000000215b2660bb946dbca6735b3be4ee4531225aa4afba0fc683 865 0.43/1.00 vMB 30
320,493 320,493 00000000000000000ce4f740fb700bb8a9ed859ac96ac9871567a20fca07f76a 349 0.20/1.00 vMB 28
320,492 320,492 0000000000000000253b37159ba4248b7913a0ecbbcd879dfca2dabac633af7d 682 0.36/1.00 vMB 26
320,491 320,491 0000000000000000057c4e5cd41ca0259b672f92e98ee532d2bdce78d950cdf4 60 0.02/1.00 vMB 29
320,490 320,490 00000000000000002708b066639a7038130871c3ee82fa3a62969d66c8238ea3 285 0.10/1.00 vMB 33
320,489 320,489 00000000000000000e7ee95df1867ee59ae7e8b14a50e9398136470a5f4d8b3a 296 0.13/1.00 vMB 30
320,488 320,488 00000000000000000832526c13a5d98f67e1477596d0040708f608f8da9f149f 441 0.21/1.00 vMB 29
320,487 320,487 00000000000000001ea2eb2a8b028cec9f64b5d2d6a1db8ec40195c831aa4c03 33 0.02/1.00 vMB 15
320,486 320,486 0000000000000000235a5577c433b54908c72e2266bf1698dfb494b806dd76ac 317 0.17/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.65 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: 672.70 GB
    • Received: 16.31 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.