Loading Tool

Explorer IconExplorer

Memory Pool

32,093 transactions
18.21 vMB
0.04038167 BTC
Random Selection Loading Transactions
Max Size: 97.83/200 MB

Candidate Block

Mining Attempt 61c96badcddbf832481ea1ba6d5413ba6a8ade7b001f1cfce48648d8efd5d41e
Version 20000000
Previous Block 00000000000000000001427ffb51b57d5795d5553738181e12cb53c41c247693
Merkle Root 05af5253b4e0e487e152be3997993ff9c8b845be5e381fad8f29af9f3c297c4a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,757
Size: 1.00 vMB
Total Fees: 0.00613842 BTC
Feerates: 77.90 > 0.62 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,057 (857,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
56,285 56,285 000000000cb62ac749a742a87185bd56f06372c27591b1f35111855620ffd9f4 1 0.00/1.00 vMB 0
56,284 56,284 0000000008070890022f89416a1a5d90c64974aad01c2ada293e1906366bc094 2 0.00/1.00 vMB 0
56,283 56,283 000000000c2eced2230bc3bc2dcdb2e4172520c9c28e8e4399ee1a1d017580e7 3 0.00/1.00 vMB 0
56,282 56,282 0000000002868a52dd13943d2b3ccee93eb1e08e0944081d64e5bfb4f6381c25 1 0.00/1.00 vMB 0
56,281 56,281 000000000143143a52a86874bfd3620b37b828d50ecfc11716931599e770d125 1 0.00/1.00 vMB 0
56,280 56,280 0000000013623f65c54815ec9e3eeb968f1bad53069e5453dd73dc78dcee77e2 1 0.00/1.00 vMB 0
56,279 56,279 0000000003b2b4ef714af1465ff9e212a21c48c0838063689b99b304d1b2d507 1 0.00/1.00 vMB 0
56,278 56,278 0000000012cef20605c64e1ae6c9b0d49977d3e21438705bb340ef4da273ef61 1 0.00/1.00 vMB 0
56,277 56,277 000000000a00545050b4824102e45edeb29d388352a6e8d939dcaff01644c97b 2 0.00/1.00 vMB 0
56,276 56,276 000000000dadd1ef5aaa52be707049b5cbafbd57322ce74e404ee2ede99963e6 1 0.00/1.00 vMB 0
56,275 56,275 00000000109ac0f5b99cbbd123ba6c21493d212eee4cd93d254875e3dff19553 1 0.00/1.00 vMB 0
56,274 56,274 000000000cc84fe02e08dce472bc812b466c725f01fa555e04d1f7113307d02f 1 0.00/1.00 vMB 0
56,273 56,273 0000000002a0bd8f4c11c9318b70c2fb46c6de38843a688b4f87885cbc4d733f 1 0.00/1.00 vMB 0
56,272 56,272 000000000cb45ae24ce85bef665c977b42ecc05fa4d030f36f1d1f5230c606b9 1 0.00/1.00 vMB 0
56,271 56,271 000000000dcd99a4b1410f9a075866adfc69544d8e2915396e30f78e61c57f39 1 0.00/1.00 vMB 0
56,270 56,270 0000000004efe9984be9ef9bd94f36ba62ee24a51df278450837c69479c6ec08 2 0.00/1.00 vMB 0
56,269 56,269 0000000009b3591eb83a457102cc2e32603c4a663b0beae0071743ad167201a2 1 0.00/1.00 vMB 0
56,268 56,268 0000000000e87a350e2add34880755ad0e03362e9077d422209f32d96e3fa8e5 1 0.00/1.00 vMB 0
56,267 56,267 0000000010e612e4eb009d283fa80f9efcc6b23b0bfb6b7bdbdc168e60fd14cf 1 0.00/1.00 vMB 0
56,266 56,266 000000000718b254d974ca4ccdb0e5c9b8cd489398f9627915d95d68f5a3937f 1 0.00/1.00 vMB 0
56,265 56,265 000000001021c31b674b10997ce10d9405da70916810f348d0d27afa559fb9a0 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.70 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: 554.53 GB
    • Received: 6.72 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.