Loading Tool

Explorer IconExplorer

Memory Pool

80,142 transactions
29.42 vMB
0.11682318 BTC
Random Selection Loading Transactions
Max Size: 178.47/200 MB

Candidate Block

Mining Attempt ad3f26e459e93d47304bccb2c845d78f9ba5db105d08e1040b72bde00c09ab63
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root 642088f43baa32f597fc54b240e3f3ad4d5bb4cba31ac4425d30da609dfac359
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,948
Size: 1.00 vMB
Total Fees: 0.05370986 BTC
Feerates: 151.07 > 5.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (351,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
563,442 563,442 00000000000000000018d8084d45ac3db6174c84580fe1836fb5412faf0aa8e2 1,061 1.00/1.00 vMB 10
563,441 563,441 0000000000000000000655dd2564a8c4539c4ca1fa847c79b6642cb425105086 1,808 1.00/1.00 vMB 18
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
Previous 10 blocks ↓
Total Size: 782.59 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: 671.63 GB
    • Received: 15.97 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.