Loading Tool

Explorer IconExplorer

Memory Pool

72,672 transactions
28.04 vMB
0.06631260 BTC
Random Selection Loading Transactions
Max Size: 166.29/200 MB

Candidate Block

Mining Attempt f208542aa233a6051dbd3ffbde59db3c8a5c08d7a2dab214888dce1d72da6819
Version 20000000
Previous Block 000000000000000000009e0d05ec642d7cff4f2783635cafb8c4809e49c30b10
Merkle Root 8059a9c78e11e7c5df44519b678fff563fa717b7200789cfc36720fedd40dbdd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,841
Size: 1.00 vMB
Total Fees: 0.01022269 BTC
Feerates: 150.93 > 1.02 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,051 (371,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
543,453 543,453 000000000000000000124ca1b802fee50ecb0cd79f7368db7dd89914182383ed 481 0.19/1.00 vMB 14
543,452 543,452 0000000000000000000f722bbd7a7a517a24572557d55a25aaed347cd3982991 1,469 0.62/1.00 vMB 15
543,451 543,451 000000000000000000063ba6c6da904ad30f478de2008cb04d53c99a8af4642d 689 0.47/1.00 vMB 7
543,450 543,450 00000000000000000026d22b92b7e491d1003d9c907a228b942f6eec2decfa41 2,330 1.00/1.00 vMB 19
543,449 543,449 000000000000000000104b434a6764e208f4005ef05fe1d091139e442155fb30 2,182 1.00/1.00 vMB 9
543,448 543,448 0000000000000000001a66260cbe9af719f094ba3eab5f3fdbaac942f3ad2201 2,587 1.00/1.00 vMB 16
543,447 543,447 0000000000000000000f05d6bc37d6457c6605dc2dff05e168d6cb09444eb131 2,380 1.00/1.00 vMB 15
543,446 543,446 00000000000000000022314bb7dd5673dcf6ca7bcc397a1efaac4198fcb11a9b 2,478 1.00/1.00 vMB 6
543,445 543,445 0000000000000000001ca94ff7b4dc2df5eaf5d32e3cb03e57fe4c8e6abb6adb 2,300 1.00/1.00 vMB 30
543,444 543,444 000000000000000000139a59a5d3e8836cb4b8a4e37f38b7788e9e1cf5675135 96 0.12/1.00 vMB 39
543,443 543,443 00000000000000000023fe6f2422170fca624475afd14bc46c4618b51211a7a2 1,595 0.63/1.00 vMB 13
543,442 543,442 00000000000000000001878e92d5b1943305512734750402a3a53fcfcf7c10ec 1,030 0.48/1.00 vMB 14
543,441 543,441 00000000000000000014b0c3b5bc63a5b94b120b66b9de47c4952210e9f27a9d 2,161 1.00/1.00 vMB 16
543,440 543,440 0000000000000000001ffca126816158874d15a0d25b337db425278aea25e06c 1,747 0.88/1.00 vMB 9
543,439 543,439 0000000000000000001ef60a70967256380fadf3ea26808e0ce6f5d4f8b30ce1 2,456 1.00/1.00 vMB 8
543,438 543,438 0000000000000000000eb3f4329af0d77a154fe5aff13ccf3fca8079ed1b3a81 2,776 1.00/1.00 vMB 33
543,437 543,437 0000000000000000001035430c0a10ecd3802dc55961fbc4d5f541d07a534364 1,896 0.79/1.00 vMB 7
543,436 543,436 000000000000000000229eee5324a851d26c2574d8f4d63efd2ba4b7233e9406 1,020 0.39/1.00 vMB 36
543,435 543,435 000000000000000000046e41049bc1ab65ece58ccc73336c8d7191820e5fab3b 1,794 0.78/1.00 vMB 16
543,434 543,434 000000000000000000030e16bdaf8d5f4cb36c6f9e1c7c0a783533670ba5a049 1,729 0.77/1.00 vMB 12
543,433 543,433 0000000000000000000a3860e0b593463e23c40a178476e0bcea1da1cf3db393 652 0.25/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.48 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: 668.16 GB
    • Received: 15.40 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.