Loading Tool

Explorer IconExplorer

Memory Pool

48,089 transactions
27.29 vMB
0.06978452 BTC
Random Selection Loading Transactions
Max Size: 145.48/200 MB

Candidate Block

Mining Attempt 0b16700179d42b68797caf76120fbd8387e30cbe5a24abc42a5eaf07e7ca4c82
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root 0b195c02c9c1ab3d956cfac9e5fc27d0cbab3de5bd40390cd5759ef1e06001e4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,507
Size: 1.00 vMB
Total Fees: 0.01902035 BTC
Feerates: 100.53 > 1.91 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (217,208 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
697,569 697,569 000000000000000000014f80b4a188e9ccd8a525ec038fb864230558b400f176 3,106 1.00/1.00 vMB 20
697,568 697,568 00000000000000000006d1c522bd8cd3c3c5a11bc3c312ed3d1a0d6988ded5eb 2,444 1.00/1.00 vMB 11
697,567 697,567 0000000000000000000517e465d83650f259d025a773bd9de82cd186210c2c40 1,052 1.00/1.00 vMB 3
697,566 697,566 0000000000000000000885f967839bb0ab383ac80c3859ea6471fe503b387456 3,181 1.00/1.00 vMB 4
697,565 697,565 00000000000000000003a7d2f0f0c499bb84fb671e52866c620b0172f77f1dfc 3,189 1.00/1.00 vMB 16
697,564 697,564 0000000000000000000c304835ba5b4bb86cf234111d1f359cfc3c2fa9d9d344 3,335 1.00/1.00 vMB 20
697,563 697,563 00000000000000000008ca677ea5cf84732ef09cb45cb698b4ce0aa28fc414d9 2,950 1.00/1.00 vMB 15
697,562 697,562 00000000000000000003d2713cc28e43a4c28aa0e4ee712d010642a391dd46f5 1,098 0.57/1.00 vMB 8
697,561 697,561 00000000000000000008c605ca6a74dceda0dc90ab5fae2b8150e1f550e6bc73 227 0.10/1.00 vMB 1
697,560 697,560 000000000000000000059058ecb943a7b32cfda751219195c7633658d468acc7 2,703 1.00/1.00 vMB 10
697,559 697,559 000000000000000000043825123472db09a1f76d166a079cf2c983cec8a2c6e2 1,747 1.00/1.00 vMB 10
697,558 697,558 00000000000000000000a4a2f6e9731bb0a8f8b7ed40f422dc252134d71639fa 893 1.00/1.00 vMB 5
697,557 697,557 0000000000000000000ee64e337e8d6edc68bfc002a9cdca9ea93103c5e13dce 2,936 1.00/1.00 vMB 13
697,556 697,556 00000000000000000002b7bced0e33ea5b08e078633ad3ece7cf921f5ec4bd26 1,153 0.36/1.00 vMB 13
697,555 697,555 0000000000000000000e4b4094805d9da2f6205a00c90de36940007c007266b3 1,945 0.70/1.00 vMB 22
697,554 697,554 00000000000000000009cb21fab43ec0d7265733c4d777947c3a652ecb7b972c 513 0.14/1.00 vMB 20
697,553 697,553 00000000000000000001c003a9dd901cd6d3a57bcf1a2ac868b2c6e327984a0b 2,327 0.70/1.00 vMB 3
697,552 697,552 0000000000000000000fcad2cc4c1fcf6ab6b0ef8ae7f20e93a2b14656a9b1cd 2,949 1.00/1.00 vMB 25
697,551 697,551 000000000000000000043b6d78b985a811120c251799bc5899bcd92bc5894b43 1,273 0.46/1.00 vMB 11
697,550 697,550 000000000000000000005bda4d7263cd3dfde97e81db0750858f5b3858c03e0a 1,363 0.64/1.00 vMB 2
697,549 697,549 0000000000000000000fad98ec56c0798f30e24e15458e28c1a2f1a37d84e91a 2,908 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 781.99 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: 648.71 GB
    • Received: 13.07 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.