Loading Tool

Explorer IconExplorer

Memory Pool

77,405 transactions
28.74 vMB
0.06798716 BTC
Random Selection Loading Transactions
Max Size: 174.31/200 MB

Candidate Block

Mining Attempt ca8823c91de0822928bb83be7b0dc480fbbb4afe10de10846373946ec4701ecc
Version 20000000
Previous Block 0000000000000000000094b33996c224af01f043a358605fe53f3736f068ed4c
Merkle Root 1dd8d100adff79e3593130144cd8a87c40fa9b72d451b435222a76e7bd622355
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,426
Size: 1.00 vMB
Total Fees: 0.00828272 BTC
Feerates: 101.55 > 0.83 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,094 (421,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,462 493,462 0000000000000000005b9befc78a440d0e2031ce4402685951df0e388ad7a900 2,298 0.94/1.00 vMB 286
493,461 493,461 00000000000000000056db2c8f95cf621b14d539b93bd7fba1fd62d98e9974b6 2,420 1.00/1.00 vMB 87
493,460 493,460 00000000000000000097e76efb3022a865b86d5e3b3d3aa17e70894c477eea6d 2,535 1.00/1.00 vMB 196
493,459 493,459 000000000000000000272cc765cc1c8f95d7855b302c785d36ec9a0b6425da08 2,359 0.93/1.00 vMB 60
493,458 493,458 00000000000000000027a5e862c5705ae0aafd838683500186246b142a55a660 2,164 1.00/1.00 vMB 226
493,457 493,457 0000000000000000000e34e318c16f36ecee705063035d0f30c71d16de8415e5 2,459 1.00/1.00 vMB 166
493,456 493,456 000000000000000000a7f0ea3ae51e730e98d9406c4c76082133eeab8b5a0e91 2,449 0.91/1.00 vMB 142
493,455 493,455 000000000000000000a3b138b3f9344104150f540711a7e47c09b1b83bc30dc3 2,152 1.00/1.00 vMB 190
493,454 493,454 0000000000000000001bdca88bee684997414bb7e93c34c761b997725a4212a9 2,609 1.00/1.00 vMB 293
493,453 493,453 000000000000000000846b197e6823cacb733b046070579abb96f6f28a5c1443 2,312 1.00/1.00 vMB 263
493,452 493,452 000000000000000000b6d9e9b5f3c8c1f2bf93ed01a11ad0f658b69ad8fafb4d 2,212 1.00/1.00 vMB 173
493,451 493,451 0000000000000000002282c8485eae61a6eb473b9c62ee93062e84523f4478a3 2,025 1.00/1.00 vMB 218
493,450 493,450 0000000000000000003fda5138dedbfd2ca2f9de938731a5d463d20da603f31e 2,165 0.95/1.00 vMB 289
493,449 493,449 0000000000000000008c80801cf991cece1f2ced4a0c87b475b4d31fdb5e99b1 2,411 1.00/1.00 vMB 257
493,448 493,448 000000000000000000bb5ad07265c39c8e3c77e92b18a2e0b9590ca86df4a1e9 2,598 1.00/1.00 vMB 262
493,447 493,447 00000000000000000011c6b17d9a36bee35e8a7f1c12a630d4e01ada7a36ee3e 1,600 1.00/1.00 vMB 129
493,446 493,446 000000000000000000482895efdfe3fbdf832f50e90823d71e13bc123cd471d3 2,183 0.92/1.00 vMB 294
493,445 493,445 0000000000000000003b47dcef08597d9aa83770363bbe3a8f2363f62c9bdd6b 1,770 1.00/1.00 vMB 79
493,444 493,444 000000000000000000bfd511ec448f13907036c64f8dfc13ebf5662e983d56b9 2,100 0.95/1.00 vMB 129
493,443 493,443 00000000000000000034d25a4c22852d66074df5b2c1f5e06eaeacbcd871c581 1,928 1.00/1.00 vMB 68
493,442 493,442 0000000000000000007948e20e66b5a8ccccbfa74d05c6debe2c0b434738f782 1,839 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.56 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: 669.97 GB
    • Received: 15.79 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.