Loading Tool

Explorer IconExplorer

Memory Pool

83,121 transactions
22.07 vMB
0.06088387 BTC
Random Selection Loading Transactions
Max Size: 148.81/200 MB

Candidate Block

Mining Attempt c798e5e17ba90049c7f68c061a560718e50ebad092cccccb8956550891fe87d4
Version 20000000
Previous Block 00000000000000000000158f239f02d2e9956869fbb88780fb2790b969fa8b85
Merkle Root 1a2376f1ed34eeeebb55c2bc4ca2defc27dd3eda59fcf0372c283e1637342e09
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,099
Size: 1.00 vMB
Total Fees: 0.01035466 BTC
Feerates: 88.31 > 1.04 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,168 (870,797 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
45,371 45,371 000000001a2833781216521ad4f21cf684dcd2b74eec099839347921eec41e4a 1 0.00/1.00 vMB 0
45,370 45,370 0000000024a670c83f77ccd0308be5ecb0dca9f4e9da1ae720ab96cbcce9827a 1 0.00/1.00 vMB 0
45,369 45,369 000000002a43eaa63203c9e91d207a2590ac701bd065308abea1407d62fc8471 1 0.00/1.00 vMB 0
45,368 45,368 00000000263965f871808f3108f07eb57c48b60ec6a4afceda118e83b81d1336 1 0.00/1.00 vMB 0
45,367 45,367 00000000208aba7e9d63cbb5ec61be3b7f24f20d02de6ccd20316f1d7b60e86c 1 0.00/1.00 vMB 0
45,366 45,366 00000000188259fc7bf3c3f7c51095e510210abcd63d3868909752fae5162537 1 0.00/1.00 vMB 0
45,365 45,365 00000000118f7eed9f33935122223904ba7bb6b48bf494ff7115dce72860a468 1 0.00/1.00 vMB 0
45,364 45,364 000000001c302cb9752cb103a2da3ac43e9d02bb27481811d48eb274478f57b4 1 0.00/1.00 vMB 0
45,363 45,363 00000000084fa8b582afc90352ab53480e77bfa6065639d9dce9dbb0d35c1e86 1 0.00/1.00 vMB 0
45,362 45,362 0000000027a6d67c56db96051c2f99f32dc339a8e60f9d5d9e73bd61b2ca6631 1 0.00/1.00 vMB 0
45,361 45,361 0000000002e5ed52c1ffc43c80939ec514d151497d706aca7d0016174b30f6f7 1 0.00/1.00 vMB 0
45,360 45,360 00000000079c74bb9e7844bf16c2e661cfdc0f2385f56420151b07cf74150f04 1 0.00/1.00 vMB 0
45,359 45,359 000000001db56af696d6c494f82e6b5d9c6da4f19e5f70b983bc996137553bbc 1 0.00/1.00 vMB 0
45,358 45,358 0000000036c98b0c28678ca91dd583e656537e6d092b3ccd0becefdb12bb8b31 1 0.00/1.00 vMB 0
45,357 45,357 000000000f64bd514dd9b664cafae4086aef95c832134c8d75997ce08ff2d2be 1 0.00/1.00 vMB 0
45,356 45,356 000000001da68f6b7c53531b80d65182c16bacb03a9a61829554c56a6b8cb49d 1 0.00/1.00 vMB 0
45,355 45,355 0000000008fea5ef59f516b3add8fe96d50b5dfe67e85203a3e446a38f3c9780 1 0.00/1.00 vMB 0
45,354 45,354 000000002fc93c81057d570e809f7604a7b35769a54c10e2211189f9deb02612 1 0.00/1.00 vMB 0
45,353 45,353 000000002afd6170cad2bc54bce3c4a73a743909a769e44b2ab600f0071a0bbf 1 0.00/1.00 vMB 0
45,352 45,352 000000000c0d110502e597220119737c24b5ddd4bf89ca177d7b7fbd64988f09 1 0.00/1.00 vMB 0
45,351 45,351 0000000030c39e6407e178c70fb877578ed32b6707dece0486b97c7f864e807e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.40 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 819.98 GB
    • Received: 24.65 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.