Loading Tool

Explorer IconExplorer

Memory Pool

78,804 transactions
21.46 vMB
0.05415163 BTC
Random Selection Loading Transactions
Max Size: 143.47/200 MB

Candidate Block

Mining Attempt 16596f25624658bf4f5d1bcdc2a693cb7e253493ddca9e43d0ddf156082196b4
Version 20000000
Previous Block 000000000000000000001edb75104f357949f6943cde0cc5170fef01673cc3b2
Merkle Root bb6388579eb2a02f955f9f8198c27aa49a1ac91cda6b2397481d6aa60523354c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,398
Size: 1.00 vMB
Total Fees: 0.00529247 BTC
Feerates: 73.47 > 0.53 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,151 (866,711 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
49,440 49,440 000000000320fcc496faa38271d41984f588730a47dab2ec633b1559200bb6b6 1 0.00/1.00 vMB 0
49,439 49,439 0000000006e0ccf38380d0f5f5796fee9b057ebe1fbde15c90b83a0a8ef77ae6 1 0.00/1.00 vMB 0
49,438 49,438 0000000008ded00ab69ffdaa03e14b1bd08d8b7f03a32998301f56f1195b5bee 1 0.00/1.00 vMB 0
49,437 49,437 00000000247e8b93683eff61ad955e4c8026b63955cc0c4a27e105c864bc293f 1 0.00/1.00 vMB 0
49,436 49,436 0000000021284d2bcf92adb9d3e76ab9d0724b0715c44be1318eaab5def99f73 1 0.00/1.00 vMB 0
49,435 49,435 000000001b3830fb73d4117f6d322ee9e0a1d890ecf115dcc47a9a5d5bb3c25d 1 0.00/1.00 vMB 0
49,434 49,434 00000000187a2816d2d6f8881ad64d3cf06e9ce35090fa33d35846e1dedf448c 1 0.00/1.00 vMB 0
49,433 49,433 000000000255574921d6970a639ab8445807fbb20dc37578ee9227c952d037f1 1 0.00/1.00 vMB 0
49,432 49,432 0000000025c5f151740e62c46f6d0791f8f4b51f5dd6b15150cb8a6029b8168c 1 0.00/1.00 vMB 0
49,431 49,431 000000001c865207b3042e1604e7bb2345cad76f9dfbf16f115c880f6fd03565 1 0.00/1.00 vMB 0
49,430 49,430 0000000004f341e667f59f481d245758a4d69647971d2c64e813352dd37c411f 1 0.00/1.00 vMB 0
49,429 49,429 0000000024bc0c14085929e25a441c9ea0ebb7269b096ceb19fc6b6c6e5e7b3e 1 0.00/1.00 vMB 0
49,428 49,428 000000001b4f22ca32882d20fc882712791a7d541781c8bea0e8a285d7fc5df4 1 0.00/1.00 vMB 0
49,427 49,427 000000000216dba4b02229ca82c1b209803a8ad4557e9cc0fea66c97040c7c12 1 0.00/1.00 vMB 0
49,426 49,426 000000001ef95295c72aaf9b881baaf70145ec7e841440afc4913dd78a97ba55 1 0.00/1.00 vMB 0
49,425 49,425 0000000008549279c9f83f21d44c7d2137f0e3274861585e15753c183a244d64 1 0.00/1.00 vMB 0
49,424 49,424 000000000edd46e794c46dba5834ee88b84498c9986c4db6ed0032373c9da96f 1 0.00/1.00 vMB 0
49,423 49,423 0000000005f3a15bb385768b23f5a5e0ca2ce314cd2ce6879816c6a959115612 1 0.00/1.00 vMB 0
49,422 49,422 0000000012093dae684f5dfaa2744b506984383eb7d71148c087e6708ab72d07 1 0.00/1.00 vMB 0
49,421 49,421 000000001fb87f451ec94f99b3a4c2525d77f22ce0d480f167ff9864c53bdf1f 1 0.00/1.00 vMB 0
49,420 49,420 0000000014ea46859b9e45b319ce9e041286be9a0757c0631b22a4354c642606 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.38 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: 818.37 GB
    • Received: 24.52 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.