Loading Tool

Explorer IconExplorer

Memory Pool

19,999 transactions
8.98 vMB
0.04252522 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.47/200 MB

Candidate Block

Mining Attempt a3d00d1dfab5bb89c7c217ca6f124dc2d6ed91d2e898bc46cdb57b242c233ce1
Version 20000000
Previous Block 0000000000000000000170c67e58e6b2743a2a358553ccfe3fb9590b1d57ba5f
Merkle Root d6aa2b16e6b73e5e92a43dedc0047cda2f6185c5284e304fab2210a296d0f29b
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,093
Size: 1.00 vMB
Total Fees: 0.02279671 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,402 (626,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
287,300 287,300 00000000000000014eb8946d79bf47aa7f64dff47900eef5310dc738a02646e7 538 0.27 vMB 36
287,299 287,299 00000000000000008c9f955494d56f6e0980c347be8fe9348b6886e65d6e4393 291 0.17 vMB 31
287,298 287,298 000000000000000052c0f96a1a2420583eea19f0f1ebb99659f1bf7b28611293 152 0.08 vMB 38
287,297 287,297 0000000000000000c17dafa6f06bd61daf3f80d305b3b7efa72acefc0ca1bbfe 124 0.10 vMB 14
287,296 287,296 00000000000000014dc884c29e5e27bf3a85f5b49b0d6b55b51b4eb28dbc5817 397 0.22 vMB 28
287,295 287,295 000000000000000057060da254af7ba99de96991376144a2dcdc220af31e22b3 205 0.12 vMB 29
287,294 287,294 00000000000000015d40643212690b85b40acfae144f63ea5274de5897bf910c 22 0.01 vMB 16
287,293 287,293 0000000000000000e4f5961ce4a519721223d9b2170d7ae81e9976e0f22cd734 215 0.12 vMB 31
287,292 287,292 00000000000000012cb7e7eb55d436f53ed014efeb7a64f44a6b73df3e84aa04 241 0.11 vMB 38
287,291 287,291 000000000000000038cae6c597b7a1a7f0506de90508b9907c3a886730561a09 32 0.05 vMB 16
287,290 287,290 0000000000000000a92b1d8cd88457c12893f7047ca9617f9b4a2c4f0ed38017 193 0.10 vMB 29
287,289 287,289 000000000000000035b79d2f1d0871eb566e3956f32f4142c02f3239ddc60f34 505 0.31 vMB 33
287,288 287,288 0000000000000000cb34b7c092e11992a8ba0fe31c53b22c332f6a80d079efce 49 0.03 vMB 24
287,287 287,287 000000000000000140cc858a6fa72cf2816ae5fc3f271e5012532cb517fbce71 256 0.11 vMB 88
287,286 287,286 000000000000000099f45ae94c4a3bb30cf589ee3e48d140a4d94409d42e3ba7 255 0.11 vMB 43
287,285 287,285 000000000000000103c84d44ee2c6ac4cc665405a156ffc4356504dade98ef21 375 0.23 vMB 29
287,284 287,284 000000000000000124c33eeebce10364d45daa896ee42ffcc00bfb327994d700 157 0.07 vMB 38
287,283 287,283 00000000000000011067c63dad870d3836b620e7036477ab9494034a3c347564 818 0.55 vMB 43
287,282 287,282 00000000000000012630b3a2101cc6c4409bbe2e422fe42d1547d0bfd36655cf 22 0.02 vMB 15
287,281 287,281 000000000000000020b880d1c8167fb8d0d71c1f2fc3d5e4da1c6201c596ea6b 475 0.24 vMB 40
287,280 287,280 0000000000000001135edaf90f3bd4af37f8e36ac13e0eb3632e38e54cc6073d 32 0.03 vMB 44
Previous 10 blocks ↓
Total Size: 779.57 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: 270.48 GB
    • Received: 1.05 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.