Loading Tool

Explorer IconExplorer

Memory Pool

81,982 transactions
30.89 vMB
0.08400703 BTC
Random Selection Loading Transactions
Max Size: 189.47/200 MB

Candidate Block

Mining Attempt 2625bc154a83bbb97d0a5fc409960dda9f4f66ee49e011338991b17229c39f00
Version 20000000
Previous Block 00000000000000000000e355a63f14f9cc43d1b199a04906e2a59f17aa1c6192
Merkle Root a25c4b098406953d10f4c2e6d4f2958467b1f3c0d3be03f5ed4586fcb67f516e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,484
Size: 1.00 vMB
Total Fees: 0.01471754 BTC
Feerates: 235.42 > 1.47 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,229 (449,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,826 465,826 000000000000000000b18b8e5dcd6b7c16b8656b571deeed3c02591ff14247fa 2,487 1.00/1.00 vMB 236
465,825 465,825 000000000000000000aaddd2d0593ddd8e3f777ce969522b06bc02ea751628f4 2,688 1.00/1.00 vMB 237
465,824 465,824 000000000000000000a83afb2a5e4c7932185bb30021f6a1cf67158291a4744c 2,392 1.00/1.00 vMB 200
465,823 465,823 000000000000000001ce46fc1b9658002faea778cb9b665f2b3c5ec2ff23fe9c 2,544 1.00/1.00 vMB 201
465,822 465,822 00000000000000000036dee0899bffc1d8f172a3114477e1b7920c4a38aa0120 2,313 1.00/1.00 vMB 203
465,821 465,821 00000000000000000066621938a83fcbb06663f337ca859d72721125ff16ee92 2,608 1.00/1.00 vMB 227
465,820 465,820 000000000000000000c8a33de4f5ffdc7d60eaa993334efe3acf0060a2aa2484 3,520 1.00/1.00 vMB 139
465,819 465,819 000000000000000000d7f5472b00ac62a7af1fc7b80fbfd5360e9dab073660fd 2,109 1.00/1.00 vMB 173
465,818 465,818 00000000000000000149931eba71f275f45aa074f2c1f09d3a1058b53b9f7c80 2,839 1.00/1.00 vMB 153
465,817 465,817 0000000000000000018681f5ed00c94a5ca6a18797d5f6d1bf58498ff727269b 1,336 1.00/1.00 vMB 144
465,816 465,816 00000000000000000046433318ef8aa877bdb4fb8308a6b6d70cee6032db6405 2,769 1.00/1.00 vMB 234
465,815 465,815 000000000000000001d00cf3fc571b006f1c09f201c7c54dd38b4078c45ed1ea 2,182 1.00/1.00 vMB 212
465,814 465,814 000000000000000000417f66c90804c0ecbbc26198e1ef908521549ed0ea8afb 2,372 1.00/1.00 vMB 147
465,813 465,813 000000000000000000ae1b32642f2d4c17bfff5ac7abcee7f4ab2c80b63cb01c 2,100 1.00/1.00 vMB 180
465,812 465,812 000000000000000000a5651a7549960147a442728ceab25bcdef43dada1a2056 2,598 1.00/1.00 vMB 228
465,811 465,811 00000000000000000153b22319badbda02892c2bf354112062a5555b801d6efb 1,692 1.00/1.00 vMB 202
465,810 465,810 0000000000000000007c6198560b5bdb148af57078ecf20daa0d948836a20318 2,179 1.00/1.00 vMB 187
465,809 465,809 0000000000000000002852d407dafb17c521a7da5f292f1125f22c9f560ce3fd 1,378 1.00/1.00 vMB 156
465,808 465,808 000000000000000001d045041484b95fe12bef865b7477a38611fb1564747792 2,174 1.00/1.00 vMB 234
465,807 465,807 00000000000000000047e95d41af7a721e666e20823fa487c0e93244cd31373e 2,553 1.00/1.00 vMB 306
465,806 465,806 00000000000000000066ccb36943e168a8cf7494b838730d3a1e64149ff1f352 1,934 1.00/1.00 vMB 138
Previous 10 blocks ↓
Total Size: 782.79 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: 709.75 GB
    • Received: 16.98 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.