Loading Tool

Explorer IconExplorer

Memory Pool

76,218 transactions
28.03 vMB
0.08161162 BTC
Random Selection Loading Transactions
Max Size: 171.04/200 MB

Candidate Block

Mining Attempt d9c700536a8bb971d15a54aebc5d24e967f618082e49a1904e9046ac28caf669
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 8f06849fd049a5e1cb8b1d119e876dea0960530870359a8e97f15cca2371d785
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,320
Size: 1.00 vMB
Total Fees: 0.01993961 BTC
Feerates: 150.93 > 2.00 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (320,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
594,487 594,487 000000000000000000155597e955f499e2d8b61bd27616655f2960f13aa43e97 2,628 1.00/1.00 vMB 19
594,486 594,486 00000000000000000003235beed6bde9801e322706610251c36a8a2ba01d00e0 3,098 1.00/1.00 vMB 14
594,485 594,485 0000000000000000001726534a15310ae847a3baaf00b8b18426ade75fbfb75c 1,480 1.00/1.00 vMB 6
594,484 594,484 000000000000000000184e3bd33376c4e30c967db546d7f19b820cd0549d14de 2,950 1.00/1.00 vMB 25
594,483 594,483 0000000000000000000c78ac26a04ebc356b40e56f672cc88a9bb73ef1020290 2,773 1.00/1.00 vMB 30
594,482 594,482 00000000000000000003af7c8fcce29a0109d8ae3949ba23d239afd997509b4f 3,250 1.00/1.00 vMB 41
594,481 594,481 000000000000000000168815b86a4bd0decff7797d33bf3cab4e18d95c236c20 2,940 1.00/1.00 vMB 30
594,480 594,480 00000000000000000018ecf3bd3a345b939774f3b67246df185c13921333def1 977 0.40/1.00 vMB 17
594,479 594,479 000000000000000000190d5579711d5ee4d7d514b19e32cb29f0f965e4cd0f9b 2,471 0.91/1.00 vMB 21
594,478 594,478 000000000000000000156b303c56d5459e616df85c243afcf6345b80c00a17be 2,168 0.89/1.00 vMB 4
594,477 594,477 0000000000000000001034e4355d18cec83e4b0ae5620fa1cd8a320978ddb7c6 2,869 1.00/1.00 vMB 23
594,476 594,476 0000000000000000000a3373f04f95657bc024649cf1a19b0674d56fbb0f2c6e 2,735 1.00/1.00 vMB 30
594,475 594,475 000000000000000000199cdc8b74924e77f09a02205edb1a20e5d4cbd315d85e 3,117 1.00/1.00 vMB 44
594,474 594,474 0000000000000000000e50ed3efa1c26298e7d1566c73aebd641d84b8a35519f 2,246 0.75/1.00 vMB 16
594,473 594,473 00000000000000000010a4ab5ebb35c558cf7f76d81e24e46dffcc062d6d9987 2,672 1.00/1.00 vMB 29
594,472 594,472 00000000000000000003152b9288129c8f87cc77837a1f814a4ac2d5e2690b01 3,063 0.99/1.00 vMB 16
594,471 594,471 0000000000000000000749fe5df49958ae1c8a7c3c24269313189dd80c5a2e69 3,009 1.00/1.00 vMB 39
594,470 594,470 000000000000000000112e7f9c4554720e4fcd058ae606869b8afbda9e92fa3e 147 0.09/1.00 vMB 30
594,469 594,469 000000000000000000071ca15fe96ee29545db48de626fe29f77183a22cc8a2f 892 0.55/1.00 vMB 29
594,468 594,468 0000000000000000001287ef4a0708b56ef1acd7ac03570bbff7234a503642d2 1,614 0.81/1.00 vMB 23
594,467 594,467 0000000000000000000a214bc233c97399382a665c87b8f74b9c84f9aa1be0b2 538 0.23/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.90 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: 713.72 GB
    • Received: 17.44 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.