Loading Tool

Explorer IconExplorer

Memory Pool

41,541 transactions
26.41 vMB
0.07742849 BTC
Random Selection Loading Transactions
Max Size: 137.61/200 MB

Candidate Block

Mining Attempt dbe073e9266c3a8efb94bd94af3a6e5ec5dd985cef4068747cd228d73339081b
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root e9c612384b12accf3b64f253b71d06521a1791113cfe6445844a6733616ad591
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,488
Size: 1.00 vMB
Total Fees: 0.02895206 BTC
Feerates: 150.98 > 2.90 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (836,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
78,189 78,189 000000000009f3bf7514e8edd46059f0a40b597a26239e6f7d891724254db10e 1 0.00/1.00 vMB 0
78,188 78,188 00000000002d9ca87a14bc3bf8f446a15ef8198beca6d5aa26da1f6891a8acf8 2 0.00/1.00 vMB 0
78,187 78,187 00000000005201844dae57c414d340fb73b68a0a6f8cc90ee5314254a5178b67 1 0.00/1.00 vMB 0
78,186 78,186 000000000042b86f4bbec11de2e55c1c93d392b1cfe05b2bba450e3d6beb4947 1 0.00/1.00 vMB 0
78,185 78,185 00000000003d3a25e664a7d318cad5ceba95a4846a010f9ca3168e18b6344a75 1 0.00/1.00 vMB 0
78,184 78,184 00000000004959112585a28a0a80c61439173b5e9660d7378ebb3e6d4ac52767 5 0.00/1.00 vMB 0
78,183 78,183 00000000004430fed8a49180f1bcf45645c5ceca0fab196b58270d4c24e9bab4 3 0.00/1.00 vMB 0
78,182 78,182 00000000002b24a1ded847cb4aa741cb0ff8d1e924a765a006657d12c762d9de 1 0.00/1.00 vMB 0
78,181 78,181 00000000005d9802f3de1795b0947a92d95ed5b358f7e21d997a62f5f91018f6 3 0.00/1.00 vMB 0
78,180 78,180 00000000003d16a47ef16ebb43a6b962d6d7d0c6f3d740cb51d9ef31b1a08a6c 1 0.00/1.00 vMB 0
78,179 78,179 00000000004dcd9f4ff7e6f5f81535ceb5e1624212d6ba155a66dea495c80d7f 2 0.00/1.00 vMB 0
78,178 78,178 0000000000291bff58efae93eccf11c379b16a3cc05a9ad4eb825091c2b97e30 7 0.00/1.00 vMB 0
78,177 78,177 000000000018cf84cb83e894946fe7a6f11a754990690d55ac7d48d1a72a8911 2 0.00/1.00 vMB 0
78,176 78,176 0000000000525c3396400a65c4b0127512d86e278703d4c183817315717c2dd1 3 0.00/1.00 vMB 0
78,175 78,175 0000000000357453a34e0e4694d2fb6f7b40b3002ac37f0901d2fd29050cd61b 2 0.00/1.00 vMB 3,676
78,174 78,174 0000000000560aa51ebd43375a21efd1e86303d7671994d44c8f43ecb73cecdf 1 0.00/1.00 vMB 0
78,173 78,173 000000000054921113ad909f9ec8048f3849075424c865e362498eaa5ecb8ffe 1 0.00/1.00 vMB 0
78,172 78,172 00000000005594286421cf02cf50e67c4d68659f27cbfb75c3ff83999b889b5a 1 0.00/1.00 vMB 0
78,171 78,171 000000000059724f71ca81aa152db70aadf1f37f49d89d84245a4bb680732552 3 0.00/1.00 vMB 0
78,170 78,170 000000000020cbdff7e961f53b200f9050c277b694ec3ed9e22c376fe3fc73fa 3 0.00/1.00 vMB 0
78,169 78,169 00000000002b7b730610bfd07f934da0a08b741fe1d269c29366dae334be17a5 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.16 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: 653.44 GB
    • Received: 13.88 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.