Loading Tool

Explorer IconExplorer

Memory Pool

28,755 transactions
6.99 vMB
0.05176179 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.20/200 MB

Candidate Block

Mining Attempt edc66e073c7f9c04dedaf225bd08b466747b64fc6453621ebfa86e01f13545fa
Version 20000000
Previous Block 000000000000000000010aae71661ec974f19f60e6845081a7dd81ae0148c404
Merkle Root 29cc71e06de5947afe87eebbd8ef6786d771a1d62e80f3209419348e685a3322
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,688
Size: 1.00 vMB
Total Fees: 0.03092847 BTC
Avg Feerate: 2.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,016 (768,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,382 144,382 000000000000016c764f26d2cec2ec5f03ccdd0f607b8939d5fbb5b93ca1c5be 0.03 MB 83 112
144,381 144,381 0000000000000640623678f1a9912e7e13503fd50b5c5e91819f667578edbaa5 0.00 MB 8 334
144,380 144,380 00000000000008c7555e09179934fbf2766344fc91c6f8eab2055442313567d8 0.00 MB 17 66
144,379 144,379 00000000000004fdf7f3a3c2a361c7230f22aa6a9e073e329cb87b0a7d8da138 0.00 MB 16 83
144,378 144,378 00000000000001e224bff10deffd22c72bc04ca44b32d70bb0d4d192d6a857e9 0.01 MB 35 128
144,377 144,377 000000000000053d0ebe5c5a0f84e87f2ed04c0498b0705a7eedf7c85d4285f9 0.03 MB 81 209
144,376 144,376 0000000000000774a676429fa2c6f7b4d8a62dec8149fe2ef10753cd55d2cab2 0.02 MB 85 66
144,375 144,375 0000000000000796022f49e8b85a9c86947acea072ec73775bfd0fbfe304dc71 0.03 MB 82 207
144,374 144,374 00000000000007ee10ef814318b1e5c99111db1364acd611aef5365c6b511fc4 0.05 MB 116 102
144,373 144,373 00000000000008cb63f959f929e3dacb63c6a92085a16f0259bc22b2cf14d504 0.01 MB 14 381
144,372 144,372 000000000000029e7624785bd611413dedb527a5ab7c4771ad11c76e298cb709 0.05 MB 104 168
144,371 144,371 0000000000000409cf4e5a32ab724e992f850e707c1008227299b4ebf1770a26 0.01 MB 33 261
144,370 144,370 000000000000092dafcb3060b21e45b0131bf690886a5036e62eb98f9921b7c3 0.00 MB 7 59
144,369 144,369 0000000000000706105d30301e676063d787caebc4551e4d014679fa85c09cc2 0.05 MB 134 222
144,368 144,368 000000000000020a9df1aefce2569b99f0a040f116a18f68dcc5a34b8e6f8626 0.00 MB 2 0
144,367 144,367 00000000000006d8517da2cb7594f8d678d1091d8acd37b50ad43735a8a25bd3 0.02 MB 64 1,384
144,366 144,366 00000000000003fcc3d006c0ebd92e4168b30e6487fed389e845e0338aafa06d 0.02 MB 66 203
144,365 144,365 00000000000004bdbcbe7802bf938b13536239984151431b79345f62786cad0c 0.01 MB 36 141
144,364 144,364 00000000000005f8f5485e7a9be20bae197eb1a253c8fa1c421b6b1b9141db11 0.00 MB 11 637
144,363 144,363 000000000000035edb7247a03777680eeb64ebf0697467b9338a033f0ecc3b5d 0.01 MB 25 153
144,362 144,362 000000000000031c6359f2d1b9431facb59d439f658d216b8d5d88cf153ae4b4 0.02 MB 54 35
Previous 10 blocks ↓
Total Size: 778.87 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: 397.59 GB
    • Received: 3.56 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.