Loading Tool

Explorer IconExplorer

Memory Pool

13,288 transactions
5.50 vMB
0.05373193 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 32.57/200 MB

Candidate Block

Mining Attempt 3a8956fd143fa0f6d928424880d310101a7e096ba9c1455a30cf18dc30dc222d
Version 20000000
Previous Block 00000000000000000001cab3eb2a8339cf2f1dcb5c1019b9c58236a19ab8b0ed
Merkle Root fe29d03813a053b897a25d7b5d8a45592e950f231834e32269d97ecb65d8ce84
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,214
Size: 1.00 vMB
Total Fees: 0.04472063 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,455 (708,339 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
205,116 205,116 000000000000010fd94060d73f8df8c287f232f28d2dcaee2dc9a6561534e1a3 14 0.01 vMB 246
205,115 205,115 00000000000001d5f777966d3a6c673520949029b1a81bf25d190cbee470994f 9 0.00 vMB 111
205,114 205,114 0000000000000429d787a000031cfd7e00a82c8f9818c37bbe2b4cd75447ad3d 45 0.02 vMB 250
205,113 205,113 0000000000000371ddcbafcdbe05995eb19ebbd316f8169948ba745a74f002eb 38 0.01 vMB 174
205,112 205,112 00000000000005619067ed57220f3e0b571221d3c2a8cc44e612d4f42730c4b7 12 0.00 vMB 33
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
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: 311.02 GB
    • Received: 1.48 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.