Loading Tool

Explorer IconExplorer

Memory Pool

81,526 transactions
31.00 vMB
0.09089156 BTC
Random Selection Loading Transactions
Max Size: 188.20/200 MB

Candidate Block

Mining Attempt 18da8e32b078f98609f641e76151bce6702ee28970c96312e95699f016ffa144
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root b32875e5ceec75f4ffd4043c45335231943a525cfe856f1753289646b9941e6d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,684
Size: 1.00 vMB
Total Fees: 0.02418523 BTC
Feerates: 351.58 > 2.42 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (458,961 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,246 456,246 0000000000000000019d1ab2f50cbc7d8c34aa55078df517b130e8a36046db02 2,287 1.00/1.00 vMB 113
456,245 456,245 000000000000000000086c21b39fa9ecd7c2e795be2f18150ad649d2f4304b9e 2,360 1.00/1.00 vMB 122
456,244 456,244 0000000000000000010edcbe6fbb7d4d832b55d78e8a8d94c058fd3de4cafd59 1,597 1.00/1.00 vMB 151
456,243 456,243 00000000000000000005c69d73976996ed593d6dbe98f6e49a50143ffa2e597b 2,184 1.00/1.00 vMB 215
456,242 456,242 0000000000000000014890f6d26a626e9dc0148d88dd51755987fab9a070beed 2,005 1.00/1.00 vMB 164
456,241 456,241 000000000000000001efb566739f73e5b957c610ca50064f5fd4c36610d82e8f 1,936 1.00/1.00 vMB 229
456,240 456,240 000000000000000001d128796503de7ee1c2f847d31a70b5ad2bd3034ea896de 1 0.00/1.00 vMB 0
456,239 456,239 000000000000000001a6e10a9951b68d6b37ed2ec9a4b8dcae06d23487076702 2,464 1.00/1.00 vMB 172
456,238 456,238 000000000000000001191043bb38209f0cafba0d67e0d616f906b637ee943bb2 2,290 1.00/1.00 vMB 173
456,237 456,237 0000000000000000004d08d08a9744de90a1f12a1c329c60462ecef1a80d8106 1,266 0.99/1.00 vMB 99
456,236 456,236 0000000000000000001b3ba16f4cdd618ecefbd59a04ce384e8fbe3d284b58df 1,884 1.00/1.00 vMB 92
456,235 456,235 0000000000000000013ad4e21e5d7e7ece9f9bf44054f22c00057bfa26fe4b57 1,183 1.00/1.00 vMB 128
456,234 456,234 00000000000000000160c8549bfd2ba29ea2138f19dd2a556cd7763aa097b34b 1,778 0.99/1.00 vMB 118
456,233 456,233 000000000000000001772f1c004ec92806ff2e40af6291164cfd649da21c09e7 1,886 1.00/1.00 vMB 136
456,232 456,232 000000000000000001c6fa7ba025f37f7e58e028b6c10a9c0bc832907e533515 2,191 1.00/1.00 vMB 125
456,231 456,231 000000000000000000cf219fa26e8f42a8d2431ae48626ed412c166b57131036 2,112 1.00/1.00 vMB 180
456,230 456,230 0000000000000000010a55619282dc07b2f74c862367d6bd981b8046353c21dd 1,777 1.00/1.00 vMB 174
456,229 456,229 000000000000000000f8cbf91ba66f1eda5711ba7e5c367cd7f0a02efa89249b 2,740 1.00/1.00 vMB 201
456,228 456,228 000000000000000000cc6f1e38fa16b1a23b932d9e30e5e5794c28e98022b9f8 1,138 1.00/1.00 vMB 114
456,227 456,227 00000000000000000243faeb9ffa62098433028fe0fad05776dc7c10934947b6 1,540 1.00/1.00 vMB 144
456,226 456,226 00000000000000000105fa64ce5f464f9a22f23c7836d0008ca9498fffbb003d 2,524 1.00/1.00 vMB 138
Previous 10 blocks ↓
Total Size: 782.75 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: 708.65 GB
    • Received: 16.74 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.