Loading Tool

Explorer IconExplorer

Memory Pool

45,264 transactions
20.20 vMB
0.04794099 BTC
Random Selection Loading Transactions
Max Size: 115.46/200 MB

Candidate Block

Mining Attempt d9da61c0e06e3d5d1da7409bd0e01abf2ad728e0fabd45237f054e3f2e7220f4
Version 20000000
Previous Block 0000000000000000000013c3406ac0cc250fca53c3a7920e4e0d1f7390981032
Merkle Root 5367242e8ff3c87f5574f0f3b5f3257681001a62fcaf68845c8c68b33c56b3fc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,934
Size: 1.00 vMB
Total Fees: 0.00814100 BTC
Feerates: 444.44 > 0.82 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,961 (813,314 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
100,647 100,647 0000000000019a178189fede64f8211e3200af842fa2a3d250e7c76647a65cfa 4 0.00/1.00 vMB 0
100,646 100,646 0000000000023c073f9034366cfb8ac1c05169d5ddd6283058a22869c392cd02 1 0.00/1.00 vMB 0
100,645 100,645 000000000001da435b50f3490bfe0cc6b80128549bbc6cc4e9eb4c75d2e623f6 1 0.00/1.00 vMB 0
100,644 100,644 00000000000004267a8f8aa54ad414918fb7a4eeb9bdb68cb340245e53b5bd4d 1 0.00/1.00 vMB 0
100,643 100,643 00000000000240b8e6cbd054bbef8c82cb20f9814f38a6a47ae54c9adbe15645 2 0.00/1.00 vMB 0
100,642 100,642 000000000003912c4164922fa116f901312e22a5645f47cc4025a1833fe4fbba 4 0.00/1.00 vMB 0
100,641 100,641 0000000000031d9fb6649b1559118c27dc1cc4b9e858a4e20f144de3ec32be37 6 0.00/1.00 vMB 0
100,640 100,640 000000000001fb6d4df8572cc88b5c26aa1ebd04095d21a2da252fe689060bfb 1 0.00/1.00 vMB 0
100,639 100,639 00000000000218148f8de1b99d9c5be6d9ac3be12238768c478df938e5b93acd 1 0.00/1.00 vMB 0
100,638 100,638 00000000000046a0f9ec2c4acfae98186296f303435ba08836e1fee47f01b102 2 0.00/1.00 vMB 0
100,637 100,637 000000000004624374478fcf81f67865d70bc1704a0f90aa7307dc5b5515d5fc 4 0.00/1.00 vMB 0
100,636 100,636 000000000001837bf6074521bb19dcdcc5defc40fcc090bdc1c696cd91e5051f 1 0.00/1.00 vMB 0
100,635 100,635 00000000000307e78f593c62d47411d64e14bd08e1d25423392cbf4616aefeab 4 0.00/1.00 vMB 0
100,634 100,634 000000000002933f2b337245a595f3bf49bf415ece90ddf64b113ef108d2c83a 3 0.00/1.00 vMB 0
100,633 100,633 0000000000020f1c7f4ebb7b8d3b9e04d35d10a6334fb64bd26239c47335af9f 1 0.00/1.00 vMB 0
100,632 100,632 0000000000019eaddf0fb81073e5affce5a255a834ab533c046d780d1f1ade60 1 0.00/1.00 vMB 0
100,631 100,631 0000000000044b9fa8c5bd14c10d7e611717f26a14bdbd6e5dce7a2f6dad88bd 1 0.00/1.00 vMB 0
100,630 100,630 0000000000025d82d1f430ff901a75c7a99c39bdf9af02494273a1396cfb2a32 3 0.00/1.00 vMB 0
100,629 100,629 000000000000f2272bc2fdc3d8c563e6f4201a4a6532c38975c919d667a4a2f0 2 0.00/1.00 vMB 0
100,628 100,628 000000000000c0368635a8167404b4b95ab77d880a855b8fade3968c0f167172 2 0.00/1.00 vMB 0
100,627 100,627 000000000002ef197deaf3b70ccafba0e91d79af156ad241817895e53a588c29 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.54 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: 535.93 GB
    • Received: 5.94 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.