Loading Tool

Explorer IconExplorer

Memory Pool

71,520 transactions
27.70 vMB
0.05843150 BTC
Random Selection Loading Transactions
Max Size: 164.25/200 MB

Candidate Block

Mining Attempt e594bcc1ddcfa156a9ab4508f2fb63769858491ce162ecd817b94cd38a14d2b6
Version 20000000
Previous Block 000000000000000000009e0d05ec642d7cff4f2783635cafb8c4809e49c30b10
Merkle Root 2b999924433c1660c6c5bf9ba3d001611f33b828d0012f8f434d5583bd521c48
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 7,105
Size: 1.00 vMB
Total Fees: 0.00313118 BTC
Feerates: 49.26 > 0.31 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,051 (236,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
679,051 679,051 0000000000000000000578b6ddd6bfbfcc7dfad9fd50d62210bcbd9ad5183e08 3,285 1.00/1.00 vMB 120
679,050 679,050 00000000000000000001fe4c8f2da25ff4e090f699817e9b5137d9772d8ca116 2,370 1.00/1.00 vMB 83
679,049 679,049 000000000000000000043b56d977a662ae03bd887e6432d192d849990870f186 2,848 1.00/1.00 vMB 84
679,048 679,048 000000000000000000000d9b733182dea5b047a40eef48381e707b98d5fa9c37 2,895 1.00/1.00 vMB 86
679,047 679,047 000000000000000000093210025c6db126ead0558acd23bfcffe0817d123cac9 3,324 1.00/1.00 vMB 103
679,046 679,046 000000000000000000052bb30b36b57074f86922e655a97818b1fbce7f08f65f 2,321 1.00/1.00 vMB 60
679,045 679,045 00000000000000000001e7190dbe04c02b437db055d879f7d0de465add4a2630 2,349 1.00/1.00 vMB 64
679,044 679,044 000000000000000000018e42e509d585c43e0516b83472cdf7c9dbca45cd3244 2,293 1.00/1.00 vMB 37
679,043 679,043 0000000000000000000bbd14af2184197141d35da0f52f9621d96f9523cbb5d9 2,291 1.00/1.00 vMB 46
679,042 679,042 000000000000000000025c07fab9a132e8b5f6f9cee04eecaad5eb9d7b58173d 3,097 1.00/1.00 vMB 57
679,041 679,041 0000000000000000000b25f4d9d17a227f6d6ddd65ba67b2a65ffe4652c1cba0 2,512 1.00/1.00 vMB 76
679,040 679,040 0000000000000000000aac3cf4749e79fa3783fbda649de2e21d91fc25666f3d 386 1.00/1.00 vMB 66
679,039 679,039 0000000000000000000a648ef0401cf65708bf96ea3de3464b93a324cda28660 2,351 1.00/1.00 vMB 74
679,038 679,038 000000000000000000024f20458455bcc30f47ff1f2096c3c1b79ed236f1de38 2,660 1.00/1.00 vMB 88
679,037 679,037 000000000000000000054b37455eb59ff21c4a7a9f36ff9eda47538fb01585f3 2,763 1.00/1.00 vMB 81
679,036 679,036 0000000000000000000645190b239347e8696fa99634b80f8d97eaca5df2e2de 2,732 1.00/1.00 vMB 66
679,035 679,035 00000000000000000000dc7b85b5e058039f725464071fdceff17e4bc5b6321b 2,666 1.00/1.00 vMB 84
679,034 679,034 00000000000000000001d7137006d6574bbbc0c5382c82d8a0fee9b7b0b5a0ce 426 1.00/1.00 vMB 66
679,033 679,033 0000000000000000000b00bb30eb6d25d132482b98c09d8cef7b86a5a7035b54 1,677 1.00/1.00 vMB 78
679,032 679,032 0000000000000000000764de4b086505f42bb13d3d0408d7393c37213c136e67 2,906 1.00/1.00 vMB 70
679,031 679,031 00000000000000000004b884cef0516371d89e711b98bda9665ad96cf9e14401 1,910 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.48 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: 668.16 GB
    • Received: 15.40 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.