Loading Tool

Explorer IconExplorer

Memory Pool

75,538 transactions
27.96 vMB
0.08397268 BTC
Random Selection Loading Transactions
Max Size: 170.08/200 MB

Candidate Block

Mining Attempt 14012f7662b1578e14d5a5277413c387f5325601a83a50ffba894bec566726e8
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 7d9d4e93f8781d5819de2b7079fa2a469100b47afd8ab2686595027b8bce6d49
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,523
Size: 1.00 vMB
Total Fees: 0.02392854 BTC
Feerates: 402.60 > 2.40 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (512,735 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
402,576 402,576 0000000000000000012cf4dd8f4976470c1fc75906168d351c23f345d05033a0 2,175 1.00/1.00 vMB 46
402,575 402,575 0000000000000000049a3ecfa1984ff79b17b1d56170859aec4a2e415c7b4923 1,335 0.93/1.00 vMB 37
402,574 402,574 00000000000000000316e2c6df25ee7511997958dffe9c56b89aa6844b9ee834 1,592 0.92/1.00 vMB 33
402,573 402,573 000000000000000005af5a5254eb78908bc6ff9769965ff29c4d2f00d03ef8f9 3,141 1.00/1.00 vMB 74
402,572 402,572 00000000000000000215f6ef6866e76ecf10f90cd7d6d3782d3ee8cb7df397c7 412 0.19/1.00 vMB 34
402,571 402,571 000000000000000001864abfbbb8a2e811cf87aa750eaf42fb9965a38edf1c40 314 1.00/1.00 vMB 5
402,570 402,570 0000000000000000052b38fc354ec7f2c7e1c004686ebc5b288845158a6d1fd6 351 1.00/1.00 vMB 6
402,569 402,569 000000000000000006dfad9f2cac623d1c47d944b40e03181dd9df53aee52a8d 1,363 0.92/1.00 vMB 43
402,568 402,568 00000000000000000418e1a4814b1a760a56be12b5e6b184d523ff5a3dab1640 1,837 0.93/1.00 vMB 49
402,567 402,567 000000000000000000668c7e09fa08f46060787209514a7b2c8b468a76b449da 716 0.97/1.00 vMB 13
402,566 402,566 000000000000000004f955c342c1a5ecd71701f4c3d9e92515b2e53eff804824 632 0.96/1.00 vMB 13
402,565 402,565 000000000000000001d9b311701fb0b9f7e09a7867dfdd11324074c968d2ea7e 237 0.13/1.00 vMB 32
402,564 402,564 00000000000000000015c696a893b6991a8713f34486b6162aa6e3df3fd658fa 582 1.00/1.00 vMB 12
402,563 402,563 0000000000000000020d0dbecc5ade1aba561679801c6aeff277640b20804cac 1,434 0.93/1.00 vMB 22
402,562 402,562 000000000000000002fedc05b8cc1471688226bef6fdb9d38bfc3b4b7ab43967 2,242 0.93/1.00 vMB 48
402,561 402,561 0000000000000000002232638b6b3422b2ac596e351dbf9b94ece03b4379039c 2,622 0.99/1.00 vMB 75
402,560 402,560 00000000000000000217d1e40c2653f9a32cebb0bb0226f14cbc55c64b320f7c 2,149 1.00/1.00 vMB 45
402,559 402,559 000000000000000006385851e24a8c05d01c281edf21aa776cdd6205e66a4fae 1,630 0.93/1.00 vMB 31
402,558 402,558 000000000000000002ac9b8eb7ec15cab20349e37f94c164963291729fadc51e 2,375 0.99/1.00 vMB 53
402,557 402,557 0000000000000000057499e59186f5b69d06a2369748eaa0b1e8f5d907f9b02d 2,557 1.00/1.00 vMB 60
402,556 402,556 000000000000000006e50059f041da0e8b60d71ee3d0ba39ef3d084f5655c60e 735 0.98/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.93 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: 714.68 GB
    • Received: 17.58 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.