Loading Tool

Explorer IconExplorer

Memory Pool

43,355 transactions
26.37 vMB
0.05894715 BTC
Random Selection Loading Transactions
Max Size: 138.64/200 MB

Candidate Block

Mining Attempt 790cf1ea6225134cb59c96c9e2d6a4cbfa9e13075ac31e4d92a11224fe3092a3
Version 20000000
Previous Block 00000000000000000001e79dbd4ceeab4d77bdf107dcdcf0be35699e29eb1f0a
Merkle Root 797670e6d7d3583f2ce2a82837324d12573a89822cf8290b1695f182d3e01cff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,597
Size: 1.00 vMB
Total Fees: 0.01066445 BTC
Feerates: 40.21 > 1.07 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,760 (463,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,669 451,669 0000000000000000000b28f200db98bfb6b03c8b431915ad1ff98868a63b7728 1,885 1.00/1.00 vMB 76
451,668 451,668 0000000000000000006086bde753839d10c5e280794376484d859e700cbd9b90 2,385 1.00/1.00 vMB 117
451,667 451,667 00000000000000000260d6852c8355594652eda3dd895c0868ce204661d41278 1,970 1.00/1.00 vMB 127
451,666 451,666 0000000000000000005e6e7af693fbb5cbc8a93b8340b87271b246a42cafc112 508 1.00/1.00 vMB 128
451,665 451,665 00000000000000000131c0c13238c6bcef035a35e6f5363d76d5142b2ad702d3 776 1.00/1.00 vMB 43
451,664 451,664 000000000000000000f377b0fe414e7ce152fce44a920d83eb8699896bbc4aa3 2,428 1.00/1.00 vMB 67
451,663 451,663 0000000000000000016a0fd3d1d61f4d52894b02c709d03cff2b4cdf973d8ce8 2,090 1.00/1.00 vMB 93
451,662 451,662 00000000000000000263cf852e4dadd7e5b5121ec292f2ce3d5e6eae656938d0 2,304 1.00/1.00 vMB 122
451,661 451,661 000000000000000001dd6c454560e388bf9c73e77b0b355135f1027f3b4680fb 1,943 1.00/1.00 vMB 77
451,660 451,660 00000000000000000001a20b6ddcea6464ff610a1b69b0e749be46dea3223e28 2,739 1.00/1.00 vMB 164
451,659 451,659 0000000000000000021bf79b4d5d5bce4dd9b5a7aca1bec4981360dfa2b683cc 1,897 1.00/1.00 vMB 123
451,658 451,658 00000000000000000045c5d97819de3efdbe5ff6f48719030a7f6f9cab6d8541 616 0.55/1.00 vMB 53
451,657 451,657 00000000000000000100c1582fe1a4e7895b3c00f9aed1fbe67947a8de7fbc45 2,404 1.00/1.00 vMB 142
451,656 451,656 00000000000000000250b985c87986d9ef1fae73296d234646d695efa4937689 978 1.00/1.00 vMB 24
451,655 451,655 0000000000000000020194d272f8a163f0c55abd192d9d37f90ed893024affc8 1,327 1.00/1.00 vMB 51
451,654 451,654 00000000000000000158260e097fc6f6dd62b388a09049750f557ecef7f5c8e2 1,491 0.62/1.00 vMB 98
451,653 451,653 00000000000000000068c98a24708795a8b33758f3d868d86483a601b61976a9 716 1.00/1.00 vMB 24
451,652 451,652 000000000000000001fb9c18bb87ffca3f4b66495dbd599408791544ae233c9e 930 1.00/1.00 vMB 31
451,651 451,651 00000000000000000268ec6683c1d3a6b69f86fa4e833814cec4c4707b024e48 1,654 1.00/1.00 vMB 80
451,650 451,650 00000000000000000217efcc361a86c6c76eea3acd8c66444eff833138f2ed21 2,096 1.00/1.00 vMB 93
451,649 451,649 000000000000000001adb7c9ac3dfbe8bb7541c553bc9b69eef765c3f8f0f01e 718 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 781.96 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: 647.60 GB
    • Received: 12.96 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.