Loading Tool

Explorer IconExplorer

Memory Pool

33,076 transactions
10.04 vMB
0.11224839 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 65.11/200 MB

Candidate Block

Mining Attempt ddf67581b2a9692ac26b8bfc1e30afdc85a1f0bf662564219a7f1abb13b937c5
Version 20000000
Previous Block 000000000000000000011329a0df17c0f400b934b8f44ab626da0c3d10e12bdc
Merkle Root 642405e9630e8a9af3e5ac6d8c5ccdd58efd3073c272d44f129e156bfa60e990
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,313
Size: 1.00 vMB
Total Fees: 0.05710750 BTC
Avg Feerate: 4.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,023 (774,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
138,428 138,428 000000000000089701803f4d79a1f32be5b6b4fc4861c0357a5118a1641e353b 0.02 MB 47 117
138,427 138,427 000000000000073f5c4076510d5ea7e31289cf73776c54235e50a9e395eebaae 0.00 MB 8 108
138,426 138,426 00000000000008a035a30a613befa38ac74888edc16ae5d3242eade4e8e7a7df 0.02 MB 60 84
138,425 138,425 0000000000000532e880964cc794107962c8047bbc3f81b1dce6a63707aaa629 0.03 MB 66 251
138,424 138,424 00000000000006ec7d6200aece91c746e903237beed3a1bc7462056d98ed0dce 0.04 MB 70 263
138,423 138,423 0000000000000157fdae3701de372ce53e01d758d67b052763726cd654a5cc3d 0.02 MB 57 3
138,422 138,422 00000000000001f277b7f8c0e28164d51ce87b62300b65587908d24091f13d91 0.02 MB 47 116
138,421 138,421 00000000000002df5be0498793c90f5846f3105cc51ba845c49f2088c61d7177 0.05 MB 126 123
138,420 138,420 0000000000000344987efe9880ba0449002ebe19e76ea4657e9ad72ad20e7f75 0.02 MB 64 117
138,419 138,419 00000000000006a8ba8ff8ef077ec0a268eca59251ed57566c7df152a2de34e0 0.01 MB 13 490
138,418 138,418 000000000000040493f2497820d9e0bbe1ced1b5ee7c3b5b3fef29f6f0eec5fa 0.02 MB 32 170
138,417 138,417 000000000000019ad38e9ad0c5e27f072cc903c6efa0b6e81c1bcbf93e7951a6 0.07 MB 76 611
138,416 138,416 00000000000005c64adf6289aa3260c90250ba0e48328c8be59e5699243d1f81 0.05 MB 68 563
138,415 138,415 000000000000030bc95cc99aa0d75335f508bb8714985b971c6e13811b07c128 0.00 MB 8 431
138,414 138,414 0000000000000708223b5a7e4da77037043f32069e66bebd94fbc9a301406d44 0.02 MB 39 473
138,413 138,413 000000000000063175316e9502b43bb0affeee8a2540695aaf0463326f9e9d0a 0.01 MB 40 166
138,412 138,412 000000000000060cab94e6a0d3771a5fb54960e906dfd154befaf8c1093beafa 0.01 MB 8 98
138,411 138,411 00000000000007b72fb86ab3df4051a4b6616acb22e8aae4cec3c01f288c06e2 0.04 MB 87 73
138,410 138,410 0000000000000282c4e7b0e04ccf7919ecde0ded623603a20c2bb84379c3baf0 0.02 MB 42 345
138,409 138,409 000000000000042f42c9e270bcc071eccafb0a4f337350d25eb99571380259b9 0.01 MB 24 129
138,408 138,408 000000000000001ccdb6819969e7bfd29528c5076aa95c7b03ffcad1603d0bca 0.00 MB 8 23
Previous 10 blocks ↓
Total Size: 778.88 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 403.59 GB
    • Received: 3.64 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.