Loading Tool

Explorer IconExplorer

Memory Pool

44,928 transactions
27.02 vMB
0.07173089 BTC
Random Selection Loading Transactions
Max Size: 142.45/200 MB

Candidate Block

Mining Attempt 166b3e2f8780f330dfcad91e60757c103568a72a48f1a72408902049b79df1d0
Version 20000000
Previous Block 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e
Merkle Root 15eff7053d76d93f15dcc9c2ef14284e6538e700371ff2cc02a9bd1e2c690f19
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,382
Size: 1.00 vMB
Total Fees: 0.02168033 BTC
Feerates: 201.13 > 2.17 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,787 (683,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
230,867 230,867 0000000000000124cdbdf7d2c46ce5ab3bb8b40aa93f9cc293b57374cd03a9da 854 0.37/1.00 vMB 161
230,866 230,866 000000000000002e2801cae8e9acb3c1fdd2a0934efe81bdd321290a3b9e3024 129 0.05/1.00 vMB 78
230,865 230,865 00000000000001e9e99488a4cd2cdcb10474895db279033adc4997df0f4b9952 322 0.24/1.00 vMB 83
230,864 230,864 00000000000002285a881e8736c672e4239c837cba87a990aa6aaa9d73518f03 803 0.25/1.00 vMB 272
230,863 230,863 000000000000014268409008b4711b103b56780e0694d9d59f1912c7239e885a 98 0.25/1.00 vMB 28
230,862 230,862 00000000000001509b9156e7e93df9e4ad26b493b2da8c8f4bfa598f049272d0 229 0.25/1.00 vMB 42
230,861 230,861 000000000000018d532ade35ca04ee42c238db4318f1940dc4b1d98d9651673c 419 0.25/1.00 vMB 75
230,860 230,860 00000000000000195a19e457fbcd1ed8ab90f29e1196b3a27fe78bdeabce1abb 555 0.31/1.00 vMB 118
230,859 230,859 0000000000000033d0a7498fdcd34353894771aac40d1b3d06d07544fcde5ca3 1,138 0.47/1.00 vMB 176
230,858 230,858 00000000000001849f7b1cdc4dd8338fa5c0dc61e8994ae0a9a5d1e61e8ee8b4 4 0.00/1.00 vMB 44
230,857 230,857 00000000000001417e7275a97ef2f9f9d2f9084345af62e4c203983fa7a236ee 584 0.26/1.00 vMB 147
230,856 230,856 000000000000019a8a95f1c1e560b1564068ed9fe797abe06906429ace1949f7 237 0.10/1.00 vMB 156
230,855 230,855 0000000000000140f99171a0dd37df8a930e20518e0416b50a410ecf67db0623 98 0.03/1.00 vMB 62
230,854 230,854 0000000000000169d1a3b288ac5ee522eb74f16b56bb3e1a9b123b711a2a0035 699 0.31/1.00 vMB 328
230,853 230,853 000000000000005bc62639707c8e6dcee43f532c1658cc4844c468d636271bd5 163 0.08/1.00 vMB 105
230,852 230,852 00000000000000df329817a40e31910db069b4ebf950b9d1cb8e6d057a137f85 476 0.22/1.00 vMB 201
230,851 230,851 0000000000000156ae6183b16d8b36dd934d47e16bf66508672b1dc0a1c81532 635 0.25/1.00 vMB 127
230,850 230,850 00000000000001eddabdbb5f369de5450aea7ac5cd7ecf6780d06b437dbd04fe 69 0.23/1.00 vMB 49
230,849 230,849 000000000000003167839136a636156087efeb176ed50f18dc30460e9076087a 223 0.17/1.00 vMB 311
230,848 230,848 00000000000002217a5861b1434a76550ba6083c98288e1c3b3dc85735cca5f2 314 0.19/1.00 vMB 124
230,847 230,847 00000000000000a7448bb5d26125e3e439b51f79adc7dd58a32bcf8a66fb034a 267 0.25/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 782.01 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: 649.25 GB
    • Received: 13.15 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.