Loading Tool

Explorer IconExplorer

Memory Pool

82,756 transactions
31.24 vMB
0.15620662 BTC
Random Selection Loading Transactions
Max Size: 185.70/200 MB

Candidate Block

Mining Attempt 547d6437be159f1a176d27d127c7a105c636158b50c4c5e20db3131f3c451cc1
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 9af7782aef3e56fb207405385fa4a6da4ec4b309f43346017b123eb01db7c73e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,075
Size: 1.00 vMB
Total Fees: 0.05942755 BTC
Feerates: 269.69 > 5.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (310,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,386 604,386 000000000000000000015c578c6abfa653da8260871d4af64739ddb0c630f1e2 2,980 1.00/1.00 vMB 28
604,385 604,385 0000000000000000000d536218a9528146231fa9125e76e4b99ac04a723acc9e 2,451 1.00/1.00 vMB 13
604,384 604,384 00000000000000000000d7f8613bf2a686d133e86780cb2bef9c6d3b60e0afbe 2,916 1.00/1.00 vMB 18
604,383 604,383 000000000000000000106cbbe535af482a10094e546425de969cc83d42c1ab54 3,198 1.00/1.00 vMB 29
604,382 604,382 000000000000000000135e4d7e00e294f26bed1ddc066a6f03370eae4cf6366f 2,722 1.00/1.00 vMB 52
604,381 604,381 000000000000000000005eaec4619158390519b47bca5a1e5e2964d934dcf71b 1,382 1.00/1.00 vMB 4
604,380 604,380 0000000000000000000f8fa3a9fa1f3eb98b111f03e12d7a62ce2101dc5bd806 2,669 1.00/1.00 vMB 10
604,379 604,379 0000000000000000000ee52f265b2265840912b7abcc2f30df7d1e7abf39471d 1,121 1.00/1.00 vMB 7
604,378 604,378 00000000000000000005d6bd427573a940e7df055bac53603786a22d6b7ab6e5 2,732 1.00/1.00 vMB 28
604,377 604,377 0000000000000000000801311262c6dd449b2b77463d14ff27efcd5a38bbf277 2,790 1.00/1.00 vMB 11
604,376 604,376 00000000000000000003d9754ac1a83334a03ad969482953f1b1ed0cf569d55d 3,091 1.00/1.00 vMB 21
604,375 604,375 0000000000000000000d442b78fc0a5b26bd9e5d5ff4532903424c8ebc310f85 2,737 1.00/1.00 vMB 50
604,374 604,374 000000000000000000112238d6493f642fd3575873ab20a3e3bb910ee466c3f4 3,196 1.00/1.00 vMB 25
604,373 604,373 00000000000000000015b7e55b8b62683b663da1d42b95cd507edb04b717b97c 2,929 1.00/1.00 vMB 24
604,372 604,372 0000000000000000001044e6ff6a04875e571b73debf4c8941684be565670519 2,890 1.00/1.00 vMB 50
604,371 604,371 000000000000000000116a54337b7be86a36ca2855de42caac31409e6c7a5a42 2,979 1.00/1.00 vMB 29
604,370 604,370 0000000000000000001280b9965584c1111b9347e77ddd7385ed5c97bb30725b 2,304 1.00/1.00 vMB 17
604,369 604,369 00000000000000000005c9cc2915b69066f16b64c491e853aedf652e592c99fc 1,879 1.00/1.00 vMB 29
604,368 604,368 00000000000000000001c90afc263f3b0c169813a9dd5f63aecae07459252dfc 2,192 1.00/1.00 vMB 22
604,367 604,367 0000000000000000000398fb040e79e8f6c398647660da1d6d55221b223fe81f 1,469 1.00/1.00 vMB 13
604,366 604,366 00000000000000000014e9658245c3c9eae84499b3d8b3825b49d8d54a178c08 3,019 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.65 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: 672.55 GB
    • Received: 16.27 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.