Loading Tool

Explorer IconExplorer

Memory Pool

80,095 transactions
29.26 vMB
0.07065124 BTC
Random Selection Loading Transactions
Max Size: 178.24/200 MB

Candidate Block

Mining Attempt d8e8386930c64c06d798c894851d1b25a287836e8dff6c6a96a51af0327a3776
Version 20000000
Previous Block 000000000000000000017443d83a72fff2b5ba0e1b14c7c9c87cf8a60517a45d
Merkle Root 3b04038dc1342b8de4db92f77736bb7d739553739410f34721448a87422740e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,556
Size: 1.00 vMB
Total Fees: 0.00937914 BTC
Feerates: 201.05 > 0.94 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,083 (335,849 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,234 579,234 00000000000000000004e4be577d8a8282d132c59fdeda55fc412cfbaf3ee629 3,019 1.00/1.00 vMB 186
579,233 579,233 0000000000000000000555d30784365fc1809513f3c3882440cf5ee6d489b84b 3,014 1.00/1.00 vMB 184
579,232 579,232 00000000000000000025aeef4bfaf33e77087dfc838f95d8f7b3c798dbdd5fe9 2,388 1.00/1.00 vMB 59
579,231 579,231 0000000000000000000adff4f9228e57ecbccee5146c3015158c22bb4b7e3e25 2,940 1.00/1.00 vMB 48
579,230 579,230 00000000000000000023e27e0dfb88a883c7128ded02ddb897077b439ff391e5 2,469 1.00/1.00 vMB 146
579,229 579,229 0000000000000000000eaa688852234a9495d6356f17c838284824c6e6a760b9 2,967 1.00/1.00 vMB 204
579,228 579,228 000000000000000000259d4e9c8c23a75e1e4dbd20b145f5af39bcf0b6058c4b 2,551 1.00/1.00 vMB 93
579,227 579,227 0000000000000000000026a2a569ba6900fc7cf56588677329999624a6919546 1,975 1.00/1.00 vMB 58
579,226 579,226 00000000000000000006d6a9ad4a34843d2543fdb72be08ceb328fa93152601b 905 1.00/1.00 vMB 63
579,225 579,225 00000000000000000018268a24dd3011d4365968e35178a76f7d657569eec46e 2,512 1.00/1.00 vMB 126
579,224 579,224 0000000000000000001f3eae324cda62177f7fa55da22cfe152b7f9b1d87c7a8 1,604 1.00/1.00 vMB 100
579,223 579,223 00000000000000000025544a8e8c75f6183ee617361056dd52b366012a0939f4 2,872 1.00/1.00 vMB 134
579,222 579,222 000000000000000000226803caa8ef24753d9d3162b00475033297c5d1b56432 2,852 1.00/1.00 vMB 193
579,221 579,221 0000000000000000001155da7809166b2500ad55fb631ad2f6c9ce39a1ec458e 2,404 1.00/1.00 vMB 147
579,220 579,220 000000000000000000142c8473517358bfa43e37561d947b496a53ff62340dd9 2,451 1.00/1.00 vMB 123
579,219 579,219 0000000000000000001b04a1783ee8266c61926faf016d3c42ae71478c96c71a 2,645 1.00/1.00 vMB 117
579,218 579,218 000000000000000000026aca9b062f1cffa3dde6087d8468060c2db2e1816758 2,863 1.00/1.00 vMB 156
579,217 579,217 0000000000000000001f590b2d58a656078363a9c13884aa2c50b2c3f789f3c6 3,171 1.00/1.00 vMB 213
579,216 579,216 0000000000000000000c30d728fb600eebb088d1a73c9029cc6e9d6426c9efe1 2,607 1.00/1.00 vMB 203
579,215 579,215 000000000000000000068d30b0b296f7476ed43f37099f1ae2e2bec1dbb5b3d5 2,890 1.00/1.00 vMB 154
579,214 579,214 0000000000000000001386d22faf52a9f3990e0c5b2ecbbbdcbb98f12f3ffe60 2,768 1.00/1.00 vMB 152
Previous 10 blocks ↓
Total Size: 782.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 669.02 GB
    • Received: 15.72 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.