Loading Tool

Explorer IconExplorer

Memory Pool

74,898 transactions
27.48 vMB
0.06661250 BTC
Random Selection Loading Transactions
Max Size: 168.17/200 MB

Candidate Block

Mining Attempt abb5b75f193f8e2d9035c3513c216c540ce276c56e7316dc71ea8d0f7962b39e
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 2f094905dde8ae04c79ef42c9d65c8e2b761179db32b9eb1103ceec203b30b58
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,299
Size: 1.00 vMB
Total Fees: 0.00781092 BTC
Feerates: 74.05 > 0.78 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (198,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
717,026 717,026 00000000000000000007bf0e13f41e25e1b12295191413753792b2334b97a09e 460 1.00/1.00 vMB 1
717,025 717,025 0000000000000000000478cdd1c37ee7b8f3c014fa5f5857a7fc38937520d128 2,418 1.00/1.00 vMB 8
717,024 717,024 0000000000000000000108c337b2352fd4946d7957c29945bfccd149b9ecfac1 3,037 1.00/1.00 vMB 12
717,023 717,023 0000000000000000000a4ad84c49ddd562693dab90bbcfc8e4103cb76d2d122c 1,977 1.00/1.00 vMB 17
717,022 717,022 00000000000000000008761ad9b4efa11e6950dc8e72a55d4161392ad29e8540 1,908 1.00/1.00 vMB 4
717,021 717,021 00000000000000000000a6bc34735adfc83a44c84f2fa84a131af96e9a7508d3 3,360 1.00/1.00 vMB 14
717,020 717,020 0000000000000000000369f88c7a14bde6eb655e8a7a4f5bcb984e82bb580b6a 1,342 1.00/1.00 vMB 4
717,019 717,019 0000000000000000000274cd3aeed356e6e7358ebbbf5c4b1927178b4dbd92e5 1,040 1.00/1.00 vMB 3
717,018 717,018 00000000000000000000db9e78ca9f00faf52e05d5a423ed849be6db7dec00ab 680 1.00/1.00 vMB 4
717,017 717,017 0000000000000000000ac8fe8064c7f80f476d42d60efdad15e39acc196c1785 2,949 1.00/1.00 vMB 11
717,016 717,016 00000000000000000005c678d80fa2d3ee1e7dd3cfc2c5945ffefa4d62db1607 1,351 1.00/1.00 vMB 4
717,015 717,015 00000000000000000001d15f6072b3bd366ef6cc45f34ca78b74be24677fa2ab 2,252 1.00/1.00 vMB 10
717,014 717,014 0000000000000000000a7c7025e23d1458556b6f2c31ed73af25cef1329d2aec 2,764 1.00/1.00 vMB 10
717,013 717,013 00000000000000000006ecd174ef3d992e9102179e9e10694d74fed37c9cc98a 1,824 1.00/1.00 vMB 2
717,012 717,012 00000000000000000008f8ac69a5f1c5eae136abb27ed727f4f02edaf7b6b089 2,863 1.00/1.00 vMB 16
717,011 717,011 00000000000000000007fd9fcc1dbd518e90f0602e2d40b2d1348f8a01db45ed 355 1.00/1.00 vMB 4
717,010 717,010 000000000000000000064e5054fecf7b404e77b7cfd12ee00be98fc0023e2c94 1,548 1.00/1.00 vMB 6
717,009 717,009 0000000000000000000483885bafd931a56b0575b9996244535f3ee055380c15 687 1.00/1.00 vMB 2
717,008 717,008 00000000000000000003255dd03e7c4eb66632f8a38a278fb87364fd97fe328f 2,708 1.00/1.00 vMB 12
717,007 717,007 00000000000000000006f9dcbe275d483482e9130164cbd8b9c8125af0a8caba 297 1.00/1.00 vMB 1
717,006 717,006 00000000000000000000024ce02fcf929d175f859e0d457855a2fc9eee142cf4 936 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.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: 714.24 GB
    • Received: 17.52 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.