Loading Tool

Explorer IconExplorer

Memory Pool

21,518 transactions
9.43 vMB
0.11539155 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 53.90/200 MB

Candidate Block

Mining Attempt c7806b37b2b1cff08892e332e00bf0a9a3b334d2999c58740843d510e623de10
Version 20000000
Previous Block 00000000000000000001af40f37948f8002f4ad5d51161d9ec1b5afe1feb51cb
Merkle Root 090473c453e82ae71839452583e48caac07c0a7e1179a4ab47eab97a5e7ca9c5
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,538
Size: 1.00 vMB
Total Fees: 0.09004884 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,425 (713,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
200,381 200,381 000000000000009c9009eee125f91505f533a8dfe20963634956694f1e2937ad 152 0.11 vMB 89
200,380 200,380 00000000000000bed46cc1c836ac62bb07b6c94b96b4f34cd6a73a1dfbc7fa23 114 0.05 vMB 99
200,379 200,379 0000000000000452d7b799be4d71b42e35663ea757622c23cc4c6c49a5530584 175 0.08 vMB 148
200,378 200,378 0000000000000543308184820c64af67a52929108c6fb28926da9a1ca6fbfa38 151 0.06 vMB 182
200,377 200,377 00000000000000dc20b9cd451a8abd6734e2c28b5ffdb29ecf62e34b24b34e4d 7 0.00 vMB 0
200,376 200,376 000000000000021f92ba54234e81a9d81349e68f1735403d87b598c6608819ff 409 0.20 vMB 117
200,375 200,375 00000000000003fd6e1b927629ec280eeae1ce0f9dd9726522eb178f39c79afb 103 0.04 vMB 149
200,374 200,374 0000000000000368a5978f02e78a13a170746ce1274498f1586d71239cde6c2b 94 0.04 vMB 125
200,373 200,373 000000000000023cd53aae6e182e670cf8288c5eb8673c4e5373c1f7311fb784 323 0.14 vMB 122
200,372 200,372 00000000000002dedd74ae7beddf18f10bc3afc18fb9b0783ff2472896d14ced 68 0.02 vMB 189
200,371 200,371 000000000000012b262fab14f0558044d098f2c701a19996ad6c7bc138fd3602 541 0.28 vMB 182
200,370 200,370 000000000000014fe1e109312f56c4a3b551ca02bb748a30c5ad243ac977bf66 457 0.17 vMB 147
200,369 200,369 0000000000000434d0746bac39b36617c864126c6bf21172178afa9113ba10cb 3 0.00 vMB 0
200,368 200,368 000000000000051302123732e743abf4888005f1489fbdf6d739ab5d9fa2e5df 221 0.07 vMB 194
200,367 200,367 000000000000028041e305bec8c0dc0d20e200695dded796ea45f59b00dbba79 10 0.00 vMB 183
200,366 200,366 00000000000003e9de17b475375b48c112ac72397ab30b483bb97f1bac935dbf 12 0.02 vMB 11
200,365 200,365 000000000000047c3098398fd423272b154372237c2a19cec121bd13ee156ec8 339 0.14 vMB 129
200,364 200,364 00000000000004863da0ef2cec47b7f2e879a25847cec16da5f2c42dbb06c26a 120 0.05 vMB 64
200,363 200,363 0000000000000376af4074ba31f6b3a7347868bb4240a763730fe8504be36409 162 0.09 vMB 85
200,362 200,362 00000000000000db034b908dc69f6ddbe6261f661417479f0f806b2a4028047b 600 0.23 vMB 154
200,361 200,361 0000000000000255308d0456e20c6fe1a5433391b11f8f5d96995572052f9bd3 10 0.00 vMB 15
Previous 10 blocks ↓
Total Size: 779.61 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: 299.46 GB
    • Received: 1.29 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.