Loading Tool

Explorer IconExplorer

Memory Pool

77,206 transactions
30.79 vMB
0.13936709 BTC
Random Selection Loading Transactions
Max Size: 177.02/200 MB

Candidate Block

Mining Attempt 0eb765819f7d4e34fe5b8e29386e90d82d8637a0f139351af5ddd69b0bc41e12
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 14f1868c848163b61bdf04fc6a04d215dd557d2555cec99649ee1a3e657c81f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,304
Size: 1.00 vMB
Total Fees: 0.05092490 BTC
Feerates: 150.36 > 5.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (271,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
643,698 643,698 0000000000000000000a5e4e7dd53b74a52218a96756fc7fa438eba71c6dd341 2,421 1.00/1.00 vMB 122
643,697 643,697 00000000000000000006ab5e508135cee98d39f9fbe31b018edfe06b4b144285 1,958 1.00/1.00 vMB 54
643,696 643,696 0000000000000000000e99abedc1a4fe531992195e9048fb404d2490d381906e 2,815 1.00/1.00 vMB 92
643,695 643,695 0000000000000000000c1e6273e5dd32cf6f8c0ffd71d71ba75e6a59e6bc0792 2,337 1.00/1.00 vMB 53
643,694 643,694 00000000000000000003d2e0e28f9a582ae7eb95d7986c58a00142d0ced39cec 2,021 1.00/1.00 vMB 93
643,693 643,693 00000000000000000004efc72c5721327a555ece260bbc051e5a6056b513b529 1,764 1.00/1.00 vMB 114
643,692 643,692 00000000000000000001f3c0d079c0aef68baf4e295f2ff73724d8b480c2067d 1,731 1.00/1.00 vMB 47
643,691 643,691 0000000000000000000155a2a69a0671757c586e27bf0b15065bf51c56610106 2,810 1.00/1.00 vMB 69
643,690 643,690 0000000000000000000cae1bcd034d6ac25d85211eb86f6f4d11eb30164988cb 2,722 1.00/1.00 vMB 92
643,689 643,689 00000000000000000001cc6aa83557ed07303d5c0e64baf924420ffed851efc2 1,867 1.00/1.00 vMB 98
643,688 643,688 0000000000000000000fdf006e6d7c33ef8d22a7b4bb04b96371a1cb34d1b17b 1,335 1.00/1.00 vMB 64
643,687 643,687 00000000000000000005252220a620568fbc9539ec4d3942e5ae89fab46f3bab 1,913 1.00/1.00 vMB 108
643,686 643,686 0000000000000000000da3b075b052d7440d4017ce9b043f694d4729a34dbf40 2,318 1.00/1.00 vMB 27
643,685 643,685 000000000000000000030b7ad01dabe5f55b5d097de65ac89b544a41fbb8c9f4 2,444 1.00/1.00 vMB 76
643,684 643,684 0000000000000000000fadea84212450d7c23b3b188bf521329641005a7487fe 2,087 1.00/1.00 vMB 49
643,683 643,683 0000000000000000000450bf635514da036192c7c53e58fc73a4a3c803c2ff4f 2,165 1.00/1.00 vMB 15
643,682 643,682 00000000000000000004882da59228bf7368fe426f590dd86616c4bf3e101177 2,079 1.00/1.00 vMB 17
643,681 643,681 00000000000000000006e4b9ceb2a19a9350b8c4f666ae1c37996dac2d73332f 2,582 1.00/1.00 vMB 34
643,680 643,680 0000000000000000000f507c562bf735bd64e5094042ad4c9413d1d6b0305e98 2,415 1.00/1.00 vMB 31
643,679 643,679 000000000000000000093888fa55d821f4ae17391ecca48fdef9273c834009fa 2,773 1.00/1.00 vMB 55
643,678 643,678 0000000000000000000e5192fe0e347b98df7e282d319bf3f866e5cc13119714 2,480 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.48 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.22 GB
    • Received: 15.43 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.