Loading Tool

Explorer IconExplorer

Memory Pool

79,684 transactions
29.65 vMB
0.07327350 BTC
Random Selection Loading Transactions
Max Size: 178.43/200 MB

Candidate Block

Mining Attempt ba16fdc3ce199ebc88c8744662ffce614bcdcdafbe184f6289395695d1182c05
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root 86472d0ab0b8086f58345e73c50e12cd8894f2b90f2bb97943ff808fae439566
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,688
Size: 1.00 vMB
Total Fees: 0.01303332 BTC
Feerates: 454.44 > 1.31 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (365,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
549,374 549,374 0000000000000000001b6ca43b562d11474607b24d3308db241e556156b76f9b 2,162 1.00/1.00 vMB 14
549,373 549,373 000000000000000000205505f661feaa45ca0a9dd98876ce28c102fe6180ce0a 2,894 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.37 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: 663.23 GB
    • Received: 14.89 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.