Loading Tool

Explorer IconExplorer

Memory Pool

81,886 transactions
30.88 vMB
0.11873224 BTC
Random Selection Loading Transactions
Max Size: 185.80/200 MB

Candidate Block

Mining Attempt 84126a723cbd6f27cc7430380a4330e0e1e36a23e43df571619f828bfeeb6fde
Version 20000000
Previous Block 00000000000000000000ed28e39baea4b6623f6a6c602c921cd015c56b2bd9e9
Merkle Root e093c1797b254db1a397dae22131366eace907cd7f857385e9dc20aa26f5d247
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,812
Size: 1.00 vMB
Total Fees: 0.05022179 BTC
Feerates: 180.34 > 5.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,171 (56,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
858,778 858,778 000000000000000000019977910316fe14d9f965ce8f11c5b1503a1eff697098 2,778 1.00/1.00 vMB 6
858,777 858,777 0000000000000000000232bdff4f73630a7cec818325971e2ea55d4c93ef3379 2,195 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.69 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: 697.28 GB
    • Received: 16.53 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.