Loading Tool

Explorer IconExplorer

Memory Pool

82,469 transactions
31.21 vMB
0.12974790 BTC
Random Selection Loading Transactions
Max Size: 186.56/200 MB

Candidate Block

Mining Attempt 35221803636d749f937233ee40004850370ae8eeaa15c685c38c97d257156144
Version 20000000
Previous Block 00000000000000000001d5c5e6dfb1105c06f06ef2ada68ef39386bddc38f0ae
Merkle Root bd19d725b25b0f7c4f68181cb0f997df145f64cbbaca753034869f63c866ff2b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,051
Size: 1.00 vMB
Total Fees: 0.03893834 BTC
Feerates: 502.65 > 3.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,149 (351,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
563,440 563,440 0000000000000000000b268bc316faad070d26126fa5253bc76e51ae9dd96be1 1,814 1.00/1.00 vMB 28
563,439 563,439 000000000000000000110e1b5c0f9f97cd9ab7ef5d906c255c771439c24efba9 958 1.00/1.00 vMB 77
563,438 563,438 0000000000000000002585f3a7edd4952129cdcde33fbf20c4452800a398369b 2,706 1.00/1.00 vMB 30
563,437 563,437 000000000000000000093768e8a5d01da8568e93a2752b29450fc3e2b511668e 144 0.04/1.00 vMB 14
563,436 563,436 00000000000000000010c3697254f8bf4f37452de21faa106a303891c3ff676c 50 0.01/1.00 vMB 15
563,435 563,435 0000000000000000001fb02a7daa1139133aea1fd8e1b2e15236bece8cdd9f28 2,394 0.92/1.00 vMB 9
563,434 563,434 0000000000000000001157df84c5fff0c0c9fc8271806e95a15c4691a0cddcdd 2,754 1.00/1.00 vMB 24
563,433 563,433 0000000000000000001050c5fa3f33593cd72d047513ff078209690697fe275f 2,703 1.00/1.00 vMB 6
563,432 563,432 0000000000000000001a735335531c0f6f6018a47b44ba9c1adcc0e8c07b6e10 2,564 1.00/1.00 vMB 7
563,431 563,431 0000000000000000001a0183c429cb460c9996fed4835720af7ffeed05a097b0 2,388 1.00/1.00 vMB 10
563,430 563,430 000000000000000000028f8e4a4384f2359578d025deb5b895d62e87d06544c4 1,770 1.00/1.00 vMB 29
563,429 563,429 00000000000000000024f65b16d55184d2dea8062dc735a72bf6c3b8a37ca623 2,750 1.00/1.00 vMB 6
563,428 563,428 0000000000000000002cdb37b0b951effd3c4f6b2e6135d8f4c94b39ad0c05f7 2,734 1.00/1.00 vMB 15
563,427 563,427 00000000000000000026828d0be5a6e1b1bf9f57ac7f1e63d00296008b4ff71b 2,782 1.00/1.00 vMB 17
563,426 563,426 000000000000000000271e368abc63f4d8fc6e74bb98192094cf9218b0cd0717 2,564 1.00/1.00 vMB 38
563,425 563,425 0000000000000000002c4aeb23ee141ece73e860169d9d872761cfa1b84df746 2,161 1.00/1.00 vMB 19
563,424 563,424 0000000000000000002d74ed6bfdd2c057aff0bc48650ff2d22a77e96107ca82 2,424 1.00/1.00 vMB 25
563,423 563,423 00000000000000000020ba2a1e2616251162ad8d8326dd0c72b1a79a066b135b 1,765 1.00/1.00 vMB 28
563,422 563,422 000000000000000000257f8dac1065dbbccdd3bf55cba3411788d7bb375fbba3 2,354 1.00/1.00 vMB 23
563,421 563,421 0000000000000000002e30911a59d81318c795961c8d5db6b48ed610e913a896 2,010 1.00/1.00 vMB 41
563,420 563,420 0000000000000000002a1bb4c3bc8ab329e90f715628f680c377b4b054278b15 2,706 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.65 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: 672.91 GB
    • Received: 16.33 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.