Loading Tool

Explorer IconExplorer

Memory Pool

76,061 transactions
28.42 vMB
0.06722255 BTC
Random Selection Loading Transactions
Max Size: 172.12/200 MB

Candidate Block

Mining Attempt 94ed3b0e4c9de3623a6afc10e871a3fc448acae9df3936c3e886cb86c3477917
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 046f48a8686b9c147d8fa4ee5a7015bb624bd15c992b518ee5694eac15eb1e79
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,324
Size: 1.00 vMB
Total Fees: 0.00843405 BTC
Feerates: 101.00 > 0.85 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (749,927 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
165,231 165,231 000000000000087b3e44b698ecfd8167e41d0a1ca24b20d94e6a1c8bf99d3a79 8 0.00/1.00 vMB 606
165,230 165,230 00000000000002ed437e34f40560c48ff995635faba2cdc5b49dcc9351233831 116 0.05/1.00 vMB 24
165,229 165,229 0000000000000c5d405f2cb223413a5d9f3350e874483a8e377af04b0ae1e331 43 0.02/1.00 vMB 95
165,228 165,228 0000000000000ad3338a9fa3a9db606973dbca8daf6f9693106366cdd9ff0628 35 0.01/1.00 vMB 156
165,227 165,227 00000000000006285b3a5d23c68bd2e416b4d22c222efeca4c730aeede41e13e 10 0.01/1.00 vMB 520
165,226 165,226 000000000000097c7b9bd9bcc840393702467e20167a5fe012ebc1937948e5bb 22 0.01/1.00 vMB 56
165,225 165,225 00000000000009c72b4000b55516f1f2be7cec1abba4d79096b61d128056a0be 22 0.01/1.00 vMB 462
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
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.