Loading Tool

Explorer IconExplorer

Memory Pool

77,256 transactions
28.65 vMB
0.09026383 BTC
Random Selection Loading Transactions
Max Size: 173.79/200 MB

Candidate Block

Mining Attempt daa3524aed325a1266d3ca84af081b81b96e21e2fe8f51349a09cbf89e2a7cf3
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root 0a44410a3a0ca3e0c0504373b7d5d51d9ab6c693bd89c2300d01629d9e5cbbc5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,033
Size: 1.00 vMB
Total Fees: 0.02418455 BTC
Feerates: 402.60 > 2.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (488,386 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
426,922 426,922 00000000000000000354eadff05656626b1c6d593f223546dc2fae146df384d0 943 0.48/1.00 vMB 55
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
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.52 GB
    • Received: 17.56 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.