Loading Tool

Explorer IconExplorer

Memory Pool

15,925 transactions
7.17 vMB
0.02343739 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.25/200 MB

Candidate Block

Mining Attempt 79ed7a89b43f8f9a16dcd68037074e7b8d6b2c488611212ff4db7ea01a483a49
Version 20000000
Previous Block 000000000000000000003e759a1225e40c86bd401caf3574c16364633de89ba8
Merkle Root f023cf8e0d81aa9e434cf271464f5370b5b04b481e00bfa3e2dd7625384e370e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,878
Size: 1.00 vMB
Total Fees: 0.00952195 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,442 (658,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
255,016 255,016 0000000000000028d2386da6348f56a1a6eebb9688bb48488ca21f0af02372a8 512 0.22 vMB 194
255,015 255,015 000000000000003f5905f5c4dd6eae46262ffd5bd407ae444c4d4c4c4b1e6f3f 11 0.00 vMB 70
255,014 255,014 000000000000001366052a35a695d16bc31a3a3009d8a38cda9968d01898bfc7 13 0.01 vMB 114
255,013 255,013 0000000000000039e339dc37c828775c149f0447e6952a0e351d46b8eb806664 191 0.08 vMB 153
255,012 255,012 0000000000000021757f011400776b361dad8cd35d467bced20ea4b904fb4115 74 0.04 vMB 91
255,011 255,011 000000000000002134e0b5326e949e926df680dcb58848fc411153c556257862 36 0.02 vMB 154
255,010 255,010 0000000000000013f302faf89d3c876f95525a671600fded68ad4f067605b5d8 203 0.09 vMB 110
255,009 255,009 0000000000000001d9bd0390a7feb14269e31325f57f905e8bc54a40ae437ce3 421 0.17 vMB 105
255,008 255,008 0000000000000025216fc38eca8fa284d77087b06d88d84af0a7924c7c3f5111 219 0.10 vMB 106
255,007 255,007 000000000000003b398443c699a1ccb4cc6b54ab6b014cb70745cf9abff308cc 322 0.14 vMB 109
255,006 255,006 000000000000003fe5c66b762597e9588c97706f2b53e288a3f8e1283203d596 698 0.28 vMB 114
255,005 255,005 0000000000000030c912ef1fb2beec452f57c2414863813bd60f7b43c8889586 20 0.01 vMB 94
255,004 255,004 00000000000000051985ef00f12fe1f03658e8475f5ea68c2d71c98e04c6cea9 342 0.19 vMB 82
255,003 255,003 00000000000000257673b59ec4881ed8e2c43c694a812be78d632b21aeece960 800 0.30 vMB 164
255,002 255,002 000000000000000e5eca995244f7550eaf38eef5077a4d37b58e293bb3c1758b 645 0.29 vMB 124
255,001 255,001 000000000000000cdb6a85e112f47b0fef0c7dfd3d70ebfa590daccd5071b42d 64 0.03 vMB 168
255,000 255,000 000000000000002c4fe8e6977739aaa04694ba5383fbcd730d36fd5b9a83afb7 77 0.05 vMB 63
254,999 254,999 0000000000000031f610aefffcc32bbffef5a83517e2ba1c73b8123a7e3a0fec 92 0.04 vMB 80
254,998 254,998 000000000000002373a8f3e9a6beaad367e527efb25a104ac43b767014ce885a 128 0.09 vMB 13,877
254,997 254,997 00000000000000010180d5d86cc83262c3bbad2cbeae5c335760fcc8ee2514df 458 0.18 vMB 104
254,996 254,996 000000000000001d78568e03a1a68801c2b7d4c93891807d93feabe436bce9de 41 0.02 vMB 114
Previous 10 blocks ↓
Total Size: 779.64 GB

Node Details:

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