Loading Tool

Explorer IconExplorer

Memory Pool

82,262 transactions
22.53 vMB
0.06397707 BTC
Random Selection Loading Transactions
Max Size: 150.74/200 MB

Candidate Block

Mining Attempt c8d4cee46498823addc69418d65d4e0d1725d76cc1c6639f4693462057dff6fe
Version 20000000
Previous Block 00000000000000000000430cfb02e31c5fe71d227c2fbf9de5f4878794014908
Merkle Root ac57ffe50cf77fcb374799e50361c7042aa6d1900f7c867c990eb2864cb00432
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,599
Size: 1.00 vMB
Total Fees: 0.01406793 BTC
Feerates: 60.11 > 1.41 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,838 (864,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
51,245 51,245 000000001276825a8f3ad1fe464f8366879e46259689f2d2c890e6a5e6184b59 1 0.00/1.00 vMB 0
51,244 51,244 000000001943ed7de56449eab56d7b9b6bc3c0e8e5d0f0704419ea215ada9cc2 1 0.00/1.00 vMB 0
51,243 51,243 000000000b2f092dd401c9e52efb3635c0f768c079d48228fc73097059097e5d 1 0.00/1.00 vMB 0
51,242 51,242 000000001a306ce129b307a5001a29eb2b6759f60a640f91308dbd161dc2f66d 1 0.00/1.00 vMB 0
51,241 51,241 00000000082dca60bcdb069e8876c11e3709e645c2b2baff4e4af50c84c7921b 1 0.00/1.00 vMB 0
51,240 51,240 0000000002884bcd80f40c8850526d2c037242c60687dadd4d149c5dce6e85c4 2 0.00/1.00 vMB 0
51,239 51,239 00000000034afd8868dc89e96d31934a24d4e8faee850eaebfcaaa5c7d701138 1 0.00/1.00 vMB 0
51,238 51,238 0000000013dd8c6dc2976470dc539ace4ecebd439c60cf3e8881a84f6381f716 2 0.00/1.00 vMB 0
51,237 51,237 00000000102b3d35b088fbfbc68d7e3ef88cfe4722d4378162d25a2be4cce28d 1 0.00/1.00 vMB 0
51,236 51,236 000000001c20b6e7782371ab2537eddfdb344e6d580074898a013a0f52684f49 1 0.00/1.00 vMB 0
51,235 51,235 000000000f1767da422fcaa38be606208e60dd1dad7853e8b76d6ae32272729d 1 0.00/1.00 vMB 0
51,234 51,234 0000000018fb0d351f25e3a408be65764f03c0e59de32a12fe88b9f78036e834 1 0.00/1.00 vMB 0
51,233 51,233 00000000135509eea73ce2e65a6205b262c450a08f95e35ce3ea0544018d94b6 1 0.00/1.00 vMB 0
51,232 51,232 000000000a610134c632f1734208d6320c31973d5aabc6dd1362c63a2d1d09f7 3 0.00/1.00 vMB 0
51,231 51,231 000000001bf13243294fc69b55915db9f05c4b141f11dfa3b26ca546532c2f31 1 0.00/1.00 vMB 0
51,230 51,230 000000001976df4303726761552eab69762f227922830f7f2bea8b4fa38c6962 1 0.00/1.00 vMB 0
51,229 51,229 000000001179a1ee349c58e1da5e526ea9a8f6cb2384b3fe4fb1658853b37f53 1 0.00/1.00 vMB 0
51,228 51,228 000000000e83404e97cd645e4ca6fcf5250c6adb31c9f8cc68326e80eeaa7d79 1 0.00/1.00 vMB 0
51,227 51,227 0000000006e12e0c5fe4c35aae73244d1ce08e95451647a44516394f4529a0c0 2 0.00/1.00 vMB 0
51,226 51,226 0000000020190f404e6900863266714da6d10324fc131f767de64724adb89ecf 1 0.00/1.00 vMB 0
51,225 51,225 00000000097eaa586fa0d62aa3867998607ba0e893a052d8ab1c222bb1ecd0a0 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.82 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: 791.93 GB
    • Received: 21.86 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.