Loading Tool

Explorer IconExplorer

Memory Pool

16,742 transactions
7.46 vMB
0.03329005 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.00/200 MB

Candidate Block

Mining Attempt d2a5264ae2ef94b3d12b413f6ac272b0ab9d7f7c0df0e9471495a778f079b5ff
Version 20000000
Previous Block 0000000000000000000141b3daaf035091f434ab9606d0c7a53ce323aed9737a
Merkle Root 1ceed9c334942bba4c8a9e977ace101cfeec461de91aeea860dac14cf9930bb6
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,581
Size: 1.00 vMB
Total Fees: 0.01862616 BTC
Median Feerate: 1.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,440 (713,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
200,388 200,388 000000000000039a215faca576b0be28b37aa553f681ab10ee4f77fd41eb0548 62 0.03 vMB 81
200,387 200,387 000000000000005fc5d3c3d301f46a4b5bfc948c7dc76b39faad8c7cda22baca 380 0.14 vMB 133
200,386 200,386 00000000000002c5fa316b914ce23cd2f12136d691a69f56493cc479d17ba17d 11 0.00 vMB 0
200,385 200,385 00000000000002f8bc51ac8852cbd3d170df066da3b8249e91f7428c45ec8cf0 47 0.01 vMB 147
200,384 200,384 000000000000000566e839a5df4729d1106fb486d9e3654315f95f49a0d71cca 277 0.11 vMB 110
200,383 200,383 000000000000011e2013ab80817a72ce7bef74db5c67c7283d815b727897d6f4 217 0.07 vMB 118
200,382 200,382 000000000000006611a8d0a115ecae2568f593b3987171e30e348dd04e8950ab 288 0.16 vMB 99
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
Previous 10 blocks ↓
Total Size: 779.63 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: 303.94 GB
    • Received: 1.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.