Loading Tool

Explorer IconExplorer

Memory Pool

19,584 transactions
9.48 vMB
0.02001879 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 52.11/200 MB

Candidate Block

Mining Attempt 184c5b41377d4bbd5f59b79783003cc8ecfc8dd899a933707d23661ee1a12108
Version 20000000
Previous Block 00000000000000000000e7878bdfe788173f6a548f487b1a1f1ab2cffe96a584
Merkle Root b773317914f4014783ff1f52c437bb94bdf0cd0f3f994e6e59685c9f6bb48b0f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,721
Size: 1.00 vMB
Total Fees: 0.00522732 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,510 (739,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
174,140 174,140 000000000000019413f7be04541ad7d7a1b4072b473a33b265d793863679cfef 7 0.00 vMB 812
174,139 174,139 000000000000007254c0f7851f1ddc9ab1cdeb9f1380e6bc4445ce52072d43b6 106 0.04 vMB 130
174,138 174,138 0000000000000239d25ccf6fd8d56fff684d3ecaefa7f01675653bda910dbe72 28 0.02 vMB 42
174,137 174,137 000000000000004849a9c0ea0adb40200fffa722a79d5ec60a9c75ab96924480 35 0.01 vMB 139
174,136 174,136 00000000000000750b5f00b2d4572a7d875029aad2153127db782a8b10083b76 86 0.03 vMB 110
174,135 174,135 0000000000000441eeafc7c6fe2362f35eb599d8719665a2fd4ab3faebf4cab2 117 0.05 vMB 138
174,134 174,134 0000000000000212e7397a5cd66ff253bc5c2fa464b92f084b995793010d383a 15 0.01 vMB 290
174,133 174,133 000000000000015ac29938e3f46f6d861b6d7239e09568eda68916f8741f569f 1 0.00 vMB 0
174,132 174,132 00000000000004a50f874e1c23b3e9e56fa125d223e2ea709e7920ccd5d29873 146 0.04 vMB 16
174,131 174,131 00000000000005126c3d5e0b9c5cae4e9a404ebcfe2f94f976d71d4439ff4158 53 0.04 vMB 135
174,130 174,130 00000000000009538fdbb6f215c7e73757f1ecaf57333c24d23faf793fb8bff1 20 0.01 vMB 71
174,129 174,129 00000000000005a67f45f6cc8906d023c679a37dab3e5b2f91d6a3d5d2d0aac0 34 0.01 vMB 221
174,128 174,128 00000000000007a52b590c9ead9721513624e86ee3769b3fad3ec7963dcd7d79 71 0.07 vMB 54
174,127 174,127 00000000000003440c6112548b4f00635232d64edb708270bfe83b332ddde68a 1 0.00 vMB 0
174,126 174,126 00000000000008de3a950b7093719a85e6174dc3c96abc3521c36235d1d1504f 118 0.03 vMB 35
174,125 174,125 00000000000000c3ba1f48672ca96ab8bf4e302b2555815dde750491f30b5064 74 0.04 vMB 126
174,124 174,124 000000000000072420e0cce5250293a80c88b814605be6ac01b95fdacc5d3ff8 55 0.02 vMB 88
174,123 174,123 00000000000006ecb56c900c22f672cb49f1d72c7bd48a4b00c8e71272995629 4 0.00 vMB 132
174,122 174,122 00000000000001f434fde08edf873eb5297ef220cd8e9f2925f96446bb74a368 46 0.03 vMB 30
174,121 174,121 000000000000014b368d4e0cb3a29142d6c32339c3cd9e26cd2d9d0b2f42aaf4 31 0.01 vMB 82
174,120 174,120 00000000000007908f219e22325dd3ae074e477d80a6a38861221de65b77c788 34 0.01 vMB 60
Previous 10 blocks ↓
Total Size: 779.75 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 380.07 GB
    • Received: 1.91 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.