Loading Tool

Explorer IconExplorer

Memory Pool

5,882 transactions
3.02 vMB
0.00654327 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 16.65/200 MB

Candidate Block

Mining Attempt 8654ef3536145d33bf87308cce338f1363ecef1a979b968a04d212d629da73ee
Version 20000000
Previous Block 00000000000000000001cce16ce699283f28a797a032e15b6e130cd37b59cd4f
Merkle Root f942efbb758dc8a37140f393fda99ff3f5b4e0998817bfe725b3c0929fc15ef2
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,005
Size: 1.00 vMB
Total Fees: 0.00379280 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,489 (713,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
199,869 199,869 00000000000004f016b8249bd0a83667726bc9eed6b57e7bf6df03f872c8bad5 149 0.13 vMB 649
199,868 199,868 00000000000004416c23fb7139353bd3dbe35526513361efe40f1539cf6e5445 9 0.00 vMB 21
199,867 199,867 00000000000004cb937257244050a8bf4d9a024bcd8056b8092058848ec0c858 300 0.12 vMB 531
199,866 199,866 0000000000000249f8574427131de1465df469a2c9ad7e995cb35417b693a8ae 233 0.11 vMB 121
199,865 199,865 0000000000000351a73dd3a03b3f8962fe1b207bfcb1a32181387bdc6ccf4b10 22 0.01 vMB 94
199,864 199,864 0000000000000544d7d73427d112ced39f23b6d5afe42d847d24f12602c50a18 46 0.02 vMB 101
199,863 199,863 00000000000003831f4475a650d760d30d6540039995f58047a74a264982fede 117 0.05 vMB 67
199,862 199,862 000000000000039c1c817ee98a18f457c63ddb87c0982eed77bc4bf2945252eb 447 0.21 vMB 341
199,861 199,861 0000000000000226c5566931d4410360f43fe664df81e237ed9b3b2dd78f1958 351 0.16 vMB 128
199,860 199,860 000000000000008d8f53f0fc262f01e3be194314612a11b3a947a24287922822 129 0.05 vMB 146
199,859 199,859 0000000000000407afe48f4d99f129c8d4817f6f4574ad0bbbabbcc626b86047 270 0.12 vMB 183
199,858 199,858 00000000000001829a56fc44a238a3d56a87322a456e8655b49e2cd3c7d09c4c 279 0.13 vMB 166
199,857 199,857 00000000000001ddfad12bfc5379fd89fa8a677b9d81a6012a7f6de524d91c08 264 0.11 vMB 650
199,856 199,856 00000000000001b0b5a1b3c9c07671c95d9a4298b5fd74d7bf000be31e6def59 185 0.10 vMB 232
199,855 199,855 000000000000035f7de4ade76117c713f8bbfafde6742f55d2199331f61704da 24 0.01 vMB 225
199,854 199,854 0000000000000135acffa1d395627f0845d13c92e59a6d430b0830f8f1da22e6 244 0.10 vMB 363
199,853 199,853 0000000000000322bd71347c08bc5d53996f2d837a34c62373a37ef9005975b7 87 0.03 vMB 43
199,852 199,852 0000000000000542ce4b138273270d16ca8a6dd417b4f6d545188ec18b7e6ee2 274 0.11 vMB 100
199,851 199,851 0000000000000540489c4d8e8aae6f70de68d9333656f7a0f9914fd90027cc6f 451 0.23 vMB 125
199,850 199,850 00000000000001df32c0f6e7705fd7837edd332589e9be7acec35e927f717af5 323 0.17 vMB 95
199,849 199,849 0000000000000336283c397ed7c7bf657fc7a61674949fa19c44f457efb902a7 81 0.04 vMB 79
Previous 10 blocks ↓
Total Size: 779.72 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: 362.43 GB
    • Received: 1.73 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.