Loading Tool

Explorer IconExplorer

Memory Pool

41,048 transactions
25.86 vMB
0.05365353 BTC
Random Selection Loading Transactions
Max Size: 135.12/200 MB

Candidate Block

Mining Attempt 950ab35825e3829afea0f185d55cee5edd97db0dc4b48eeca612d019a495b318
Version 20000000
Previous Block 00000000000000000000b5b2d45e6886bb0157eb70677ea9d4555802ee085a1f
Merkle Root 5e672e6a79f10165a860bf79940cc5caa352a43dd36e250db7695789a5addd0c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,512
Size: 1.00 vMB
Total Fees: 0.00679684 BTC
Feerates: 75.74 > 0.68 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,732 (260,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,008 654,008 000000000000000000051fd4757deab0fef4bfe28d4d3abd9e8c52d9c4e9b507 2,542 1.00/1.00 vMB 61
654,007 654,007 0000000000000000000ac507f6cdd93101f2ffc366dbd06e0af316731995cf10 2,688 1.00/1.00 vMB 137
654,006 654,006 0000000000000000000cc520f39b2e9fb3cfe299295b36c7222485413278d7dc 2,690 1.00/1.00 vMB 78
654,005 654,005 00000000000000000003a68d735569bae91467c065c6aa5b28d8c0489cccc9fb 2,646 1.00/1.00 vMB 112
654,004 654,004 0000000000000000000b762fab4d2d0cc0591d0f663ea764b61f0596702cc8ec 2,389 1.00/1.00 vMB 106
654,003 654,003 0000000000000000000ac1d48d126ef2668f068f421c7afa5110d5549cde8892 3,068 1.00/1.00 vMB 115
654,002 654,002 000000000000000000058727cbb0801c9b987eac5cab4477e2eee2986ff7b212 2,969 1.00/1.00 vMB 126
654,001 654,001 00000000000000000009d73f2f17e73458b91ebf1cf098b875b940adea52d747 2,963 1.00/1.00 vMB 138
654,000 654,000 00000000000000000005d374b8e582162bf7afd6138f41fa6400c5aa11dc98c1 2,805 1.00/1.00 vMB 162
653,999 653,999 00000000000000000002002c3883b0e95ab5a64a9fcede1791e9deddaa46c6e2 2,949 1.00/1.00 vMB 124
653,998 653,998 00000000000000000006b795fe880e5dcc4dfb15967ab0aed64b14fa625d64be 3,140 1.00/1.00 vMB 129
653,997 653,997 000000000000000000009f58d7fb630145238c8e724638d940f96a476f3ea5e0 2,384 1.00/1.00 vMB 128
653,996 653,996 000000000000000000074ab67041ff363f7fdc5005742588e1bbc73e4b3b3fa7 2,483 1.00/1.00 vMB 143
653,995 653,995 0000000000000000000a14ee0d63add5fa77881b1dbe02374c92e62fe4322117 2,829 1.00/1.00 vMB 144
653,994 653,994 0000000000000000000258b4757371bbc3e1473f58bddd65bdf7e3785e82580c 3,120 1.00/1.00 vMB 170
653,993 653,993 00000000000000000008d999cee39762e7fe6f8dc7fd192883739cc9e73d83e7 2,559 1.00/1.00 vMB 128
653,992 653,992 000000000000000000086f6cad463e628769e16bc3865558058a35ad8cf260f2 2,589 1.00/1.00 vMB 145
653,991 653,991 00000000000000000002ae9fc1ad8f164cdb780ea6c5c36842046d4cb9448df2 2,901 1.00/1.00 vMB 171
653,990 653,990 00000000000000000005210c76d26372c4f24ddb5e42774ca61392dc8f0582ca 2,214 1.00/1.00 vMB 151
653,989 653,989 00000000000000000006b6b35de0f63a5e2e9e97d2f79d2f91e85f7274c7667f 2,604 1.00/1.00 vMB 155
653,988 653,988 000000000000000000048f9d4c1107bfcc5e5d4221b80675c97cf2c94a71604f 2,812 1.00/1.00 vMB 162
Previous 10 blocks ↓
Total Size: 781.92 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: 646.03 GB
    • Received: 12.80 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.