Loading Tool

Explorer IconExplorer

Memory Pool

32,185 transactions
6.56 vMB
0.04060557 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.47/200 MB

Candidate Block

Mining Attempt b9b36f8a92093a9565161cfca13b10cecb48662cfafeb03e4bc35856f899ebbd
Version 20000000
Previous Block 000000000000000000006b521c1a541a3dc5c71e10c161f262a673024322f2af
Merkle Root 681655526e9c0d1432b150c927f9cd696ba41bf69ed2106aebfbc0963608e796
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,355
Size: 0.84 vMB
Total Fees: 0.02510862 BTC
Avg Feerate: 2.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,962 (766,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,044 146,044 000000000000017e5c0929a6bc7c5c9a67560bb977e8d2a1e96d4d30b2dc5dc6 0.02 MB 40 66
146,043 146,043 00000000000007cf79b63effd66603d59ac4313bb9bb7d6fd0f31d2dd94494c8 0.04 MB 90 399
146,042 146,042 0000000000000314b19593ae1c388c72960686166888c2e906f07500446b1cb6 0.03 MB 45 60
146,041 146,041 0000000000000318b23cac9d14239a92667a7437e74e041b4c8dca3e020b01cd 0.08 MB 118 155
146,040 146,040 00000000000000ed57659a5228ddd78e97b991f43ecae7379ad56edbd980dc70 0.00 MB 13 398
146,039 146,039 00000000000000e7b5b904a7ed2eb2f46c88ae23986bda2826eac648d9328aaa 0.01 MB 20 279
146,038 146,038 00000000000007852c55056cb302eb45ebba223d625fa9c9f4588750274b7cf9 0.04 MB 132 40
146,037 146,037 00000000000005a0aa13f1f52aeb6624a1ea13f074830e49a82f1eaa9aabf8e1 0.02 MB 27 79
146,036 146,036 000000000000022b9b808e16db6980b45c6df8f946322c047aa97e542a03502a 0.02 MB 24 191
146,035 146,035 0000000000000459093fcbac242f9e2945be24d2a7aaed363bced229ccce5398 0.05 MB 89 106
146,034 146,034 00000000000001d1db5bca9a5128e3d96f74c1a5a43570d62fecb1f36aed52cf 0.05 MB 82 154
146,033 146,033 0000000000000430865aab777e295b3066e1b9df0fa8c3023eb58eabc2a47382 0.04 MB 54 93
146,032 146,032 0000000000000948ce4e1c57e3f722b21ee66dbde4ebaffb3d28a3eda32c71c4 0.00 MB 7 439
146,031 146,031 00000000000004e0de2cb79ed7146fc045d39612c91a40d33292058efb2f8e75 0.07 MB 139 472
146,030 146,030 00000000000002520a288231b09215e8c2e9c398e4fbb11d2528904e475e8af6 0.01 MB 24 30
146,029 146,029 00000000000001ac3e8371e38816f477569f0178602e11ccc0e267aeb482457b 0.00 MB 9 0
146,028 146,028 000000000000036f0855b7a9f5ed541a99f129299a7ac411dfc98fca79ca9abc 0.02 MB 18 230
146,027 146,027 00000000000003e439149883a80919f38c39d4b28bc54e2b4b264e137b4abe7b 0.01 MB 35 243
146,026 146,026 000000000000078c5f1e8a240443e167069a77e101ba87e94afc8a60b515e719 0.08 MB 53 139
146,025 146,025 000000000000002957858cd4c7730d534f86260d703b2e941354642ce153b90c 0.05 MB 75 197
146,024 146,024 00000000000006d8694ac63ba87db62167bec652fd5567c4b6a6585dcdcb9eae 0.04 MB 126 115
Previous 10 blocks ↓
Total Size: 778.78 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 352.82 GB
    • Received: 3.11 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.