Loading Tool

Explorer IconExplorer

Memory Pool

17,258 transactions
8.19 vMB
0.05226585 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.50/200 MB

Candidate Block

Mining Attempt 4ec0ca7c9751ebb00f787bcb85315ed65865f1f3ae37284e2c757af172229121
Version 20000000
Previous Block 00000000000000000001005dfa86df5a453e2a43d8c4c0524838bc7347298bbb
Merkle Root aee66541009518419b89b8843158f19624018d11fb09daefaffe30b0a89805ed
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,291
Size: 1.00 vMB
Total Fees: 0.03503581 BTC
Median Feerate: 1.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,385 (657,998 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
255,387 255,387 00000000000000284b188a9ee8ed955f3151d6da8d15c52792770b94645f1723 35 0.02 vMB 69
255,386 255,386 00000000000000337907ef24acffcb288ce10c48bc915016f9d8b0552bb3981e 114 0.05 vMB 100
255,385 255,385 0000000000000024b887645a5bb3b3300614df547e5ab32dbb876647a52381c3 299 0.09 vMB 3
255,384 255,384 0000000000000030c13b1e3b68cece520749b713dd9c2daaffb4bdc5c8e46c42 218 0.09 vMB 124
255,383 255,383 0000000000000011c37a66c4dbbd41a6d3978525d4ccfb06c3e68f87f473742f 313 0.13 vMB 99
255,382 255,382 000000000000000e2c67f5e84a437748057e74ea9494be109413f5363a1f8c04 221 0.10 vMB 179
255,381 255,381 000000000000003144b9a40e4d3b64d1bb2cdfc6198e3d3e9df603235a08191c 70 0.03 vMB 107
255,380 255,380 00000000000000166b25aae9be3bf623738f2927865f7f5b066cc546fed2c471 54 0.03 vMB 78
255,379 255,379 000000000000001f7cff26fe808ca590d5650fb22c2d69bcf6786cfb59278cc5 101 0.04 vMB 104
255,378 255,378 000000000000000701096f840c83d430d876652326012f55559fa0a08d8eeabe 38 0.02 vMB 101
255,377 255,377 000000000000002919cd4ed070d3765095d5cf819cd3ae1d128f67fe2b5b1f08 105 0.05 vMB 94
255,376 255,376 0000000000000035522a1fed9d5980896a70935ad2032beb66ed46ef72b326a4 273 0.12 vMB 158
255,375 255,375 0000000000000040d945ee04b84a3ab57ead73d6178d69317faf601d770a1fb4 290 0.14 vMB 92
255,374 255,374 000000000000003ecf31932135f88798339b70328dd5f949356db240673e609a 106 0.04 vMB 119
255,373 255,373 000000000000002c9da3d7f823de2c8568046771af3d70828a57f03967da51db 50 0.02 vMB 106
255,372 255,372 00000000000000076a99d1d4cc65674c0f1153b6a0dba25615b3753bf6d19010 14 0.01 vMB 60
255,371 255,371 000000000000002a657df7f80a408fa5abb3ff41e4f74761bb64c4287916a4b0 159 0.11 vMB 77
255,370 255,370 0000000000000026126c3d66252fe3cc10925c798a6cd57bcdc32afbe37d3456 15 0.01 vMB 154
255,369 255,369 0000000000000004ef957146f6f52e3a3d224c7a5e0da534d7a82443771eec83 48 0.04 vMB 1
255,368 255,368 00000000000000230c401f4fc10b5dd861dd4da3648ec339035f71d91f8a383b 46 0.03 vMB 115
255,367 255,367 0000000000000005b9fa4c66811e0f1081d05accf884ba079b727a6dd4d894de 194 0.10 vMB 109
Previous 10 blocks ↓
Total Size: 779.53 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: 231.20 GB
    • Received: 0.88 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.