Loading Tool

Explorer IconExplorer

Memory Pool

42,608 transactions
26.14 vMB
0.05356871 BTC
Random Selection Loading Transactions
Max Size: 137.25/200 MB

Candidate Block

Mining Attempt 9914fb826d3b116588904dee780115a37775655df88e346512383b35dc34ee2f
Version 20000000
Previous Block 00000000000000000000d8ba2955f02eb456e7c5acbac6935bbd800431352c76
Merkle Root ae42487bfd5b982604802b03243b24202a7c0886003faa48319bfbe46cf8e431
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,149
Size: 1.00 vMB
Total Fees: 0.00584350 BTC
Feerates: 100.28 > 0.59 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,739 (594,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
320,368 320,368 0000000000000000016050b74680492af9ac8eafc65512adb994a83fc82f1454 294 0.16/1.00 vMB 28
320,367 320,367 00000000000000002181c5ba85dd58c86cfac270fefae27f83e13ba08e3ed947 407 0.24/1.00 vMB 29
320,366 320,366 000000000000000023b6a4722e73b4d491833d4efaec44bc36e0bd334c553b4b 1,050 0.50/1.00 vMB 32
320,365 320,365 0000000000000000183db50d6961e1e3b7420803ca6b0625951f2ac5b801fb32 127 0.07/1.00 vMB 25
320,364 320,364 000000000000000016b88280c96c24fe203ebbdff653a47bf6a7587ec7710f17 89 0.03/1.00 vMB 36
320,363 320,363 0000000000000000108318d097cf43239038b99098eeacd70c3c8ef055ace300 583 0.29/1.00 vMB 30
320,362 320,362 00000000000000001beff565217f41d356b6fbd8b2e2e58f1a36eaaa178d4c07 941 0.46/1.00 vMB 31
320,361 320,361 00000000000000001ab01068baace879efa9e963bec1f14817550cc16e66bd15 150 0.08/1.00 vMB 31
320,360 320,360 000000000000000007539db17e83ca32b1009fa980647406f8bdb2b66fb5cf6a 532 0.28/1.00 vMB 29
320,359 320,359 000000000000000004401488343208b56d626c485a389e7c8d121e7dfe5301ff 497 0.28/1.00 vMB 29
320,358 320,358 000000000000000023acdf5da32bcc8aac660796541ab180d067150894104818 65 0.04/1.00 vMB 27
320,357 320,357 00000000000000001d41469a48b766178b8a44b6dc2b38909e350ef8f5a18a6a 213 0.11/1.00 vMB 32
320,356 320,356 00000000000000000e2a1ee1260f78ee9de29b4dda261c7204d45b59f3e73038 128 0.06/1.00 vMB 28
320,355 320,355 000000000000000001c13faac6f5dfe9ac007a09a00385c8967beb8bfc762234 253 0.13/1.00 vMB 22
320,354 320,354 00000000000000001a11a740923b67ee2a7a31d13ce74625cfa3d5fc1b6dbedc 323 0.14/1.00 vMB 35
320,353 320,353 0000000000000000076e8be44cea7791007b8bb88c8b71be2b4a21172fdcf83f 26 0.01/1.00 vMB 35
320,352 320,352 00000000000000002378121d27565baa1c9c51a0664c02c0d68977615f6ef3f6 745 0.40/1.00 vMB 28
320,351 320,351 0000000000000000050bc712dcd757d7e03eeb27fb452607f100b8265adfe8e9 308 0.20/1.00 vMB 23
320,350 320,350 000000000000000023ea5c86411b15515a5ea81eda266638f76a2d0d4f6cacf0 405 0.19/1.00 vMB 38
320,349 320,349 00000000000000001bb2d23dcf14ab44ec887df3f69611e05faf965aa3190358 447 0.33/1.00 vMB 33
320,348 320,348 00000000000000001cc49c9eb47a36104da8451b764014aee43fd97830852353 376 0.22/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 781.93 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: 646.28 GB
    • Received: 12.83 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.