Loading Tool

Explorer IconExplorer

Memory Pool

65,400 transactions
36.33 vMB
0.24690593 BTC
Random Selection Loading Transactions
Max Size: 193.27/200 MB

Candidate Block

Mining Attempt 60bf26c9719e57fa9a73cdb14edf697b57b79cf2d81ea290c8e04a80e2d4bcfc
Version 20000000
Previous Block 000000000000000000015efc7cee96fe97f72a9b5f9a898c6960c3e5060701f4
Merkle Root efa89b9abd90afab5c54bab91fbf26c45d579cb39c86717c1e822fdf0d563441
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,627
Size: 1.00 vMB
Total Fees: 0.13320120 BTC
Feerates: 1,471.76 > 13.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,417 (867,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
46,689 46,689 0000000012ccd6afc1dae337efa9ab50fad3839b2005047d2ec46530321c7f12 1 0.00/1.00 vMB 0
46,688 46,688 000000001a9227e6e67c63025948b2e00c407fc9e0cbc1cf9a621efbc61f3806 1 0.00/1.00 vMB 0
46,687 46,687 0000000024113f60751598e0e74d362769b410c2e2791094b04df5390305b0c9 1 0.00/1.00 vMB 0
46,686 46,686 000000003334bb0392bf7434c2a36e0c923db01e3bfe4de96aff8f4ed3acda40 1 0.00/1.00 vMB 0
46,685 46,685 000000002f0475d0711efb6511722934ce866fc54d1209eecbb14899d37905fc 1 0.00/1.00 vMB 0
46,684 46,684 00000000215b132b91da28c2db68f76242795afe351ba4386e18e4894dd27de1 1 0.00/1.00 vMB 0
46,683 46,683 000000001af90fb52dca28de8773b200c3cba8ab3b4ec0d4193639d34e181853 1 0.00/1.00 vMB 0
46,682 46,682 000000002405f5125779417bed67bcecaab57094dac80431c14b54d09044685e 1 0.00/1.00 vMB 0
46,681 46,681 00000000365d372d5e9611abde687eac17dda9c7965aa9f5ab7efb6f74e54fcb 1 0.00/1.00 vMB 0
46,680 46,680 000000000e31b59643d503d92911effce8045ab9b20ae5b8af7c085a98c6c289 1 0.00/1.00 vMB 0
46,679 46,679 0000000021671abbf2e146ee94a93ab8bf5734fce77ded571c81fb38d1f3ff09 1 0.00/1.00 vMB 0
46,678 46,678 0000000035c8eee3c4f4988289876f090524c56beee84cf185419972fdc7b67c 1 0.00/1.00 vMB 0
46,677 46,677 000000002ba1dad6512252a3eda8b557390bb6545d54d26c80cda93c318f4510 1 0.00/1.00 vMB 0
46,676 46,676 000000000195e50c2673760e0c5f4801a64b3d65442776b9fe32a26be3c4c045 2 0.00/1.00 vMB 0
46,675 46,675 0000000024375e622e346a7a052107926081795a90a851baf3ba9a27d0d18b34 1 0.00/1.00 vMB 0
46,674 46,674 0000000020595479035023901f77bd68f239d83e458d3b0b9ab9bf3d294b5ac1 1 0.00/1.00 vMB 0
46,673 46,673 000000000d7e450f1cf49c25096681dd7d5ecb06eacf9270dce187227943b255 2 0.00/1.00 vMB 0
46,672 46,672 0000000025185f62d29f16bdadc2ad441a663c2caa45a8ade4c6f9db40941853 1 0.00/1.00 vMB 0
46,671 46,671 0000000034404cdf4756f09759b693aaeb4151b9025505ad9a488022f6a673fd 1 0.00/1.00 vMB 0
46,670 46,670 00000000049518d71cb4a7ca51df2259587551fd55c2320658d45b8e48c3e37d 1 0.00/1.00 vMB 0
46,669 46,669 000000001f3ccebbc181b11ada32ec087076be94e38df60305bb9c020e5ae3b5 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.34 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: 601.99 GB
    • Received: 10.24 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.