Loading Tool

Explorer IconExplorer

Memory Pool

13,875 transactions
5.69 vMB
0.01825370 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 34.00/200 MB

Candidate Block

Mining Attempt e6f75bb2f63acd41f0788a2882fd3ad83e6237caa012ce1d4ef010a06fcd485f
Version 20000000
Previous Block 000000000000000000008aabb7749a6ed62d33a69524678c2e46a9362255797c
Merkle Root ae3a238be8a57abbe2092dc80d8f9cd16581aab7d541e6fac9f27693ca4b8606
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,126
Size: 1.00 vMB
Total Fees: 0.00865905 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,454 (708,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
205,111 205,111 00000000000002f364680d05442c07a1b3575507d005f650fc06024b80a02e45 129 0.07 vMB 228
205,110 205,110 000000000000050adcac86835c9f8ca458f4394cd73f743621bee6215a87a9b4 306 0.17 vMB 192
205,109 205,109 00000000000005336f3deae5b61c275764aa5995587b569b8e40a07018123812 52 0.02 vMB 371
205,108 205,108 00000000000002d45acc677f22bf93bebed4d3e1d10f1542bc498b2d4351969d 76 0.03 vMB 179
205,107 205,107 0000000000000133f893dba8353370477f3cd7b9c9e3273b4ea3e453c950ca73 392 0.26 vMB 45
205,106 205,106 000000000000014bc26cd203ca54481b5e1a113a97935d4ad317df9ec91fd031 62 0.03 vMB 61
205,105 205,105 000000000000010c9c628f1a837eba855fd46c2b82300f5fca08799c74f6ecb8 99 0.05 vMB 211
205,104 205,104 000000000000027ff0c8bdd21082212c4caf50610ee663f0fafadee270312c3d 101 0.06 vMB 103
205,103 205,103 00000000000003ede87940a5dcfdb11ac9409ce9acee3a94c3572bb8b832bdda 207 0.12 vMB 131
205,102 205,102 00000000000004248e6d1be73be01cec8337b657990332dd7b0152164a5448f8 414 0.25 vMB 242
205,101 205,101 0000000000000486e47edda5207c825f52d1d87e44da06edea6d04faead9f9c2 146 0.05 vMB 186
205,100 205,100 00000000000000b1b2296bd82b53deba33e521c34e059480a5a98d5ab87f2edd 147 0.07 vMB 116
205,099 205,099 000000000000011c2c13ebca499f0e7c0f85b0899b763836e031c6efaf683256 187 0.12 vMB 119
205,098 205,098 0000000000000359f9597fe6233e3424bfe47ee273bad660cdc6aacc1cc3c924 342 0.16 vMB 198
205,097 205,097 0000000000000191090106beab675d69bf86960250be21f38b2d04e4fb4f2a2c 114 0.07 vMB 177
205,096 205,096 0000000000000028eda1bd9a72b86817849da7bcad12dfbc43f3caea98147337 325 0.25 vMB 114
205,095 205,095 000000000000030037a978ced8a60fa782757663e2791c666fd7fa297c033d2f 126 0.05 vMB 208
205,094 205,094 00000000000000fa491b61f0393e5aa8e2e37b612c48bf6f659c0f2284ee6ed8 124 0.05 vMB 116
205,093 205,093 00000000000003235cb0529c5a167969c94d72fec07466fc84aed3203eea8f8b 7 0.00 vMB 3
205,092 205,092 00000000000004336d2747ef3e009cb939cdb6e6cc706dbc15870436f7958af6 132 0.05 vMB 66
205,091 205,091 000000000000037af843f97c44f76e2b0edcf14d977df510ce9e4ebba39fe792 562 0.25 vMB 435
Previous 10 blocks ↓
Total Size: 779.66 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: 310.42 GB
    • Received: 1.47 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.