Loading Tool

Explorer IconExplorer

Memory Pool

81,677 transactions
30.40 vMB
0.07788594 BTC
Random Selection Loading Transactions
Max Size: 186.44/200 MB

Candidate Block

Mining Attempt dc8b4f00471d73fcc6fce1a4fb7a04414ceefba6e0a8adc762fea70f7cae87fd
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root 1d6c4162ac86653f87758922d049d6b50c0b3b4f24b8965a6d56603d53f60274
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,780
Size: 1.00 vMB
Total Fees: 0.00898562 BTC
Feerates: 150.77 > 0.90 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (203,135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
712,194 712,194 00000000000000000001c8311d8f6d7477b5ed62b786a869ad36180667f6d9bc 1,762 1.00/1.00 vMB 7
712,193 712,193 0000000000000000000797b4aa067206cc53153d56d8f94ae8b82e7085182921 1,466 1.00/1.00 vMB 9
712,192 712,192 0000000000000000000c290b33b19711c76f18ff46b67967ae4ceae80ec8e954 1,951 1.00/1.00 vMB 9
712,191 712,191 00000000000000000001e4ee152adb582f7b19be1380ede79ede426219c8307d 1,788 1.00/1.00 vMB 14
712,190 712,190 0000000000000000000367f6111afe98b1622d7691916d9b86bde8ef26b233f3 3,697 1.00/1.00 vMB 8
712,189 712,189 00000000000000000006ca3d44497dc5c40588e14c02908c098d2d9f48cdf90e 5,207 1.00/1.00 vMB 10
712,188 712,188 0000000000000000000b235203b59ffa5107daa30d7e5a4ecb3f88ba7a89e9cb 1 0.00/1.00 vMB 0
712,187 712,187 000000000000000000042f2b7ed4c13cc6bee891345a20dc6b3e1ef0a6b7ef0d 4,762 1.00/1.00 vMB 8
712,186 712,186 000000000000000000073bd3a8ef8d3c003f3ded5e80735c43177ec882314dc7 2,403 1.00/1.00 vMB 8
712,185 712,185 0000000000000000000b6888e093f137f1cc9f02be74b2ec8a6dbc9bf6ce8594 277 1.00/1.00 vMB 8
712,184 712,184 00000000000000000003fe22b33f7cb2e39778b58ff140bbc924b76ad26cb0d7 710 1.00/1.00 vMB 10
712,183 712,183 0000000000000000000423a37b43da49e29d567d1dfe89349547b808f10c141e 146 1.00/1.00 vMB 8
712,182 712,182 000000000000000000009b417ffc9ce642f81814baa44cb89da97677a18e625b 1,775 1.00/1.00 vMB 14
712,181 712,181 0000000000000000000a317e6101b6ebde5c76f3be913ab83011f6766f11a6f2 3,160 1.00/1.00 vMB 21
712,180 712,180 00000000000000000008a302382d77036fc8377cba8fea710e8d18f670d7eb5c 514 1.00/1.00 vMB 10
712,179 712,179 00000000000000000003f45a4939dbec8a541ef4b0afdecade92923663d4f7e2 200 1.00/1.00 vMB 8
712,178 712,178 00000000000000000001d92b2ad2d0f2a79e07354b616a3e9c5c90795a83c2ab 411 1.00/1.00 vMB 9
712,177 712,177 0000000000000000000c1f49f921b76ff94ede2312f6b278e63d36681650639f 803 1.00/1.00 vMB 10
712,176 712,176 00000000000000000005eba9323d3d5a9065ff4b8c5bbe47d400d68d3fa4ff34 453 1.00/1.00 vMB 9
712,175 712,175 000000000000000000054ac7e10d3a601a96cf6cdb4147206fb55a5c46eee243 923 1.00/1.00 vMB 12
712,174 712,174 00000000000000000001562c5282ad248868e1e83b23b1731c70b2d6a863061c 964 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.96 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: 715.35 GB
    • Received: 17.71 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.