Loading Tool

Explorer IconExplorer

Memory Pool

75,633 transactions
30.92 vMB
0.09949455 BTC
Random Selection Loading Transactions
Max Size: 181.52/200 MB

Candidate Block

Mining Attempt 3ce34b116aeaac4e7acd4a66f8f86d87bdcaf2ed489064174d70f07b00b412b9
Version 20000000
Previous Block 00000000000000000001b6bcfed7daef6070e84e65a71f9eb69c8b48ca4d4960
Merkle Root 229e7351f2093946a0a7ec627f153f791a57e2eef7aac8b7d4d1fe1df444b701
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,317
Size: 1.00 vMB
Total Fees: 0.01977362 BTC
Feerates: 301.35 > 1.98 > 1.04 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,425 (703,976 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
211,449 211,449 000000000000044661142520a210c1eede28c1bf73708e35e632b4ea4ec161f2 743 0.20/1.00 vMB 216
211,448 211,448 0000000000000347d81fd87d4ffa4054ce396e174968a2ed1ea94a0bed59deb8 142 0.05/1.00 vMB 103
211,447 211,447 000000000000001d9a4100fa7ae67a6ef77fb8b5b68c0608d366c410653b8fc7 84 0.03/1.00 vMB 179
211,446 211,446 00000000000000a5b2c1945ee6a7ce634f923d173b3d260500923c840cfa523b 212 0.05/1.00 vMB 204
211,445 211,445 0000000000000275b1b1dd9e0faead8edf8a2f78c3bf855eaa5315cb622ce2e3 551 0.25/1.00 vMB 158
211,444 211,444 00000000000000104811511e9ba0307b64b5f24b6398915874a6b6302bd04368 373 0.26/1.00 vMB 113
211,443 211,443 00000000000000c9fbf31ab9bbd80f449617fe6a4c703fb7847df6c0b94f15b2 136 0.05/1.00 vMB 135
211,442 211,442 0000000000000354e56c7c6bd80b0c50cc58ec072d1cd3c62deafc1cbe0ea180 270 0.18/1.00 vMB 133
211,441 211,441 0000000000000383b67342368fa730a1109d194eac603d028cedbbf159b170ed 6 0.00/1.00 vMB 68
211,440 211,440 0000000000000231f42fedfdef9abfbe5020d121c310e21bd4e8d2f0d0a23bc7 111 0.04/1.00 vMB 98
211,439 211,439 00000000000003a85432291aec83ecc8910101f7af86dae366cd07efa6aaa181 309 0.16/1.00 vMB 144
211,438 211,438 000000000000000f02d2eb6c64e403e6d73164ddd0645b1e6ee301aec4e37ef8 322 0.16/1.00 vMB 170
211,437 211,437 000000000000016c5ed4b2aef4309630b502e32dbf1067183fda0c8bb68510ce 703 0.25/1.00 vMB 238
211,436 211,436 000000000000033105d7a728b64bef17f0ac2ee6a45e28b391a1b49369e453ec 143 0.05/1.00 vMB 165
211,435 211,435 0000000000000492b8d01f75f95ab7b9cdd716d4412d5701cedb53c883fa3716 131 0.05/1.00 vMB 142
211,434 211,434 0000000000000378765e8b793fdf7c37ba744d18139b3842d556ab643add1171 33 0.01/1.00 vMB 147
211,433 211,433 000000000000025f4124d9a54ee381a9163c8524d4d4afd1765b4fc6f278943a 162 0.15/1.00 vMB 44
211,432 211,432 00000000000003c91d01106f2297c48bfadd3b6977da963663a8e7e9f3c7a0b1 37 0.01/1.00 vMB 169
211,431 211,431 00000000000001c0d99924ef2ed8918b653a619a744c66e50e7495776921c9ea 168 0.08/1.00 vMB 223
211,430 211,430 000000000000023eaf884b638f26696a9a7e90235ce559065129a43415d65532 250 0.13/1.00 vMB 181
211,429 211,429 00000000000001c7e9f2d34ffd1a6aecd4e1bf018e893299ba53f00aac6bbd8f 618 0.22/1.00 vMB 212
Previous 10 blocks ↓
Total Size: 783.12 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: 739.16 GB
    • Received: 18.62 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.