Loading Tool

Explorer IconExplorer

Memory Pool

40,401 transactions
28.24 vMB
0.13701710 BTC
Random Selection Loading Transactions
Max Size: 144.19/200 MB

Candidate Block

Mining Attempt 8cf4f3e632d1453fb0b58400b4165e599797fe0cf1fa3a28c56b97d10fd85492
Version 20000000
Previous Block 0000000000000000000024b6183bd80aeb2c50feadbe74d837f0ef1fca0de972
Merkle Root 14357102845563fd765b6d621ab5cd86e186d31bf6b6d0df9d1ef8821f1e46a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,081
Size: 1.00 vMB
Total Fees: 0.08266383 BTC
Feerates: 102.90 > 8.28 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,632 (512,053 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
402,579 402,579 0000000000000000053ced7777d4d4b4cf5f43f5c8d2dd2cc1cdcc2780b73867 321 0.19/1.00 vMB 35
402,578 402,578 000000000000000000d946f2b2487bcb18bfd9a4ff30adf7b14218fa826a8ae2 918 0.80/1.00 vMB 20
402,577 402,577 0000000000000000068b4273fdaa28b5eec7a46819f915b1ee75aa93b179e915 1,874 1.00/1.00 vMB 39
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
Previous 10 blocks ↓
Total Size: 781.74 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: 630.38 GB
    • Received: 12.03 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.