Loading Tool

Explorer IconExplorer

Memory Pool

51,002 transactions
29.11 vMB
0.07467862 BTC
Random Selection Loading Transactions
Max Size: 157.32/200 MB

Candidate Block

Mining Attempt cb2879f95f3f59e88c82dceca1cf8ee2c91e0eebec9f239d41920d429458e7e0
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root a19f8e0b9ef9e4accf3407e597ef70cf993d35fdc08e235c56c37cf678649512
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,994
Size: 1.00 vMB
Total Fees: 0.01909156 BTC
Feerates: 173.90 > 1.91 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (122,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
792,450 792,450 00000000000000000002f180f4e1c9f36e8398368f3b96a108c147eb50e373be 2,345 1.00/1.00 vMB 49
792,449 792,449 000000000000000000042849401bbf9c2bb1aece539324f01bcb0f1552af14d7 1,830 1.00/1.00 vMB 65
792,448 792,448 00000000000000000002dbf14c79ba749b1a4a8d3b75c3dc92b1554c2cf1e7c9 680 1.00/1.00 vMB 24
792,447 792,447 0000000000000000000491650f22bdec93f0b54cb0020477b7bf59354b6a5bb4 2,713 1.00/1.00 vMB 104
792,446 792,446 000000000000000000013e66960e3c892014b2f982c74be524cd2cbf887940c5 346 1.00/1.00 vMB 18
792,445 792,445 00000000000000000000ad378c5f8d5cabde8eef4ca88f01740462dc3e49907e 1,330 1.00/1.00 vMB 29
792,444 792,444 000000000000000000037af6cff153b9089141f4376e3ef52ae7ddf57a12e902 393 1.00/1.00 vMB 19
792,443 792,443 000000000000000000023e1018e8fbdacc2c7cc7bf702171223b2a9cee662759 3,231 1.00/1.00 vMB 23
792,442 792,442 00000000000000000000eebcd21570bf0c83befaf1983b0946e7fe8672731f8f 1,588 1.00/1.00 vMB 34
792,441 792,441 00000000000000000000a41a4fb04a84ccdb645daf6fc1c003d0d76727e34c3f 2,503 1.00/1.00 vMB 44
792,440 792,440 000000000000000000057086c593b056d5ed2e76e34effc813ecd7dfd62bc345 2,427 1.00/1.00 vMB 62
792,439 792,439 000000000000000000006d2bebc802edf7ae0f59395d5d7fa6662aa1b6006150 2,125 1.00/1.00 vMB 169
792,438 792,438 0000000000000000000312c1eadfaa318201f7211346a97bd5abebce3e6f1e04 1,933 1.00/1.00 vMB 20
792,437 792,437 000000000000000000013efbdecb1695b77f5b251267beda0b4ddc6523711f60 2,148 1.00/1.00 vMB 31
792,436 792,436 000000000000000000034109aaf59bb95ee2a10e384f73979fa1948cce034b24 1,919 1.00/1.00 vMB 51
792,435 792,435 000000000000000000035d4eee4c3b3864b503ed5c6b35a92de219529b34ca2c 3,139 1.00/1.00 vMB 25
792,434 792,434 00000000000000000002effc7f15458731d9715094cc5d4fb76016fe0564e1e5 2,656 1.00/1.00 vMB 64
792,433 792,433 00000000000000000001c4a14a2ef43c98e6df4809d7f2f0bc81808da69afe4c 2,116 1.00/1.00 vMB 24
792,432 792,432 000000000000000000004787ed66a1d9bbccc97daf5497e890470b1b3cc0fb1b 2,856 1.00/1.00 vMB 42
792,431 792,431 00000000000000000002ebd737be77b6cfd2890a13f4a20f35b281b33856a514 2,680 1.00/1.00 vMB 94
792,430 792,430 0000000000000000000415b2c6092af6857a471b554b7e6ff4f67a15502e5c35 2,808 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.