Loading Tool

Explorer IconExplorer

Memory Pool

82,082 transactions
30.93 vMB
0.08699495 BTC
Random Selection Loading Transactions
Max Size: 189.52/200 MB

Candidate Block

Mining Attempt 7338ff1e128a0f7383e5e296712c428c688a7b54f1e69d958b3d0d44e71a00e7
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root f45a7f2038867b81387ecdba63b67fd746852d1432fa67fb1071cfe1a6dcc182
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,350
Size: 1.00 vMB
Total Fees: 0.01752464 BTC
Feerates: 100.00 > 1.76 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (56,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
858,799 858,799 0000000000000000000100646bead4509b0a952f01d37b99300476c609ff5977 6,986 1.00/1.00 vMB 3
858,798 858,798 000000000000000000008dcba2944a50e52186f521c12a6c5fb73890e2b685da 7,196 1.00/1.00 vMB 3
858,797 858,797 000000000000000000020f7702e720aa9aae5f3cc2e88f135964a4bf8f2aadbc 6,101 1.00/1.00 vMB 4
858,796 858,796 000000000000000000030a6c219eb1e83c7c2c4a6f62b2dbbbe1cec144c541d6 7,063 1.00/1.00 vMB 3
858,795 858,795 00000000000000000001ae50cee943ca454f32f84879451f36dd5c866a1fef6a 5,135 1.00/1.00 vMB 6
858,794 858,794 0000000000000000000234709c32a39290e0592e134cd32644e49100b47e7887 3,863 1.00/1.00 vMB 5
858,793 858,793 000000000000000000011a8b038fba1231b06f52558bb8270504a340aa6ce2c9 3,488 1.00/1.00 vMB 4
858,792 858,792 00000000000000000001e68826f2578becb01d9665a830b48da24f9f68fd1ed8 2,694 1.00/1.00 vMB 12
858,791 858,791 000000000000000000013c39ada6f72a74e380a681b0878b4e806adb11910a19 5,587 1.00/1.00 vMB 4
858,790 858,790 00000000000000000000ee245805b4483a7ff5063252df4aa8f7f804298ba19d 5,930 1.00/1.00 vMB 3
858,789 858,789 00000000000000000001595e3480cd25836f6dc86be6a64abb536e1b8738e76e 3,449 1.00/1.00 vMB 5
858,788 858,788 000000000000000000015ca0fced8bae8663922a8caafcbaadc1f2a0a237e9f3 2,712 1.00/1.00 vMB 9
858,787 858,787 0000000000000000000039b57ac3338b2d6038b0b8e3d57bd2b99e414298e2b0 6,395 1.00/1.00 vMB 3
858,786 858,786 00000000000000000001b551b7c213c7d494cbdf1eba4c1f1023a14b2f89dc9e 6,640 1.00/1.00 vMB 3
858,785 858,785 000000000000000000023aac60668b0222767c2148f9bb6d280dbf35ec64ebb6 7,368 1.00/1.00 vMB 3
858,784 858,784 000000000000000000006cd2914772b39c6a61305aa1fad838adbd1226d42afc 5,828 1.00/1.00 vMB 3
858,783 858,783 00000000000000000003154268c87f61aaccb363a54b0265eb96f38d428a5d4c 6,911 1.00/1.00 vMB 3
858,782 858,782 0000000000000000000173206a5c2fd87063afd7cfafbd5746fc85a1417b6b52 6,026 1.00/1.00 vMB 4
858,781 858,781 0000000000000000000185e41331eb103af8ee7be88eb4980d17da5e9fe1a64a 5,371 1.00/1.00 vMB 5
858,780 858,780 0000000000000000000134990177ca81cd9b08e0660cf1c3a6bfee11cc61b2d2 5,630 1.00/1.00 vMB 4
858,779 858,779 0000000000000000000213abcf04d59cb3ac2346c6b7da2edc42f1675e82a8d4 6,456 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.77 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: 709.32 GB
    • Received: 16.88 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.