Loading Tool

Explorer IconExplorer

Memory Pool

83,054 transactions
31.98 vMB
0.10611700 BTC
Random Selection Loading Transactions
Max Size: 192.20/200 MB

Candidate Block

Mining Attempt 45874a1a48ca0dda7f95a48e086e5dcfd36b1b2f7cac973fb594e595fd534331
Version 20000000
Previous Block 000000000000000000019edd1a56b4f361ecb598479f8049a106a5401578635e
Merkle Root 7b529ada770b9f87dbdd612d29b1170943e4ebef2879c9e99d9a109892914cd1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,312
Size: 1.00 vMB
Total Fees: 0.02533517 BTC
Feerates: 353.36 > 2.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,231 (750,007 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
165,224 165,224 00000000000001d7b434209a96c21896d75b1db97ae0269f3818c3b26f3e26a6 82 0.05/1.00 vMB 146
165,223 165,223 000000000000074970c57b3ffbfd3048cc61db0c8a4e961ebf9a9722ae5162d9 12 0.01/1.00 vMB 318
165,222 165,222 000000000000080f87b26bfbb2d30d97a9a9ef8dc2459ceba478e51cba046ca7 127 0.05/1.00 vMB 282
165,221 165,221 0000000000000a433bb25ac760479aa4e63501efa5844386ecfaaebef59f83ef 59 0.03/1.00 vMB 166
165,220 165,220 00000000000000b6d01417f7cace8c2d44c3b224e7b8d26719af806ae83dc126 79 0.03/1.00 vMB 62
165,219 165,219 00000000000000c76f9b1fb3d3be41fba5224979b22ef0745267ce4215e2dc93 128 0.06/1.00 vMB 331
165,218 165,218 00000000000005aec530e74611b6d88ea05fbdb1e2d9c9e7cbcf8b9ec5f1eb38 45 0.02/1.00 vMB 91
165,217 165,217 000000000000079d649f568f6d8c28be38675d2dfd0e52298243d11d09c3fd69 81 0.02/1.00 vMB 10
165,216 165,216 000000000000073c4ebc0c442d7080953d250a487c98f8a2f6606e77aab47d4a 68 0.03/1.00 vMB 535
165,215 165,215 0000000000000c05ace950628d3383a9a2607d6451e739105b8bce33c1298ca0 52 0.02/1.00 vMB 2
165,214 165,214 000000000000008a6fe6d884c1576ab9254f0d418f30ddb9b5c6cb6594821ad5 120 0.06/1.00 vMB 172
165,213 165,213 00000000000005fcbf902400a9f5481b8476dace0f2566e02dc1391bff93da6f 15 0.02/1.00 vMB 805
165,212 165,212 000000000000000973dc0c085e5279024a35209ffaa1be56742503e6540de43b 105 0.03/1.00 vMB 11
165,211 165,211 00000000000006cb04a5f68aeb25c860107843515c090ac17f2447821c57c7f3 53 0.02/1.00 vMB 106
165,210 165,210 00000000000000d12a9580461913827a1ba3de314ecae72a2c86629b916b5336 109 0.05/1.00 vMB 59
165,209 165,209 0000000000000997e84caef8d92920523e4d7411c2e7c743faeed434c37ec9e1 60 0.02/1.00 vMB 206
165,208 165,208 0000000000000aaf80bcda9b77bdedb78d20764a4988bc82b71f9c0adb1b5b57 105 0.05/1.00 vMB 52
165,207 165,207 00000000000000a88ade299f030bb4a386691e81f416cd41ba25f9571da0aeb1 1 0.00/1.00 vMB 0
165,206 165,206 0000000000000a60e642e9b022ff26eccf8841f9c6d67f3e5d925be6d34a7047 39 0.01/1.00 vMB 0
165,205 165,205 00000000000003e1d53cdbf63fa67a5cce858b15cdb23b4bc5f137b75e93a873 101 0.07/1.00 vMB 120
165,204 165,204 00000000000009c2414957b0825f998562dbf6bde1a75c25b5d3392b612d1631 65 0.05/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.79 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.82 GB
    • Received: 16.99 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.