Loading Tool

Explorer IconExplorer

Memory Pool

78,339 transactions
29.76 vMB
0.07336792 BTC
Random Selection Loading Transactions
Max Size: 181.72/200 MB

Candidate Block

Mining Attempt aa80264e3ff25478d6a34eb6b6ea9db228f6763a458ee7ba1de3e33ac313d5e4
Version 20000000
Previous Block 0000000000000000000004a53d2ccfc82210803da3fce74ac3709abde32904b7
Merkle Root 5c815ba4c98a537d7e291aebae5c1b861479dd2f7e2af25979c9c9e840d50093
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,986
Size: 1.00 vMB
Total Fees: 0.00748936 BTC
Feerates: 150.58 > 0.75 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,372 (488,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
426,921 426,921 000000000000000002c1261d56286e6d72e2f243466f2adbc7d095f89636246f 1,010 0.63/1.00 vMB 41
426,920 426,920 000000000000000002c7948cee8f06406f842ddecce4f56249af62724d8e8233 1,809 1.00/1.00 vMB 50
426,919 426,919 000000000000000000beb9e18a2c0b337d50c78ead27a1351d13f44165409ab8 1,187 0.47/1.00 vMB 62
426,918 426,918 00000000000000000005523c3010221ca432323180a9dbddc9cf718fb3c28251 917 0.99/1.00 vMB 17
426,917 426,917 000000000000000001484f27b9e6718e31b16cc498c8e3d4af1fa93960c7416b 1,780 1.00/1.00 vMB 48
426,916 426,916 000000000000000001c00e9df82568aeb7baa342fe3fc9492c6eab09429ce15e 1,496 1.00/1.00 vMB 40
426,915 426,915 000000000000000003cb7bcf7b84d63844e214cc36d84ff1b25eba36c1cd72f0 2,388 1.00/1.00 vMB 65
426,914 426,914 0000000000000000040faffda2437a3749f6c49ef6a95d7152338a6dcaa8c2f4 2,472 1.00/1.00 vMB 57
426,913 426,913 0000000000000000039ae85157a9e72080ebbf71336b48daaa80f3b2b318a415 2,719 1.00/1.00 vMB 80
426,912 426,912 0000000000000000016d57d46c3b2582de6071ba5853a3063d15a4b99dc993c4 2,473 1.00/1.00 vMB 55
426,911 426,911 00000000000000000128c0bba2ea2460ff6f6b8be483313eac7224b9aa9de324 2,834 1.00/1.00 vMB 87
426,910 426,910 000000000000000003d061d2800029a655bed51bcf1e0e69b3391415d3a4a8fe 2,555 1.00/1.00 vMB 66
426,909 426,909 00000000000000000452f76fc6089b9fdaf1dd3d14ba5e125f23956981adaad4 598 0.31/1.00 vMB 52
426,908 426,908 000000000000000004f5c86d2e1a715f044125f97ce69ce0d57faed16c95b6d6 149 0.06/1.00 vMB 69
426,907 426,907 000000000000000003552d5097a41a019490b7b16e1d52e36ef694c038651d3b 1,497 0.66/1.00 vMB 67
426,906 426,906 0000000000000000007c2a55586c24bd00f6fb8feba4498e31a365f75ef167e1 849 0.36/1.00 vMB 67
426,905 426,905 00000000000000000368954b543933e172c70572617ffff13e8c4e3bfda95a80 2,107 0.97/1.00 vMB 62
426,904 426,904 0000000000000000030bdc1dee23cbef5970c2be828d45d13ba7ca68936678c5 601 0.26/1.00 vMB 64
426,903 426,903 000000000000000004f472afc55cc52a159aa8e073bdde1ee6890d690bb2aa35 519 1.00/1.00 vMB 13
426,902 426,902 0000000000000000023c62708164f93d78b687d08ef1e7eb27f6b1366087850d 192 0.09/1.00 vMB 55
426,901 426,901 00000000000000000229ba84cdf960a5c6226a6b1625f399234b396e34e258f7 1,193 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 783.04 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: 719.63 GB
    • Received: 18.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.