Loading Tool

Explorer IconExplorer

Memory Pool

32,557 transactions
27.82 vMB
0.06151012 BTC
Random Selection Loading Transactions
Max Size: 137.32/200 MB

Candidate Block

Mining Attempt 979ada20b44f25d42006bb8bfae6a387999968fa6a1facc926ef37705f93c28e
Version 20000000
Previous Block 00000000000000000000772bfec0f0e433f7a8da04c287d4efd98f5b51573c62
Merkle Root 4660bcb280276ce1a0694b407dae4eaaadee6e9639d09d1728999bdb2425908d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,831
Size: 1.00 vMB
Total Fees: 0.00849040 BTC
Feerates: 150.75 > 0.85 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,515 (246,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
667,782 667,782 00000000000000000003a62e0faa4d5c5c805e0eab0bee96423554cd999b2eef 2,322 1.00/1.00 vMB 53
667,781 667,781 00000000000000000002d44f7621c0b18828c42a212cfda930b186072d3f607a 2,869 1.00/1.00 vMB 71
667,780 667,780 000000000000000000000cbfa7cb7b657f8b9292bba8d320bc2a1970c0d9e932 2,560 1.00/1.00 vMB 85
667,779 667,779 0000000000000000000a4de0dbe11429f1764fe6ef652ce2d9c840292edf434d 2,853 1.00/1.00 vMB 89
667,778 667,778 000000000000000000079fe16beaa72c0d0e0a320960ea100361f3f3b7b6bdb6 2,725 1.00/1.00 vMB 62
667,777 667,777 000000000000000000084e7a17c6091fb2ae61a9cffa5f771fd46c922df4e6f1 1,748 1.00/1.00 vMB 79
667,776 667,776 00000000000000000004fc47a6d124dd55f080598f82a7433514b1a929da6ab9 1,614 1.00/1.00 vMB 74
667,775 667,775 00000000000000000005d4e506aac1c2fb75d23eea7a119e5f047b25da87a2a1 269 1.00/1.00 vMB 71
667,774 667,774 0000000000000000000a27fdd96b79ebfb45b3ed4d421701c5f9a5c8eb675fe0 2,633 1.00/1.00 vMB 76
667,773 667,773 000000000000000000060c93f026badea331b151ad28b087b2d1658a3eed0e0e 2,893 1.00/1.00 vMB 89
667,772 667,772 0000000000000000000975cc27df86fa878cb6c27ca791a17578f8b8b5d348be 2,816 1.00/1.00 vMB 91
667,771 667,771 0000000000000000000430aff68195d4b031f7dba14d730a8584aa1bc6fdb319 2,811 1.00/1.00 vMB 88
667,770 667,770 000000000000000000075a3692b2fccce351057ae5e17bd437496d34da625e76 1,721 1.00/1.00 vMB 87
667,769 667,769 0000000000000000000412eccb25efab4b803ce6d68a5c292e95729fbe743c48 2,885 1.00/1.00 vMB 105
667,768 667,768 0000000000000000000c401d9feae20f48be977bcbfb34643a6a47de5448b685 2,804 1.00/1.00 vMB 49
667,767 667,767 00000000000000000006f0014f6362c489de2238a002b71bc6e5ac5e50923221 2,871 1.00/1.00 vMB 49
667,766 667,766 000000000000000000026cd992bdd2fb22f0695bbd6a5be848c8541c96043423 2,841 1.00/1.00 vMB 92
667,765 667,765 00000000000000000005b178cef074b3d9b3ad1d9c57b8bab7ce7c8ccaaeac67 2,309 1.00/1.00 vMB 45
667,764 667,764 0000000000000000000b3a39a75a7ca881207c1ecade81ebf9b94f91fd7a52f5 1,111 1.00/1.00 vMB 72
667,763 667,763 0000000000000000000d4cef249f3ad8c37c464cd248ee1e3512cc2ab84e97c1 2,822 1.00/1.00 vMB 87
667,762 667,762 0000000000000000000a88a8ce70c5c7840105bfb209e24aaade860534150bc4 2,393 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 781.53 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 613.02 GB
    • Received: 11.11 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.