Loading Tool

Explorer IconExplorer

Memory Pool

16,520 transactions
8.22 vMB
0.07105070 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.12/200 MB

Candidate Block

Mining Attempt bf2d2879cbf918583cf8416840292b784590103516bf8fc49120061852c5ed63
Version 20000000
Previous Block 000000000000000000016227ee45eddfed24105316ab42bdb9f1253718de909b
Merkle Root e818901173c4e1fb048f59568e9083361bcb0b80db36d34ba04442e6568e400f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,458
Size: 1.00 vMB
Total Fees: 0.05389251 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,420 (704,484 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
208,936 208,936 000000000000036e8f7c49d9c199ac4942845d91066d2d981ca5350a6cb19e5c 30 0.01 vMB 173
208,935 208,935 000000000000024b4c35851a87dadfb67b17bfb5c5ec5148ac98e3278cc0a231 216 0.10 vMB 169
208,934 208,934 00000000000002622e75cca0b266f4e0ab020a9a6c942eeba230cb466b206782 492 0.23 vMB 169
208,933 208,933 000000000000038c0aa356d6ee4edeb0f684adfdd9e6defb943b9b877b73b0b6 571 0.35 vMB 97
208,932 208,932 00000000000004559a5cecad19f0785570ba4ab42ae992895bee67d266328c21 516 0.21 vMB 232
208,931 208,931 00000000000002325ff38eb3acfaac0f60d73d0aece269aca2fe23c648b9407d 794 0.40 vMB 213
208,930 208,930 000000000000002bbfce3b58080ac9aeb7e868e9b17b975a55db8effc16739ab 152 0.05 vMB 178
208,929 208,929 00000000000001dcb191de4309333f12ea2de682b9bad6760ea9aea5c5f18c56 255 0.12 vMB 171
208,928 208,928 0000000000000168fc635d3d72fd192b5e6c15a23b594780e432e58f8a831868 8 0.00 vMB 0
208,927 208,927 00000000000001e9d3090e0e67712126836e240339a864134887652c4fab7a32 143 0.09 vMB 134
208,926 208,926 0000000000000165234f1dd6eb47ed655cc8141b33b0bcfc45050e6c65eb019a 472 0.25 vMB 157
208,925 208,925 0000000000000159ed8d84e666cd37377e82fe1d677b9b87f5805e3698b6c834 156 0.05 vMB 130
208,924 208,924 00000000000001b664251b208f35969889d0464d6f9f5f5b99418fadfdd9d4a3 239 0.10 vMB 149
208,923 208,923 000000000000035892baf8222530d2cc2b84b135f9aa951b03158836531f2996 456 0.16 vMB 232
208,922 208,922 0000000000000400702d773d99b8bda171df0cba025a162f3b00630287c7c26e 67 0.03 vMB 207
208,921 208,921 000000000000006c924bd33043e1d2e27ea59c3c3c535ae96f8ab1cd38b9e6a4 157 0.06 vMB 194
208,920 208,920 00000000000003e2625b1c5126970d135e40be6bb992596d093572d2a0164c9c 95 0.04 vMB 174
208,919 208,919 00000000000001a92cd77f348debc0e06fb407b4775ba8056102fdbbe5dc4aa0 97 0.03 vMB 76
208,918 208,918 00000000000002810473623945877fce17756835af1babcf18f72ae0f68f954d 306 0.16 vMB 144
208,917 208,917 000000000000012f2d6c61725ed197a28d32eb41c1d4003bee8ab2d875badd96 12 0.00 vMB 192
208,916 208,916 00000000000003cf59de2f1d30a6557efa7b1fe754112c32c19f88576da548a5 5 0.00 vMB 254
Previous 10 blocks ↓
Total Size: 779.60 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: 294.14 GB
    • Received: 1.23 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.