Loading Tool

Explorer IconExplorer

Memory Pool

78,306 transactions
29.53 vMB
0.10870426 BTC
Random Selection Loading Transactions
Max Size: 177.83/200 MB

Candidate Block

Mining Attempt 7c99f64eff8422540c3e8745ccd990a9b3d8f5f52ba2cd31eb9b7852203a7c86
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root 502afd61244d0e5ae68f625df8005d127bbd272d05afbf61f4b1b874ea9a5e11
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,543
Size: 1.00 vMB
Total Fees: 0.03089433 BTC
Feerates: 151.12 > 3.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (706,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
208,761 208,761 000000000000024d96310e88d1155fccefa080073b8b76a55c0c21af0bd64aa3 9 0.00/1.00 vMB 192
208,760 208,760 000000000000033048e2dcb6b3dd04405bec0149971bcb14581e80b0e3216149 96 0.04/1.00 vMB 104
208,759 208,759 0000000000000054f7ffdcf111c0593dbd7a97f190c87e6ac540d9807880b9f6 140 0.06/1.00 vMB 164
208,758 208,758 00000000000002b541887a659ecae3279a73ee66e1e4925ea5e14387d6297475 194 0.11/1.00 vMB 208
208,757 208,757 00000000000000d9d4d03678160974c0ad19106e669353e53f70af8560025b0d 203 0.09/1.00 vMB 193
208,756 208,756 000000000000043f8f2810677651107037e279f30e93baaeffe220c2df858881 351 0.18/1.00 vMB 154
208,755 208,755 000000000000003ab91f8d4bb6a8f0a5c2e878ec0535772cb2c4d7a666b9733c 167 0.07/1.00 vMB 179
208,754 208,754 000000000000034be0e0ecf61fd9b457b44ff36aa60f28c4926fd35c615b5442 38 0.01/1.00 vMB 164
208,753 208,753 00000000000004add6f9263bbce7f0fe9e2db45a2c6ddca31ce6f6538e8e0ff4 132 0.05/1.00 vMB 75
208,752 208,752 00000000000002b6ac1732dd36b3fcf9fbea0e9d0d266f837266dcf5356a87e2 248 0.10/1.00 vMB 162
208,751 208,751 0000000000000321c423cbeaf87f8e8d6a7516cbeeffa4881f25215ca45415be 554 0.25/1.00 vMB 164
208,750 208,750 000000000000014cec82321954db10c0e7b1888c4b1b725b94444e6e96c02798 512 0.25/1.00 vMB 248
208,749 208,749 00000000000003bd1679c1426de9b5010a550c4f01942eced3fcc8f44f7cd5a7 313 0.13/1.00 vMB 175
208,748 208,748 0000000000000125da7252a3f518138173d748bc84e19bd514c8e140651f8d99 12 0.00/1.00 vMB 323
208,747 208,747 0000000000000440b07292937cf4f9188336ef33d9beee4e01f5aca7f2832366 172 0.06/1.00 vMB 30
208,746 208,746 00000000000002eeff197512d662df0b9a3ca4e2f8c3ec5300ecacc6248422b9 330 0.14/1.00 vMB 207
208,745 208,745 00000000000002dabbb20f0ab15dd1d23a5471b25fb5924aa254d1f70d1a4d5a 99 0.04/1.00 vMB 266
208,744 208,744 000000000000000412bfe19d7fb52f5650b01b851b9658ae164f18fd1fee2e28 216 0.09/1.00 vMB 157
208,743 208,743 00000000000001ea34249d35b1a4d0063a9945d08cead632a4d625ee5fb89a0e 92 0.05/1.00 vMB 390
208,742 208,742 000000000000037ec650382751a2b302fe784b4b8c250bad343ccb11299263ed 51 0.02/1.00 vMB 110
208,741 208,741 00000000000000a7e6bbd9a94a1d1eecde8c7c83edb53b1ec4e7c4f7a5e8fc1d 445 0.17/1.00 vMB 189
Previous 10 blocks ↓
Total Size: 782.86 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: 712.97 GB
    • Received: 17.26 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.