Loading Tool

Explorer IconExplorer

Memory Pool

25,509 transactions
4.93 vMB
0.03049267 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 37.90/200 MB

Candidate Block

Mining Attempt 68ba390fa4eee4a0ba59f73181a7c9d07d1a2a3d62e01d789c86c0ef8b81b47e
Version 20000000
Previous Block 0000000000000000000019380610ce7fdd2d6a1b2875632d15bc3910c5a061d4
Merkle Root 951827dd46bc50e9fe34de11e5497422b0da02efae895e3f8bc998051e0922cf
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,615
Size: 1.00 vMB
Total Fees: 0.01694383 BTC
Avg Feerate: 1.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,864 (757,509 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,355 155,355 00000000000004ff32c99c6857faa760753acb665cba88b9fa8561702d451fce 0.01 MB 31 46
155,354 155,354 0000000000000cb8c121fe2a1d747a93ac246005f80f4888b87b20b82d992713 0.03 MB 141 9
155,353 155,353 0000000000000d51176b542ac4707fd77f4f8d8c6fc4bfe164f8b3039535a37d 0.03 MB 70 29
155,352 155,352 00000000000002af9728c843d04b5ebbe668b703ed53716c1379b6741b8112c5 0.01 MB 27 22
155,351 155,351 0000000000000eb466dfeec600e596c09cb1776152c1652916415e08f414e87f 0.00 MB 14 34
155,350 155,350 0000000000000c11fb33f015cba45c78be74e2caced4b3b309040e307793d8d0 0.01 MB 18 185
155,349 155,349 000000000000021be0038cae2e99540e85ae736da27f0c9f2eccc32d320bec7c 0.01 MB 21 24
155,348 155,348 00000000000006ae509beb99734300947cf8c05ad904265d23620f650472de7a 0.00 MB 5 145
155,347 155,347 0000000000000e103d1aecd52ef036087c2d0982dfa03c44a7f61f958413d768 0.03 MB 85 23
155,346 155,346 0000000000000519fd4c67cd0319361fa84f69bb7d7a925b6cb4262ef230fd27 0.00 MB 15 82
155,345 155,345 0000000000000a841114701e418265ba67cb2209f1200c5205c19cc12cba499f 0.01 MB 27 102
155,344 155,344 0000000000000eb76af33720e0af3ce443f98586da4d86eadc8a912180fe40b8 0.01 MB 14 153
155,343 155,343 00000000000005e62e4027543520840adefa6f0dca699fec278e4ce4f989ee34 0.02 MB 53 182
155,342 155,342 0000000000000dceb1290baa48028596a8164d28b7cab99125aef95c5af2d8f2 0.02 MB 36 60
155,341 155,341 0000000000000b35b38aa9a7b6ac4a10b73ba27620371c36c65f45b191cb10ca 0.05 MB 184 5
155,340 155,340 0000000000000c778faf780c1ac64e507f4c4244a9b06f149d20ee5ca34fe4d1 0.04 MB 86 204
155,339 155,339 0000000000000090d306ef9f155191bca70ecc879096daac9fc323a7cb683f11 0.01 MB 27 0
155,338 155,338 00000000000001a449c778ac6b183d89e0a7e99fedab688198bb4841178ad6ef 0.00 MB 14 24
155,337 155,337 0000000000000c0cf59549eaede1be4fc28bd1176b0d9f5bc1f46a22141a4947 0.00 MB 6 42
155,336 155,336 0000000000000f0bce806c9efc7157be7940bf11a4b4628c253d78da87f4fbd5 0.00 MB 9 29
155,335 155,335 00000000000006ea8102da851eae21f2844ddff6b2ba46763efb524d6f1a5e51 0.02 MB 18 22
Previous 10 blocks ↓
Total Size: 778.60 GB

Node Details:

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