Loading Tool

Explorer IconExplorer

Memory Pool

87,408 transactions
32.88 vMB
0.12450319 BTC
Random Selection Loading Transactions
Max Size: 197.33/200 MB

Candidate Block

Mining Attempt 78f5c47242faaeee9e55e2e03c7c6000bd161dbbcd10ae91ab30dea6709935ad
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 8accde4428a80d7047d176223fcccdf0f935dad2369fb2a8de968ea2bf863592
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,587
Size: 1.00 vMB
Total Fees: 0.04475964 BTC
Feerates: 218.18 > 4.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (497,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
417,635 417,635 00000000000000000263f175cdca346673f347b698eb7abc438f7f48e0f74732 2,176 1.00/1.00 vMB 67
417,634 417,634 000000000000000004091dc1414681c314f02d3c82fe4dea856ebf676b61a3e6 1,348 1.00/1.00 vMB 27
417,633 417,633 0000000000000000016f338659d4dafc719f6a0781be8da5bc6620004f4a4be6 1,775 1.00/1.00 vMB 30
417,632 417,632 0000000000000000043c3b4ce058a864f9c92de5366cac1585e3ed36a55568d6 2,649 1.00/1.00 vMB 63
417,631 417,631 000000000000000000dc5dbdd62773fdda84e9d96fa79614a32ea75f20c9f3fa 2,252 1.00/1.00 vMB 57
417,630 417,630 000000000000000004dc63c6bd0cd2c97f780a66fc36c81186d4b002aa05415f 490 1.00/1.00 vMB 114
417,629 417,629 000000000000000003c7c3c4cfdb4a67425d1e99801b0b4ac79918818ad7945c 756 1.00/1.00 vMB 133
417,628 417,628 000000000000000002d83fae2993fee6b75a32c41e12e61b134ef9d14a6d4001 2,129 1.00/1.00 vMB 53
417,627 417,627 0000000000000000006a7a4a1c59b42279c0390e40c38744a05b3c0927fdbeb9 2,208 1.00/1.00 vMB 60
417,626 417,626 0000000000000000001af43bbe6b6a3fcb49c015118dd10d839094aa3748a33f 2,608 1.00/1.00 vMB 70
417,625 417,625 0000000000000000028a680299275eb0367bb77e93d566c526d03a10f5534a43 2,012 1.00/1.00 vMB 68
417,624 417,624 0000000000000000029e1e04d234e30bfb04cf3bf2e8f223f8c3ca597f9068e5 2,040 1.00/1.00 vMB 97
417,623 417,623 0000000000000000046c3ee587ec76b9e4cdbbb9fef0702a678587856298a90c 1,888 0.83/1.00 vMB 60
417,622 417,622 000000000000000000985267f2ba3aed35d09471cb3e53be9fde9bb16c6233f9 1,378 1.00/1.00 vMB 41
417,621 417,621 000000000000000003831af2e3e2d33c4fb8a945ad0091f724fc9299e68452cc 647 1.00/1.00 vMB 21
417,620 417,620 000000000000000004f6a74ca4197f6d7936ed9125ef57f0a9b22f8d11075496 1,821 1.00/1.00 vMB 33
417,619 417,619 000000000000000004a5ed4f2318571874b4a3fd43ce9fcd5ce1f166945d91af 2,615 1.00/1.00 vMB 78
417,618 417,618 0000000000000000024c27a6aa71bec31a31b0a37b5044d2939801e510570bae 2,454 1.00/1.00 vMB 78
417,617 417,617 000000000000000004d92f552a9ecb437532468b69fd102c3b891a8117b9c3a9 1,437 0.83/1.00 vMB 51
417,616 417,616 000000000000000003364be4e598040ff4f9e67aef9af08f9db52db33c6d08a5 594 1.00/1.00 vMB 15
417,615 417,615 0000000000000000053df5ea268fd53f21a9689a2aafbae1663f5120fb879058 700 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.52 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: 668.88 GB
    • Received: 15.61 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.