Loading Tool

Explorer IconExplorer

Memory Pool

81,338 transactions
31.46 vMB
0.10060727 BTC
Random Selection Loading Transactions
Max Size: 188.57/200 MB

Candidate Block

Mining Attempt 6212a3f8f26b9329b6baee5ecfad41fad48f9ca321e2b9ded9c7a2be46c6f660
Version 20000000
Previous Block 000000000000000000010cf532a63a6441b67a3efb5df3eadda72118873c170e
Merkle Root 0ec8d893f8f18347096584e9a2569d5f6be0a2022f1e8f661f262098f2bca74d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,091
Size: 1.00 vMB
Total Fees: 0.02109530 BTC
Feerates: 99.50 > 2.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,376 (106,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
809,371 809,371 0000000000000000000283f894f2c64c8f3c97262dbd2887206fdb8adf2aca3e 875 1.00/1.00 vMB 15
809,370 809,370 0000000000000000000462791d29c685d334c56512cd284b15dd028d45014920 2,201 1.00/1.00 vMB 22
809,369 809,369 000000000000000000043ba2a5b10ba52832d5095d42ac73005a309ede9f4d9a 1,561 1.00/1.00 vMB 23
809,368 809,368 000000000000000000043aea525a9ba3d74a390262f16b36f117bbbd9b312a1c 1,327 1.00/1.00 vMB 18
809,367 809,367 0000000000000000000335b0b8fa9ec22f8e8b7639272de388be1540b76ab36b 5,507 1.00/1.00 vMB 13
809,366 809,366 0000000000000000000075a4a98c20f2f6230d9f446a706fed5902ac90e254c9 3,605 1.00/1.00 vMB 13
809,365 809,365 000000000000000000008dd2c65049ae10d4f1f0ffe837dd5ccbfc973730567d 1,213 1.00/1.00 vMB 16
809,364 809,364 00000000000000000000805bab303ea8f76450fc423722bdd5436db6f52bbf59 2,315 1.00/1.00 vMB 22
809,363 809,363 00000000000000000001e5a5e93272f2e0e5616f613d245bcaac2b64abfaf7d7 3,586 1.00/1.00 vMB 10
809,362 809,362 00000000000000000002b814316d5af668eed03db3539356696e3ae0adc6e9b9 1,446 1.00/1.00 vMB 14
809,361 809,361 00000000000000000000710f945a6dcaeed5b8678c31ef70e37695ccafa3fcec 2,494 1.00/1.00 vMB 12
809,360 809,360 00000000000000000002957bad79f18d30cc6f0db0c78894d921d3095ea97a65 1,346 1.00/1.00 vMB 15
809,359 809,359 000000000000000000029de3fce1f04b0134de3e8df44125e2ce7a38305c7bfb 2,147 1.00/1.00 vMB 18
809,358 809,358 000000000000000000010853ad692be4cd01f577fdd06b9a5a7eb1515adb95a9 3,126 1.00/1.00 vMB 22
809,357 809,357 00000000000000000001b8888ddb75896dd4c49ce004c9cacaf14c1e1173a00d 2,702 1.00/1.00 vMB 34
809,356 809,356 00000000000000000002f43498cd3b84930bbaf26d3024f16db43b2e25500603 5,279 1.00/1.00 vMB 10
809,355 809,355 00000000000000000004e8dd84218a4ce4c10bf510f03fd8d191248d7868b7f1 3,318 1.00/1.00 vMB 12
809,354 809,354 00000000000000000002e368fae0d8dc62f00749a7078babeac8b3185a11d73c 1,945 1.00/1.00 vMB 14
809,353 809,353 0000000000000000000106eb1c2d9a4e027deba85f2d0de56e064ac6ef23c12a 3,675 1.00/1.00 vMB 13
809,352 809,352 000000000000000000047949ca96f4a7b323cde8abe2a3ffa16ba87e8cd976d1 2,304 1.00/1.00 vMB 19
809,351 809,351 00000000000000000000ffdea0f92da5035d9e9b07f1fb029d62e261baf52636 1,870 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 783.04 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: 720.41 GB
    • Received: 18.15 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.