Loading Tool

Explorer IconExplorer

Memory Pool

82,415 transactions
31.23 vMB
0.12400203 BTC
Random Selection Loading Transactions
Max Size: 189.22/200 MB

Candidate Block

Mining Attempt 6e4ea859ead3a1a4487d7ef4ee33a7c1487945ba42286838bff790870aac710a
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root ba6fb381aaaffab367cf543e0030224c377c9541d57652f42b779fcd7b32a81a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,188
Size: 1.00 vMB
Total Fees: 0.04236841 BTC
Feerates: 318.30 > 4.25 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (613,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
301,405 301,405 00000000000000001b631872fdf4328553c3da6630b27a33edb4a40a6cdd6830 298 0.17/1.00 vMB 33
301,404 301,404 00000000000000003d026ba68e203a9969cf19aa59ce09263d7a148e5fccafb8 528 0.34/1.00 vMB 28
301,403 301,403 000000000000000036129ce1a46f70596bf3888794fda90c6c333f73729120d6 554 0.35/1.00 vMB 30
301,402 301,402 00000000000000006aef8930b0d039a7ca6f1bccf6560235d5dbb32016ffa85c 65 0.12/1.00 vMB 11
301,401 301,401 00000000000000002aa48351cd085865eb0a0a865b7dc1243b97742d7444ba23 296 0.21/1.00 vMB 26
301,400 301,400 00000000000000002437c1aafbc43c7e208467f04c7ef58810c29943ea22cd04 112 0.06/1.00 vMB 31
301,399 301,399 00000000000000004e9535941ace20ef31cc31d3193aa055db8129912edc2713 385 0.21/1.00 vMB 29
301,398 301,398 0000000000000000774fb99f32d71779d774074b9235441289f50084cd2146ec 636 0.35/1.00 vMB 29
301,397 301,397 000000000000000036463b5e31072614dac14ca7a0e433c3b39ac639b5b86e75 285 0.28/1.00 vMB 20
301,396 301,396 00000000000000000f5640e3f4f5ea6a4065cb97a6b4c19c9d567611f40fd718 649 0.85/1.00 vMB 20
301,395 301,395 00000000000000006cc80096044143de076c1cbfabe7af6824e148bc2ac1a95a 356 0.50/1.00 vMB 20
301,394 301,394 000000000000000018925e479414b9d52083c3903750b8d2a5a6b249f5a4a6ec 379 0.35/1.00 vMB 23
301,393 301,393 000000000000000005b46c36ecf3e3854dc5f6adad67d35848ca86571ce08694 542 0.46/1.00 vMB 24
301,392 301,392 00000000000000006a572056c227dc59debc1179f3e954f217c6f2ee72aa82b0 611 0.35/1.00 vMB 33
301,391 301,391 00000000000000006015ded89aa9b7d32f8dc234985eb71c915bee229edf3598 730 0.43/1.00 vMB 27
301,390 301,390 000000000000000044171c1294fe9b44fbeac251336d8095d38615eef50abcad 453 0.26/1.00 vMB 31
301,389 301,389 00000000000000004cd07e33d114ce17e72e61145489dd8449fcfd9a0326e729 233 0.14/1.00 vMB 30
301,388 301,388 00000000000000006b6177bc9a9c455d114d24213641cdc4f908453cabbb3252 202 0.11/1.00 vMB 30
301,387 301,387 00000000000000001cbe9f48d8fc106a9b404c2d0f73a78c048f52f452782c0a 191 0.11/1.00 vMB 27
301,386 301,386 00000000000000004ae2860f594f64c6f07466ad57d831d3593409a1878a17c6 657 0.34/1.00 vMB 30
301,385 301,385 00000000000000000fd75dae2722961d799516950284ffbc3e77103b5cec9e7d 350 0.20/1.00 vMB 27
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: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 722.16 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.