Loading Tool

Explorer IconExplorer

Memory Pool

82,510 transactions
31.25 vMB
0.12469284 BTC
Random Selection Loading Transactions
Max Size: 189.34/200 MB

Candidate Block

Mining Attempt 9d16d5102eb53438bfe49b2a50e4ca8a104b91fba71bdc8b261c97c78208f481
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root 533ab06a7130770f807b4e6493a579dbf1c915e9e46d9074a30715a90e41cbba
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,143
Size: 1.00 vMB
Total Fees: 0.04269935 BTC
Feerates: 318.30 > 4.28 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (203,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
712,200 712,200 0000000000000000000090b82090f4416e701038d4d606c9249e1767a63359f8 1,996 1.00/1.00 vMB 9
712,199 712,199 00000000000000000005dd01d270c0adc16561370aba795ce0caf9af685c0ed7 713 1.00/1.00 vMB 2
712,198 712,198 000000000000000000092fcc4a757421f535ddf7cbb1e19c287cd0e5c8e09943 2,055 1.00/1.00 vMB 3
712,197 712,197 000000000000000000068cd482a56522f9f98bb70796291e715c390de1657aa9 3,046 1.00/1.00 vMB 19
712,196 712,196 000000000000000000052b174f132391c4d3d583daf2c6a54cc4c19333f52e87 1,892 1.00/1.00 vMB 5
712,195 712,195 00000000000000000008cb9f097ad594c9cf7fe2b4405611ed7cfb3219207e8f 1,931 1.00/1.00 vMB 6
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
Previous 10 blocks ↓
Total Size: 783.08 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: 722.20 GB
    • Received: 18.39 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.