Loading Tool

Explorer IconExplorer

Memory Pool

80,771 transactions
29.78 vMB
0.09407168 BTC
Random Selection Loading Transactions
Max Size: 180.71/200 MB

Candidate Block

Mining Attempt 3bd9db1ec31a042785faf481fdab381ffc6ccdbcd6320eb3ab0df35baf46ac3c
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 682af04fde15d69837c3fdb8b5a5ffa31f415876cdc3e026dffeb054db45c1c8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,965
Size: 1.00 vMB
Total Fees: 0.02683508 BTC
Feerates: 90.00 > 2.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (317,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
597,371 597,371 000000000000000000107213eca4ee1fd2baa125d36af9e7fc58855356ef2846 1,272 0.39/1.00 vMB 29
597,370 597,370 00000000000000000001a6c89d1f7aee58f38b0879371cc6fc59d4b0fa5f641d 3,036 0.89/1.00 vMB 29
597,369 597,369 0000000000000000000cc6a5ad5dd612c5e7299d2680989c63c3abe1d8dac169 2,080 0.74/1.00 vMB 29
597,368 597,368 000000000000000000157bb966edc442ff64792707d6ec8cc4c54653d1d7d849 2,125 0.68/1.00 vMB 3
597,367 597,367 0000000000000000001047164659ccd8c2fbf32b32d1e0bd00e5c01ad6e6a4d8 2,430 1.00/1.00 vMB 38
597,366 597,366 00000000000000000012b9fb6e76faab2659ac3f1c88a356dea1047160b0e3c5 2,575 1.00/1.00 vMB 16
597,365 597,365 0000000000000000000378c967d0a94a8ee6224b54e7b36f3af4a056c37c265b 2,669 1.00/1.00 vMB 18
597,364 597,364 0000000000000000000bef078071a318647fd21fa4a4493fc9335571c2c3d9d6 2,212 1.00/1.00 vMB 36
597,363 597,363 00000000000000000012ceb042f6468560936b77bb66ec86f92d7954b3e99d3b 1,483 1.00/1.00 vMB 39
597,362 597,362 00000000000000000001de4e8c9f291dec5f956bbc6d651a46da6350b3eeada7 3,258 1.00/1.00 vMB 68
597,361 597,361 00000000000000000001896be4a5262c190c77dc55a3cfc67aa7fa190fcfd107 2,870 1.00/1.00 vMB 55
597,360 597,360 00000000000000000002726a175241b0f200c561daf30c668d8652cf3b949343 2,746 1.00/1.00 vMB 43
597,359 597,359 000000000000000000127c4bc3337e9a3196af05cb88374e53a5a95b1ec183ed 2,281 1.00/1.00 vMB 28
597,358 597,358 0000000000000000000cfa1915d66898f838c3fdda0d686a56fa87581954ee6c 2,145 1.00/1.00 vMB 19
597,357 597,357 00000000000000000000e1d0182fcd4f8c998510cacde17a57e49cd74362b929 2,858 1.00/1.00 vMB 56
597,356 597,356 00000000000000000004880233fe47f3474bab7cd1c292352519e6154bd74a02 2,325 1.00/1.00 vMB 34
597,355 597,355 00000000000000000008d369d29c725814c109abcaee444462fc5fe7696b5126 2,596 1.00/1.00 vMB 60
597,354 597,354 0000000000000000001234ddd6d777b568ee072ddd0c55d5231bb9f454e467cd 68 0.02/1.00 vMB 36
597,353 597,353 00000000000000000010ad693b95a58bd210c9be9e34b0ca6a96d61f905323b2 219 0.06/1.00 vMB 31
597,352 597,352 0000000000000000000eb5652bf7803cdbdb026bded654cf3c2c579e929d5124 889 0.27/1.00 vMB 38
597,351 597,351 0000000000000000000f96537601dde64efb2f681aeffae457d16d48980f7674 1,713 0.95/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.63 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: 672.33 GB
    • Received: 16.20 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.