Loading Tool

Explorer IconExplorer

Memory Pool

79,493 transactions
29.67 vMB
0.07419761 BTC
Random Selection Loading Transactions
Max Size: 178.39/200 MB

Candidate Block

Mining Attempt a6ad283e6f8f7332a7915e10f3f9304c10735cf475a84133188538c15eb3afdf
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 80d3671021bf5a4603e120e1f625997f8a4b2a5e63a235f9a80ce9060abe0b4f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,299
Size: 1.00 vMB
Total Fees: 0.01390323 BTC
Feerates: 74.18 > 1.39 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (365,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
549,372 549,372 0000000000000000001cd4343b48d8523f2b9234c41fc48d4cf847dbce078f52 2,763 1.00/1.00 vMB 8
549,371 549,371 000000000000000000173077e01c2819cd670bf49b7cd71cad4b4ccc97368a93 3,022 1.00/1.00 vMB 35
549,370 549,370 000000000000000000267eb52a96d30deb891bb236241c7187f39c7c565fdf58 2,392 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.39 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: 664.65 GB
    • Received: 15.02 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.