Loading Tool

Explorer IconExplorer

Memory Pool

79,107 transactions
29.45 vMB
0.08386121 BTC
Random Selection Loading Transactions
Max Size: 180.07/200 MB

Candidate Block

Mining Attempt 5493f228c5407c0dd92f714416195b315cdd5330e0337862c87b75d89e790842
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 2adb12902d9059dbf2c17a8ab642a0d9cd0978f955325f68fb2d244976c3a72c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,348
Size: 1.00 vMB
Total Fees: 0.01911129 BTC
Feerates: 402.60 > 1.92 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (449,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,387 465,387 000000000000000001e862268ed949d0822a3f615506866a82f386c8677f525b 435 0.14/1.00 vMB 276
465,386 465,386 000000000000000000225088d13c4b8340938576424e78c76347d567e06b0faa 393 1.00/1.00 vMB 172
465,385 465,385 0000000000000000017868fbccbf8f8ab5d5373785a6393dc6c0818f5f4ae3b6 1,204 1.00/1.00 vMB 174
465,384 465,384 000000000000000001d9dbb073725a650f50206b2a6a6aad72d76f9b5a7599da 1,631 1.00/1.00 vMB 218
465,383 465,383 000000000000000000a4c2dd39539af6012ea2f3030fe62fe144e674f5b842aa 2,007 1.00/1.00 vMB 242
465,382 465,382 000000000000000001fd9ce486dc271a69a487ea945490438d948f4f66652830 2,575 1.00/1.00 vMB 264
465,381 465,381 000000000000000000b3ea4f7807e09f83f4503a1e4de8afac57a4b74662713e 1,924 1.00/1.00 vMB 155
465,380 465,380 000000000000000000952d1e395ee1c237bb8825a5ae62235a8dfac600174a89 2,500 1.00/1.00 vMB 212
465,379 465,379 0000000000000000004b0775a14130f78db45a681e0c59e5ca919420cfb2954a 2,574 1.00/1.00 vMB 264
465,378 465,378 000000000000000000234156291e92fdd1acacc3e6c0a2d3c3d90854cda9784c 1,899 1.00/1.00 vMB 170
465,377 465,377 0000000000000000019608a3314c9805af34d9d5a41dec5d79a2f3162e02ba09 1,589 1.00/1.00 vMB 114
465,376 465,376 000000000000000002052d8ef11b5fadcf84c4b6349743980b789b18e71735b4 1,500 1.00/1.00 vMB 149
465,375 465,375 00000000000000000195f5426155f14a71e724e8233847b69fddf9f44bed6cec 2,127 1.00/1.00 vMB 136
465,374 465,374 000000000000000001405aab0606f8720123b7201f33e80d55bbbe9d84aa3a6f 2,236 1.00/1.00 vMB 131
465,373 465,373 000000000000000001a776297e5083c149894f865e7791a291f0b2450e2064ae 2,128 1.00/1.00 vMB 178
465,372 465,372 00000000000000000204775e56070fe41f66018b2110842a9227cd2abf5b162a 2,434 1.00/1.00 vMB 214
465,371 465,371 000000000000000000cd774349ce5138b0427bed550e7c8626473c5c1cb4cea2 1,991 1.00/1.00 vMB 172
465,370 465,370 000000000000000001feb0cd2d772137c0f5b062068820e4c9579c177360ee77 2,634 1.00/1.00 vMB 249
465,369 465,369 000000000000000001f5f4512e619f10efb787976c848f0312b3f7590405f9bf 1,741 1.00/1.00 vMB 120
465,368 465,368 000000000000000000805aa0b9dbcf10fcc80480b24f10be0cd9f6ae7501ae49 2,005 1.00/1.00 vMB 202
465,367 465,367 0000000000000000011a8d8a66ddf2f93d2c3c41c5e6d81795d192a569ba7953 1,362 1.00/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 782.95 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: 715.17 GB
    • Received: 17.66 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.