Loading Tool

Explorer IconExplorer

Memory Pool

19,067 transactions
8.92 vMB
0.11532118 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.33/200 MB

Candidate Block

Mining Attempt c496cf11ba6ffa6090ecbe3bf5dcdceee4130b202de6e2ceb5d6f71a80430869
Version 20000000
Previous Block 00000000000000000001a3bad11a156a9b1405118d655a367303f4e9599e5dec
Merkle Root 6a34aeb9300a7a1862fe40ae466e9ba60a02ef07278832297b854b746594cc24
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,122
Size: 1.00 vMB
Total Fees: 0.09596791 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,429 (658,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
254,995 254,995 000000000000002c9734a3b0331aa4179f743079f80a58250824cdb5a2227f88 261 0.09 vMB 147
254,994 254,994 000000000000003296a4a375770f31e34a0dadc844d2e57dc5b91eb459f1dfeb 86 0.04 vMB 101
254,993 254,993 000000000000003f7193e4f2f4d05a9ba4e199735cd850b3aedea07709364c83 418 0.18 vMB 97
254,992 254,992 0000000000000012dbb83dd4b8f5cb68490ea95d6bf1e4b18fdeef9d1a2055fc 625 0.25 vMB 134
254,991 254,991 00000000000000220ca2a92426125f11a3703f97756b25be5b2fb73ba5b6d4c3 248 0.12 vMB 92
254,990 254,990 000000000000000da33248facab9947a61cfa6886fa10de2ba2bceed3ee177af 404 0.15 vMB 128
Previous 10 blocks ↓
Total Size: 779.62 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: 301.72 GB
    • Received: 1.33 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.