Loading Tool

Explorer IconExplorer

Memory Pool

84,434 transactions
31.86 vMB
0.10155142 BTC
Random Selection Loading Transactions
Max Size: 194.78/200 MB

Candidate Block

Mining Attempt 29e7894f4596fd4f2a92463f0055b13c91780ddd9cd21112eb586ee8b1618f36
Version 20000000
Previous Block 0000000000000000000157740f438ce3e5ef10f5710cd37a32b7a7487f8610f1
Merkle Root 5dd03f8a314f867280231d7c63f9a7b0996e12f6340e9e24851d563883c6945d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,552
Size: 1.00 vMB
Total Fees: 0.02521005 BTC
Feerates: 115.99 > 2.53 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,218 (636,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
279,089 279,089 00000000000000002cdbfcb7dee741782a2fcd8dbd9b2ca49e6f38f7916bd69c 398 0.20/1.00 vMB 39
279,088 279,088 0000000000000000d71db46969855fb06dc2896d2fc763ec460860f46b66f4c7 80 0.04/1.00 vMB 145
279,087 279,087 0000000000000000097e0035b9129466bd98b95c7c522d8441b5c439ff9d8d63 160 0.14/1.00 vMB 48
279,086 279,086 0000000000000001d24a4c1a03c5359fd8389b5e75619cf8ff2e1e56d9f25bd0 367 0.17/1.00 vMB 61
279,085 279,085 0000000000000001b284e5099aac9f93d1c0f56509d9c31400770ae46e51fcc1 62 0.02/1.00 vMB 33
279,084 279,084 000000000000000106bb1ccb59f8f8efef7ba3b5b7acbce92875c40830a3d892 238 0.11/1.00 vMB 38
279,083 279,083 000000000000000114e90fd411964d4cef9a2a377b10203a707d7feb14bd0b5f 57 0.04/1.00 vMB 12
279,082 279,082 00000000000000016d1f00938ca79953fa04d94d3d45196d68394676756ca7bd 88 0.05/1.00 vMB 35
279,081 279,081 0000000000000002f27538bfeef38b1ce1b746f9aefa33a819a792319710ff91 286 0.23/1.00 vMB 33
279,080 279,080 00000000000000000d128382560553ea269b7278cd69cc6a32d7c82bc5e3bbcf 279 0.16/1.00 vMB 33
279,079 279,079 00000000000000010f8e638da4cd7d38fa9e05c38403ba2208cd7fd6bbf5e585 155 0.08/1.00 vMB 33
279,078 279,078 0000000000000001cb2b51dafd4bf70b39263c3ae92f8027e115c78abd41bb51 23 0.01/1.00 vMB 25
279,077 279,077 0000000000000000c6933820197b10ca1b1950e4fd002c8ac484d493cda124de 250 0.14/1.00 vMB 48
279,076 279,076 0000000000000002a1afc210abbed39bfc2248c2dfc8f5799fc5762d639d0aee 263 0.13/1.00 vMB 43
279,075 279,075 0000000000000000d0c650623a8f12f666180ae119899d2ae5076b3e6c0d7030 221 0.14/1.00 vMB 40
279,074 279,074 00000000000000016a25ec2acfbd163974b1ab1d14974fbe26628fd3c94a10fc 407 0.20/1.00 vMB 42
279,073 279,073 00000000000000009ae26f25a9104c19fbe649a90a98c8d81ebc0fe7c13d05c5 369 0.16/1.00 vMB 49
279,072 279,072 0000000000000001ef81beb21c0981794b3a0d8e2daf42f73aa4a51e440c64e7 20 0.01/1.00 vMB 55
279,071 279,071 0000000000000000fc6e0c78c60a59e6d61f378fc58d6bd1a9491fc436793d03 96 0.05/1.00 vMB 34
279,070 279,070 000000000000000296488298b01da25202b5f8b1dd10fa9afedb5ea69a3f1a22 482 0.23/1.00 vMB 41
279,069 279,069 0000000000000002b2d53213b1c58a82f728e2c80583f769436d6a2177c48d82 448 0.23/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.77 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: 709.17 GB
    • Received: 16.86 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.