Loading Tool

Explorer IconExplorer

Memory Pool

82,105 transactions
31.82 vMB
0.08084257 BTC
Random Selection Loading Transactions
Max Size: 193.11/200 MB

Candidate Block

Mining Attempt e833b08ceeb26d0c03d425dcdb1b954740b73068a6b47f9566c46053a44f3622
Version 20000000
Previous Block 0000000000000000000031ba7fe1eeefe76d233c2558b7cc402ecad40e6ac670
Merkle Root 4be7defc94135a656cb36101bd693460d6227974a13546ac674a5ba4b72450c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,414
Size: 1.00 vMB
Total Fees: 0.01145137 BTC
Feerates: 73.20 > 1.15 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,214 (336,809 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
578,405 578,405 00000000000000000007438de9916f2bcd2e300b8e0d683c1db4d5fb6e4a175b 2,888 1.00/1.00 vMB 186
578,404 578,404 00000000000000000003bc0d911793fd6cb005ffb5ebe9b0d7fa62af92cd59c8 2,660 1.00/1.00 vMB 176
578,403 578,403 0000000000000000001d11834733df98b8428f08df5bd0e329826e378091fb80 1,251 0.49/1.00 vMB 85
578,402 578,402 000000000000000000085e591b6f7e54903dd3f09994d3333da8f167faeaf255 1,993 0.99/1.00 vMB 34
578,401 578,401 00000000000000000010a1bf08b7dfc532547d7af5c9fcec79ecbb48e09fd4a2 1 0.00/1.00 vMB 0
578,400 578,400 000000000000000000029c57662fecbd2a7e394d0f375d185f19185b88f3999a 2,874 1.00/1.00 vMB 71
578,399 578,399 000000000000000000299e1776ebccb24344096b4647b9d4b2e512cd75c921c6 2,366 1.00/1.00 vMB 58
578,398 578,398 000000000000000000107cbb49798c8b8b8a751cfd6ceaf899acb99785ad4947 2,873 1.00/1.00 vMB 148
578,397 578,397 000000000000000000271e27323b3fa677c48053967313a19b79fc0d08ca9b5d 2,558 1.00/1.00 vMB 64
578,396 578,396 0000000000000000001318b477112444dcb9c3db17960450464dba89a34ecf14 2,701 1.00/1.00 vMB 97
578,395 578,395 00000000000000000005c3be0398484ec17f03ae6f20cbe7b53e42487f5af1a1 3,304 1.00/1.00 vMB 161
578,394 578,394 0000000000000000001bd81b4ed4e4e2275b72a4e90e4076a6b63b1a5c3955b8 2,445 1.00/1.00 vMB 83
578,393 578,393 0000000000000000001642cb5e083409be5061c4e5f4833ccabde42554e33b36 2,549 1.00/1.00 vMB 68
578,392 578,392 00000000000000000025a4c1c262862b55b9b12084c98c57df1ecef8989a5855 2,951 1.00/1.00 vMB 135
578,391 578,391 0000000000000000001c19897ef2efb8b48956a088e40414af9c6347bb6dd366 2,943 1.00/1.00 vMB 119
578,390 578,390 0000000000000000001b2eea6ba7ab47daed51cc2201ce40ec7e86fbee1c4d85 3,019 1.00/1.00 vMB 126
578,389 578,389 000000000000000000203b8263cdb30a6d16a55c7253b169be09afda3f530e11 3,216 1.00/1.00 vMB 164
578,388 578,388 0000000000000000001f7d39c973faa4a595700431be7c8491261e7b52bf3157 2,218 1.00/1.00 vMB 42
578,387 578,387 00000000000000000014a2eda8fb9a2fec637e234f3ac41386013f1c7f140c56 2,145 1.00/1.00 vMB 150
578,386 578,386 00000000000000000025bff7b0c928e6080c3a3564adfccbf968a929e283bab8 2,540 1.00/1.00 vMB 112
578,385 578,385 00000000000000000021ffbe47ec3ea23556d5fb3b838f89afdfc1079be08fc8 2,169 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.76 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: 708.97 GB
    • Received: 16.80 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.