Loading Tool

Explorer IconExplorer

Memory Pool

75,966 transactions
27.66 vMB
0.06826613 BTC
Random Selection Loading Transactions
Max Size: 169.57/200 MB

Candidate Block

Mining Attempt 74a61d2d182de158d4bb24dfaea27b3e914a78d5420b9614c515e770f999701b
Version 20000000
Previous Block 000000000000000000000c18148fdfef4d629c0717edfd345e01c977e0de589f
Merkle Root f83a6a0834bbab42480140c6ef4163b0c57cddd0ab828c02903fe79cca694dc0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,150
Size: 1.00 vMB
Total Fees: 0.00884825 BTC
Feerates: 81.11 > 0.89 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,310 (320,827 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
594,466 594,466 000000000000000000109c44adcf439b5cf624152fe3aff52474d3c8f3d70e5a 439 0.21/1.00 vMB 31
594,465 594,465 00000000000000000016e78f0c4cdb39cbd18cf5f1e470b39b0d052f84afea78 2,281 0.81/1.00 vMB 29
594,464 594,464 0000000000000000000aae4c92857d203c3d2065fa2ccc5e383061a08c1d17b9 2,237 0.83/1.00 vMB 26
594,463 594,463 0000000000000000000807936e2bb3196e93dcabad6bc30bace8c1771102c7e9 1,652 0.61/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.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: 714.60 GB
    • Received: 17.57 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.