Loading Tool

Explorer IconExplorer

Memory Pool

81,754 transactions
30.74 vMB
0.09853159 BTC
Random Selection Loading Transactions
Max Size: 187.73/200 MB

Candidate Block

Mining Attempt 1cc2edd6661f285ef3b641ce163d580d0c308d67c357adc09a3d8c0d5dde90f6
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root 1cb164f2155c4a36e8bb88f6a0c4291207e3e7cba8c3ba77510acef8d76bebc1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,164
Size: 1.00 vMB
Total Fees: 0.02664167 BTC
Feerates: 301.60 > 2.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (488,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
426,900 426,900 000000000000000001f9681b0c7a3029d329139d0dcb5ccdce2f377ae23fad31 531 0.28/1.00 vMB 56
426,899 426,899 0000000000000000028d90c265adc943dacb6ac3a8245ba696b18646eb85d67b 1,572 0.87/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 783.07 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: 720.89 GB
    • Received: 18.30 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.