Loading Tool

Explorer IconExplorer

Memory Pool

77,148 transactions
28.90 vMB
0.07562241 BTC
Random Selection Loading Transactions
Max Size: 174.78/200 MB

Candidate Block

Mining Attempt 28278ac6b85441176912f92cbf933f61de2ffd93352fadeb7ffa08c9b130ef83
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root b091a7eaf4091580be618c6e6374e92c6ef4304083282efc43f5a4577325574e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,848
Size: 1.00 vMB
Total Fees: 0.01540027 BTC
Feerates: 302.06 > 1.54 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (454,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
460,314 460,314 000000000000000000345c809d676df1855fa81ec725b287b0f72b93f91ce92f 2,364 1.00/1.00 vMB 174
460,313 460,313 0000000000000000016e5690e9018f70417b414eba5987c18351cc75d4bd01a6 2,173 1.00/1.00 vMB 192
460,312 460,312 000000000000000001c011d1ee9c4d092aacf9dbd72d1440b9e92dac14828829 2,034 1.00/1.00 vMB 206
460,311 460,311 000000000000000000f6a0f8ed29a84249af43f432bab1a5378e95503b08dae8 1,923 1.00/1.00 vMB 130
460,310 460,310 0000000000000000006e96fe01afb36ec167ddcc5548897a71e8fb7e3e474e11 2,055 1.00/1.00 vMB 113
460,309 460,309 0000000000000000017aaddc1e9f24e9984808eeb9e9f50a7df4ae53735e35c8 1,820 1.00/1.00 vMB 152
460,308 460,308 000000000000000001469ba081bdcc54447be1226546f1300eedf6c0eb41685a 1 0.00/1.00 vMB 0
460,307 460,307 000000000000000001e86342fe00f6d598c2f445948f7a2180aa4e57f1787bc2 1,823 1.00/1.00 vMB 175
460,306 460,306 00000000000000000115bd088b88d2c36a9d31d2f5071c23b2a8aad4e424a2c4 866 0.30/1.00 vMB 240
460,305 460,305 0000000000000000012711a84988b930f075f11a5b9e86589a64aab8dd8c0ea2 2,027 1.00/1.00 vMB 144
460,304 460,304 000000000000000000e4d7749f45d130f2153bd44ba4f75a0dc451cf7d75a9c2 2,384 1.00/1.00 vMB 175
460,303 460,303 0000000000000000007a145f2d4c6cf55bc5b84c093641bdf4edca3ebdaf0c3f 1,903 1.00/1.00 vMB 107
460,302 460,302 00000000000000000202f3b78da967d1bbaf2fc125f13aa04c1f6e5166d91f58 1,293 1.00/1.00 vMB 107
460,301 460,301 00000000000000000022cdff897da31e67d101b0feabca30a854605583d3489f 2,390 1.00/1.00 vMB 202
460,300 460,300 000000000000000001605907eb2597a3e17e8e38f1f262cc6dd3eb5d90e75430 1,782 1.00/1.00 vMB 138
460,299 460,299 00000000000000000056439927c31761358ee64513c438ab7e371d1cee992490 2,505 1.00/1.00 vMB 158
460,298 460,298 000000000000000001e60059fef5685547039b4466e074db24cff34bada9214b 2,201 1.00/1.00 vMB 191
460,297 460,297 0000000000000000012af284593557ebf49496a9dd47cc3ab8e8c5ecb6189802 2,114 1.00/1.00 vMB 110
460,296 460,296 000000000000000000a5046426c419ef9ed730dc7edc44f598813f4b45330f89 2,991 1.00/1.00 vMB 151
460,295 460,295 000000000000000000171d8bb470f7ba3d9d25c6eeaf3064812941d124dd1caa 2,304 1.00/1.00 vMB 132
460,294 460,294 0000000000000000020faa204b8b4702a4cdd0a7079dc0260223389f8060328a 2,829 1.00/1.00 vMB 142
Previous 10 blocks ↓
Total Size: 782.62 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: 671.98 GB
    • Received: 16.09 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.