Loading Tool

Explorer IconExplorer

Memory Pool

42,098 transactions
27.74 vMB
0.07730823 BTC
Random Selection Loading Transactions
Max Size: 143.28/200 MB

Candidate Block

Mining Attempt 9820a0791991d98406a736957b0c992a5e478e7677de13db3f8cc46e53ce1389
Version 20000000
Previous Block 00000000000000000000a1786ddd55fd420afa28e0b26d3cdf698b7c13a266b5
Merkle Root ffcaa0ccab58bcee7e2aa47afccddd332880b6ce44da6d3a83c8d6ba1e4f2538
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,232
Size: 1.00 vMB
Total Fees: 0.02181704 BTC
Feerates: 180.63 > 2.19 > 0.60 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,661 (445,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,439 469,439 000000000000000000f8abed179a12d111c9c4b2286de3569b25c87df9c02b3d 436 1.00/1.00 vMB 453
469,438 469,438 0000000000000000000e6d02a59392b3342b1ec6217b3e7679de7574389e2c6d 722 1.00/1.00 vMB 478
469,437 469,437 0000000000000000008c6896dd588920834c164daf22f391f5c6e4f7010db07e 541 1.00/1.00 vMB 522
469,436 469,436 0000000000000000010521442678d490529a63434b6945eb7d91f250262827a4 749 1.00/1.00 vMB 542
469,435 469,435 0000000000000000007bdf7cd966c2f8efe083acc20c00f09d6df90e072d3c8a 473 1.00/1.00 vMB 456
469,434 469,434 0000000000000000009ee7ddde43c7b8755888a2f17d08a79fef8c774372ddad 889 1.00/1.00 vMB 464
469,433 469,433 000000000000000000e6257899a5a7994ca3c81315af180273de34c75f9d8933 1,446 1.00/1.00 vMB 556
469,432 469,432 00000000000000000091105f1b84af3984009b9306de6df7f2ebb4b9fccf37eb 1,940 1.00/1.00 vMB 314
469,431 469,431 000000000000000000f19e1cd5515db511a155a8390369e672b7bc9b94f1621d 2,312 1.00/1.00 vMB 394
469,430 469,430 00000000000000000106bcbefed80c250b2961d67f113d20d320af349878a894 2,327 1.00/1.00 vMB 329
469,429 469,429 0000000000000000012801232d99afa4b7371d8f27a7749686f2c0d54d70d788 1,907 1.00/1.00 vMB 349
469,428 469,428 00000000000000000090cd73221a8bfaf0cfda72de840c01d72ab08c602f4d8e 2,001 1.00/1.00 vMB 324
469,427 469,427 0000000000000000009baa06ae508fe9537dcacb2c9bbe6985a6bc701fe5e706 1,580 1.00/1.00 vMB 320
469,426 469,426 00000000000000000116c84f41885e767ae322f039778a6faa2ddb6d36f86527 2,618 1.00/1.00 vMB 374
469,425 469,425 00000000000000000078407e1c4f25a1289f01f39998db49fb6a26153426ca01 2,799 1.00/1.00 vMB 450
469,424 469,424 0000000000000000010da689ef42a4caf5c54fb1cdc1f19f0090136a3e9387e3 2,500 1.00/1.00 vMB 494
469,423 469,423 000000000000000001691a23d0cdb647d85fafa034f29f19f660226300590341 538 1.00/1.00 vMB 159
469,422 469,422 000000000000000000f0ca77e466c3bd0f320bd5e6710e9d28c0df1dfd8fe5de 2,229 1.00/1.00 vMB 357
469,421 469,421 0000000000000000009e0dbe2035b771c61993ce6998d9245700151e16d1cad5 1,606 1.00/1.00 vMB 285
469,420 469,420 000000000000000000e58c78fc9e7ece809f9f6f0796805d049edaa883c851db 963 1.00/1.00 vMB 205
469,419 469,419 000000000000000000adc3010b5978b1ffbe3bd46ea287f5e3f4b17ff8b74c27 685 1.00/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 781.79 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: 634.08 GB
    • Received: 12.24 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.