Loading Tool

Explorer IconExplorer

Memory Pool

71,364 transactions
31.21 vMB
0.08394075 BTC
Random Selection Loading Transactions
Max Size: 178.94/200 MB

Candidate Block

Mining Attempt 7b8e89f988a240075e355dfeb54da1af5b6750862700c61c956d7218c8046fc4
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root 734250328ecb3aa911cb065387de4df4dd348f9ff76b9f7523e2077124d68165
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,187
Size: 1.00 vMB
Total Fees: 0.02260722 BTC
Feerates: 150.93 > 2.27 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (365,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
549,395 549,395 00000000000000000010abd58dbbc1d398b5a734dcd56a46f0eeb5fa25d7c9ba 2,636 1.00/1.00 vMB 23
549,394 549,394 000000000000000000257e5c6a96b5aa62680ab9395d3de5b999826fc9c338ca 2,106 1.00/1.00 vMB 47
549,393 549,393 000000000000000000068b53e268a90c85f4fccc6ee643a779ba1b7d80b48807 2,255 1.00/1.00 vMB 17
549,392 549,392 0000000000000000001f4a2248288cc75e0264a37c7c24cfecda1cada34374b1 2,621 1.00/1.00 vMB 41
549,391 549,391 00000000000000000023c8663ef6e85571c796fbcd9059ed267115a1c4ec3ba8 1,816 1.00/1.00 vMB 15
549,390 549,390 0000000000000000000165175cb47dbccb42d7ad1e9ef68123c47baf1c18eb52 1,126 1.00/1.00 vMB 38
549,389 549,389 0000000000000000001498430f1b485255bcb67a5448ce20c144b35abbddb98c 672 1.00/1.00 vMB 66
549,388 549,388 0000000000000000000a90c78d56890162245e28e8a0203dcc17f9846e1d9dfa 2,396 1.00/1.00 vMB 15
549,387 549,387 000000000000000000043bc6ad51f3b62a9dd2f92ad784f22e12859acce60b1a 1,617 1.00/1.00 vMB 10
549,386 549,386 0000000000000000001163cc1a08c345a427a8433811695f5c9da32f9c756cf6 2,314 1.00/1.00 vMB 11
549,385 549,385 0000000000000000001c416a33cc1613ee2eb3023a1206b4d0505615e789f33c 2,042 1.00/1.00 vMB 12
549,384 549,384 000000000000000000016172a291fad75e739bd17cde919977f8825ee0f2309d 2,176 1.00/1.00 vMB 8
549,383 549,383 0000000000000000001bc3106e8b87e0c5848a172eed0b5cc4734797c97af28b 2,098 1.00/1.00 vMB 7
549,382 549,382 0000000000000000000a72641c1ee1f497096b8f65e9539d360249997abed6f1 3,023 1.00/1.00 vMB 15
549,381 549,381 0000000000000000002312b1f5a318e95fc98b2f0e6be8528ea47d35a7e7a7c4 1,672 1.00/1.00 vMB 21
549,380 549,380 00000000000000000022ac1bb9b2f353e1e72dc0697b5ae4a2fe285b52fde960 2,320 1.00/1.00 vMB 16
549,379 549,379 00000000000000000017558f45fbfc052ba0bf59157c711e54adc06a63495833 1,577 1.00/1.00 vMB 5
549,378 549,378 0000000000000000000a3bc5d5bd30f7f30608cc6e222f3340605040d414b9dc 2,911 1.00/1.00 vMB 18
549,377 549,377 0000000000000000000b6b5bfafe646f9f69f94c95e46334084c06463e0e65e1 2,643 1.00/1.00 vMB 17
549,376 549,376 000000000000000000097159d88b1eef2015cf530f637b4a753264ba525a6b09 2,820 1.00/1.00 vMB 13
549,375 549,375 00000000000000000017ebe683f079628ae06045f8c0a8a5dc3e8c972af1b27c 2,471 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.29 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: 657.09 GB
    • Received: 14.48 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.