Loading Tool

Explorer IconExplorer

Memory Pool

73,427 transactions
27.25 vMB
0.06322099 BTC
Random Selection Loading Transactions
Max Size: 166.29/200 MB

Candidate Block

Mining Attempt d05f524f0fee31c4ea14ab0bd660719cab18739bb91f43b46329aca9607d5d20
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root ec9f87c64f8c0d9252fdde323c1d474e337f80deeed7e90a9a147286b570c447
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,440
Size: 1.00 vMB
Total Fees: 0.00534680 BTC
Feerates: 73.20 > 0.54 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (314,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
600,370 600,370 0000000000000000000ad9597c1bbcf3ff4435f0e45f23a92227af879a4f0955 1,552 1.00/1.00 vMB 10
600,369 600,369 00000000000000000002011592004fa8d121803ba914cc665099e3c5ac88a4ae 1,427 1.00/1.00 vMB 16
600,368 600,368 0000000000000000000e60228f70bf1111b7613d371daf80a0751aa11e782bf6 1,196 1.00/1.00 vMB 34
600,367 600,367 0000000000000000000283e1a1344ab4babd2abd6ae5696a1127ac704071299b 841 1.00/1.00 vMB 64
600,366 600,366 00000000000000000004be9e99a05388d62e9f7c8313c83822f611b710f6f01c 1,038 1.00/1.00 vMB 6
600,365 600,365 000000000000000000136d65ea57c0c1a9fb5e6ec260776b995749eba9c93a5d 2,989 1.00/1.00 vMB 5
600,364 600,364 000000000000000000055b25e8be1c3272fcc133547e2a180bcf15527a8a6289 2,789 1.00/1.00 vMB 22
600,363 600,363 00000000000000000003766d9d3ecdb2bd031e8130a401f3695ca344a98198c6 2,091 0.66/1.00 vMB 11
600,362 600,362 0000000000000000000ec4e68c3fcd1eacfc78cb94c4b264f2a61e1f777a6c7f 2,868 1.00/1.00 vMB 20
600,361 600,361 00000000000000000006f0cbbe1b7362ad70707b8cda5cb1f0f4ff2bf7035a35 3,076 1.00/1.00 vMB 12
600,360 600,360 0000000000000000000c73f776daa8379463f3b8172d08e9677ecbfec8b3e3bc 2,771 1.00/1.00 vMB 13
600,359 600,359 0000000000000000000900af3ea1acae59e6ac8fc50a796a44d916ac5341d577 3,004 1.00/1.00 vMB 19
600,358 600,358 00000000000000000007c8c9a6b48419d4c4dc911e4985737d68a9c6f7228d60 2,673 1.00/1.00 vMB 27
600,357 600,357 000000000000000000131da00e683047db055cf60091d424f9b11e6f5f55f717 141 0.05/1.00 vMB 24
600,356 600,356 0000000000000000000aaf0d10998c7d4edef5b8028c3801cbd8a5de0c53c7c8 362 0.11/1.00 vMB 14
600,355 600,355 00000000000000000012310815c1e72b1f2384e3bf67f30ca2d0cc88ba16161c 1,366 0.43/1.00 vMB 16
600,354 600,354 000000000000000000117a81094450eefc54430da8dacd79df7bb43705dd7dcd 1,855 0.79/1.00 vMB 10
600,353 600,353 00000000000000000000cbe2a4460b3d1e54b509d0b6a5ce1a6dbe7ce5eb22ec 2,665 1.00/1.00 vMB 17
600,352 600,352 0000000000000000000f7ea6a4d867535f32f833467cb749b776002337dd14fb 1,549 0.49/1.00 vMB 7
600,351 600,351 0000000000000000000707e7d9fede5bbb5df7501171f043b249ea5d2dabe768 1,642 1.00/1.00 vMB 19
600,350 600,350 00000000000000000011a73f0c08112cc61783344ec5c4c2efbcfa1c8cb35b3a 2,482 0.99/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.95 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: 715.13 GB
    • Received: 17.65 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.