Loading Tool

Explorer IconExplorer

Memory Pool

83,058 transactions
30.87 vMB
0.08044238 BTC
Random Selection Loading Transactions
Max Size: 189.33/200 MB

Candidate Block

Mining Attempt 6f8a6d8d5122b9084f9708caa1a6067fa5430a3f665d9fae8b28d26af5b343da
Version 20000000
Previous Block 00000000000000000000d458498d88f256390ba991d916d90569548e7a257dd4
Merkle Root bc6faefd8e9adf8c956ba7949d67ba6101e39b2f78c851eee30cb9c3620e9088
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,935
Size: 1.00 vMB
Total Fees: 0.01089526 BTC
Feerates: 146.36 > 1.09 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,345 (472,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
442,374 442,374 00000000000000000256b063570b825a15685fb350726e2cccb1cd07549c8104 2,273 1.00/1.00 vMB 56
442,373 442,373 0000000000000000001751eeffdddcbf38bcaa6392b9f2787abc0cf033a50483 2,479 1.00/1.00 vMB 93
442,372 442,372 000000000000000001337319d50f0611f1aaa5a019a02b7b1363a5ae47ab4171 1,585 1.00/1.00 vMB 61
442,371 442,371 000000000000000002a137923afb35a7279687b8cf76676eb309d00ec4223af0 2,091 1.00/1.00 vMB 62
442,370 442,370 00000000000000000155d46546e1ed40b52a9a1433e5782b8bb7cc3ec1e49971 2,330 1.00/1.00 vMB 71
442,369 442,369 0000000000000000018f0b9a05c6835fd847b68a1cbce9274e546fb2c01ef5b8 2,449 1.00/1.00 vMB 85
442,368 442,368 00000000000000000125491b5caf46c1d3684982f3c80ee1b2a82e38b2a23e61 3,247 1.00/1.00 vMB 77
442,367 442,367 000000000000000002f94f39accf55c3b26b7f1485f5635c624cbe759fcbb654 2,486 1.00/1.00 vMB 69
442,366 442,366 00000000000000000041242a877cc5c1313a57fe60a048b2fcfb289d358f259d 2,337 1.00/1.00 vMB 93
442,365 442,365 000000000000000000e9b655c2942fdec3b2fa768bacda24b17954babebdabc0 2,588 1.00/1.00 vMB 90
442,364 442,364 00000000000000000332cf568d4fd48f01148d2bc28f1c216cbcb01e9ca1aff2 2,711 0.99/1.00 vMB 102
442,363 442,363 0000000000000000013f0e160d5e59e244bacb005bcfd626bc89798673f6497c 2,760 1.00/1.00 vMB 74
442,362 442,362 000000000000000000e7f5997aa32519a01a1dfee1f917d5425604e82121b980 2,761 1.00/1.00 vMB 74
442,361 442,361 000000000000000000416ce2de213b1df87e401c6ab1d5ba716c603fd695d6e7 1,990 1.00/1.00 vMB 81
442,360 442,360 000000000000000002ab05201210864f6a318bf1df73aa1f567e83e65f8fb34b 2,606 1.00/1.00 vMB 116
442,359 442,359 000000000000000000e10a18f5f9724fda92b75999e33c9a76fc8075d3c20d9c 2,596 1.00/1.00 vMB 104
442,358 442,358 000000000000000001c7ee8b0a43dbba1ab14b23ca9f2b5317f183174c8f8fe8 1,206 1.00/1.00 vMB 71
442,357 442,357 000000000000000000fc154a207c0c8308cb32789cae303222087454c70eb613 2,475 1.00/1.00 vMB 120
442,356 442,356 000000000000000002bf2bc51556da0b3939dfc0ac0659ddfe5b0f0914843705 2,025 1.00/1.00 vMB 80
442,355 442,355 00000000000000000082b88ac2ecbc4975cb9ff3dc9af370e2107e4a7a31273d 3,368 1.00/1.00 vMB 111
442,354 442,354 000000000000000000e7fb6280c65be7f6211695106987134ac49f24f4e0b31c 2,484 1.00/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 782.99 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: 717.22 GB
    • Received: 17.84 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.