Loading Tool

Explorer IconExplorer

Memory Pool

84,241 transactions
31.99 vMB
0.09606194 BTC
Random Selection Loading Transactions
Max Size: 194.61/200 MB

Candidate Block

Mining Attempt ed0dab808ec75efd3f6e6e8c07ba70ecf8c4fe0f419c97382a867abacb66b45a
Version 20000000
Previous Block 00000000000000000000682e38af279af4c954a439e90eb631728e9fdcb16ff7
Merkle Root 52dbf4b4d21622ec5633d0e7c9752d4989502a320d394930d020c0db4ec5e2e0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,103
Size: 1.00 vMB
Total Fees: 0.01938414 BTC
Feerates: 179.53 > 1.94 > 0.51 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,210 (626,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
288,492 288,492 0000000000000000477e10c82710516531183d4134da91aae9b8ccf57952ce5f 183 0.06/1.00 vMB 59
288,491 288,491 00000000000000000c660eb672ff178ba779cf5b5987d3d734e786f0415fd8fb 1,111 0.73/1.00 vMB 28
288,490 288,490 0000000000000000951e1ba25d55fd9caf56cc9e09344d23ecd5a3fe382cef7b 520 0.50/1.00 vMB 21
288,489 288,489 00000000000000003cafba07146013f12e3fe4c3648bd27bd2fd90d58bd10d7b 512 0.23/1.00 vMB 31
288,488 288,488 0000000000000000383a3389998d6f30d82da4f03b76236f2da6954726eca651 195 0.06/1.00 vMB 87
288,487 288,487 0000000000000000ab70b0ddd3f1de5d9ee23bfb27c7ba80cb4a4483cc87dd81 827 0.35/1.00 vMB 41
288,486 288,486 00000000000000002ccd97525c32d92028ce7d19e6e968d203adfb69fdb6a843 64 0.02/1.00 vMB 31
288,485 288,485 00000000000000004638c0e0031389b56c755adfa0d2c4e3b9dfe60485a8f8a5 726 0.44/1.00 vMB 29
288,484 288,484 0000000000000000b68fd0aa39bd7ea6da5b2a876d9048ce0fc1a12e3f091ce6 79 0.07/1.00 vMB 15
288,483 288,483 0000000000000000f17f2a65c467ca9a321dcc6670eeda96ed4be2351f116a7c 1 0.00/1.00 vMB 0
288,482 288,482 0000000000000000ccb8980fe318ce27f6c4f367e627612a61615ba4dd8ec7fd 352 0.26/1.00 vMB 28
288,481 288,481 0000000000000000394da89531c083f383f29d1692a6ce888463a4113f5159c3 128 0.06/1.00 vMB 43
288,480 288,480 0000000000000000148fef11faba5eec77728eb6247901abd3b98f75a6d9dff3 181 0.11/1.00 vMB 19
288,479 288,479 0000000000000000bad5c22873b26e6885aa62e6b50f5f13418d1aa5d84cae1e 605 0.64/1.00 vMB 20
288,478 288,478 00000000000000007ff2a5b8fe95a2bbe59e97a5fef53a14f617d260d1b74ca8 897 0.35/1.00 vMB 61
288,477 288,477 00000000000000002d2f1f614a7a46476460b63d74734ddc5ad148f930cfb2d0 256 0.10/1.00 vMB 50
288,476 288,476 0000000000000000852ebf15a9ab1a8ccddabe96f95d9cd7291911e3ae02f6cf 499 0.35/1.00 vMB 28
288,475 288,475 0000000000000000f172f807914b523ff3ef0d2e45a2a68272df7b7464c10d7f 436 0.35/1.00 vMB 23
288,474 288,474 0000000000000000e01a29a49b486970d517892728b3a3f1e04913915858af80 191 0.06/1.00 vMB 76
288,473 288,473 0000000000000000d27f969064fb57604a122d8cfb38d8b48d9092d460e5a830 505 0.85/1.00 vMB 17
288,472 288,472 00000000000000003056fb5710e74fb1dcbc2f67c0822ae05b74d0faec2d85c4 871 0.50/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 782.75 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: 708.90 GB
    • Received: 16.78 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.