Loading Tool

Explorer IconExplorer

Memory Pool

71,467 transactions
27.69 vMB
0.05821168 BTC
Random Selection Loading Transactions
Max Size: 164.18/200 MB

Candidate Block

Mining Attempt 56445b6ae2423cce2262e8396281571f7cdcf3783a7e1cced9750c4f24c711fa
Version 20000000
Previous Block 000000000000000000009e0d05ec642d7cff4f2783635cafb8c4809e49c30b10
Merkle Root 86315d9940ca6f8e3398d70f2e07b3613c0bab9f1051639c55e9a8949563790d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 7,113
Size: 1.00 vMB
Total Fees: 0.00309224 BTC
Feerates: 49.26 > 0.31 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,051 (679,797 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
235,254 235,254 00000000000000e90af1bdfcd67dc81684ea1e680bb64a2a0097bbf5ec1dd91d 986 0.44/1.00 vMB 212
235,253 235,253 000000000000010a8788108246b21596a6e7268a07701206520e8a025e2f14ac 550 0.26/1.00 vMB 255
235,252 235,252 000000000000002b2c6b7dcae1c20e458953e0bba774aae9fedb1cee2d6b7028 153 0.07/1.00 vMB 246
235,251 235,251 00000000000001107f4508a8f0b7c27b6a2c54c8d969f7f6cc1a9b2b5ed3ad21 594 0.26/1.00 vMB 260
235,250 235,250 000000000000013510c99682c2b93ce6391e1679ab32344998098fe40f841e39 288 0.12/1.00 vMB 269
235,249 235,249 00000000000000fb6d0ed7479069edef10b8bc598783e9d94bdb5cf9ae6a5f1c 355 0.16/1.00 vMB 266
235,248 235,248 00000000000000401bf5f0bd42ea5de738ace8224361fa4a490c21ff2c54d1b2 16 0.02/1.00 vMB 4
235,247 235,247 00000000000000b5bced468fb10aa898fc4f0b2223cfd1a8b24787d4e2136e00 472 0.20/1.00 vMB 210
235,246 235,246 00000000000000c149480f53dcb4deea95b54a2d88d947f885ac304123579f40 135 0.05/1.00 vMB 366
235,245 235,245 000000000000006c3a223e878faeb035c2d1c4b5825eaa46a35b8039241963d7 334 0.15/1.00 vMB 333
235,244 235,244 000000000000000066a63a3504d3ad32f51313d2559f5f710c2d06c87f834ea9 247 0.10/1.00 vMB 380
235,243 235,243 00000000000000edc25c284708ada119cb1d3ee97bac698df1c34c6a4c67ec79 128 0.07/1.00 vMB 335
235,242 235,242 000000000000000bc59cf1367e4426adaedf02fa1acac1c92527b4f0718088f3 281 0.09/1.00 vMB 22
235,241 235,241 000000000000001fb1d0635a373186c1d9de67bb114e54803f019ccf70a629fb 151 0.06/1.00 vMB 218
235,240 235,240 00000000000000d3a0d58514d12b7568a9f8569f18c0069028c6b02676625e0e 175 0.08/1.00 vMB 170
235,239 235,239 00000000000000b0cb0470aa98260b89ed2406d841cfa336a27a983964c3db6e 469 0.30/1.00 vMB 183
235,238 235,238 0000000000000183640af7f5fe00c467cb7bf505df4a78b7c7922ecc6ffb4fb2 600 0.25/1.00 vMB 239
235,237 235,237 000000000000016d579088068d964e7ab61b264c6efecd48dd9f1c136669ca4b 1 0.00/1.00 vMB 0
235,236 235,236 0000000000000152426f0d08ae034677ae2812b90db9d60f25a6381d95d0ad42 183 0.07/1.00 vMB 241
235,235 235,235 000000000000010a10e05e172442e0675a818d17b62c1ed041a4572002ca051e 210 0.10/1.00 vMB 200
235,234 235,234 000000000000002b2ebab4f6b12d35a5832180b851913dac9c8fcaa0b4487101 335 0.14/1.00 vMB 221
Previous 10 blocks ↓
Total Size: 782.48 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: 668.16 GB
    • Received: 15.40 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.