Loading Tool

Explorer IconExplorer

Memory Pool

39,242 transactions
26.70 vMB
0.08279081 BTC
Random Selection Loading Transactions
Max Size: 137.27/200 MB

Candidate Block

Mining Attempt 010f559fccc7556912785cc8650ae188bbd015dd5a699134b835301f08b05517
Version 20000000
Previous Block 00000000000000000001b18fde6b2febfc1755903332de50616448df6a77d84a
Merkle Root 9fca57af2f95140893dbff2b95e87b12eba7bc21a61bcc6ca3227a36d0481690
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,347
Size: 1.00 vMB
Total Fees: 0.03164184 BTC
Feerates: 197.12 > 3.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,671 (483,300 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
431,371 431,371 000000000000000003b797d3920f56a4f55247c972e343673a0ee72efc58ce7b 1,059 0.46/1.00 vMB 56
431,370 431,370 000000000000000003c3e61d1463b2661461ecd70cd822f8a1e8e6a5941f5bb2 589 0.25/1.00 vMB 54
431,369 431,369 000000000000000002895e814c80355e9fb0c761b05bce31b1b4160c46496164 418 0.17/1.00 vMB 59
431,368 431,368 0000000000000000046cfdbb647b45ae3b60235252e5b8c6149be58c23a6177f 255 0.12/1.00 vMB 54
431,367 431,367 000000000000000002ac33372013c6dca51b25ad85b35d8c64ea58a87e388abb 215 0.10/1.00 vMB 48
431,366 431,366 0000000000000000049f96a68b68f288009a27a1c1f277280e34ac138b675a92 761 0.27/1.00 vMB 53
431,365 431,365 00000000000000000362ef3305707446d2eea591c67963720a3c22c83b9314ba 674 0.23/1.00 vMB 59
431,364 431,364 0000000000000000001be72cf4e4b9f94033795e1281b1f443a07b267400858b 679 0.30/1.00 vMB 45
431,363 431,363 0000000000000000034157f9b5493e1d63d3a606289f11e333eb29cc60fd7309 280 0.12/1.00 vMB 65
431,362 431,362 0000000000000000041e886bf2cfa24c3a817a29d3fb01a860973bae6e7d1d26 185 0.08/1.00 vMB 51
431,361 431,361 000000000000000002cbb79ae182f7a1a136cd15064943285eaaa5d819b6c820 51 0.02/1.00 vMB 53
431,360 431,360 000000000000000003ea5aece4acc12aa0237909ae9d0ec7dec6199c36ff7a61 630 0.29/1.00 vMB 55
431,359 431,359 0000000000000000000ec29021b1e0cc438d7061ed8b8266368699c7c18bb4ff 945 0.39/1.00 vMB 51
431,358 431,358 0000000000000000037ba7806adeec0c7fe37f93907d9dc371be9f2a77c42008 48 0.02/1.00 vMB 45
431,357 431,357 0000000000000000032ff604bdb887b7330788f62bef11fce13002e8403479bd 745 0.37/1.00 vMB 62
431,356 431,356 0000000000000000019903a08f68d939926110970e274a92565617eb5e554178 45 0.05/1.00 vMB 63
431,355 431,355 0000000000000000000b964405d29e53b8487bebe284d486d9544134507c56ea 276 0.11/1.00 vMB 61
431,354 431,354 000000000000000000045de6c9a0b1750919cb0f654d1462bb5681df0289b841 299 0.12/1.00 vMB 74
431,353 431,353 000000000000000001b72765a9d4eafaa144ced92653a89124dfcc7101876847 222 0.98/1.00 vMB 9
431,352 431,352 0000000000000000034036955952d9224d9e8837175e203c33ab360613c1d8d6 415 0.17/1.00 vMB 52
431,351 431,351 0000000000000000005fb5c8e1ca953f9ba8ee76bbd1754052f5a1e25bbf9b23 267 0.99/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 781.81 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: 635.12 GB
    • Received: 12.29 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.