Loading Tool

Explorer IconExplorer

Memory Pool

83,768 transactions
31.29 vMB
0.09816209 BTC
Random Selection Loading Transactions
Max Size: 192.02/200 MB

Candidate Block

Mining Attempt efe4c5e77ba6f0e0a55e773094411c0f9fde8272754b064a4e03126f34a75da4
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root a81802d506eb0cec178e836a22994f83b43520cfd54ecbd75e30fd65fccb0d89
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,566
Size: 1.00 vMB
Total Fees: 0.02745675 BTC
Feerates: 301.57 > 2.75 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (507,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
408,154 408,154 000000000000000004f8060dee0022a5fe0038f10cf0f9c73773245d66f51024 1 0.00/1.00 vMB 0
408,153 408,153 000000000000000005a0d557ffb9a1271d647b196dc4efc205ff747f5d4b59d2 2,000 0.99/1.00 vMB 28
408,152 408,152 000000000000000004da4e833c6a8dffae26d43d6328365196dc5ced12f5603a 3,370 1.00/1.00 vMB 63
408,151 408,151 000000000000000000dfd69690289f317ce0bf53d66cacb9f4ea49b784272175 1,887 0.78/1.00 vMB 41
408,150 408,150 00000000000000000145ada810a8ae4dfecffb393e24bf582e26591757fa90d8 421 0.24/1.00 vMB 23
408,149 408,149 000000000000000001b1b35c299d42697a940383c65f514fbb28491a8e7422a3 974 1.00/1.00 vMB 17
408,148 408,148 0000000000000000059752652075bba90d275e4677395c6831fd88a7ad156f09 1,543 1.00/1.00 vMB 24
408,147 408,147 0000000000000000026cf9f280d9cd88918f2bf4c61d77dee0abeb7d776880d4 2,773 1.00/1.00 vMB 44
408,146 408,146 00000000000000000105a7a5f3c3e82261011a913907d41f4db8b9199871ae3f 3,449 1.00/1.00 vMB 72
408,145 408,145 000000000000000004f050d175f80efb775aff361f38526307a58f9423f5bca4 239 0.16/1.00 vMB 24
408,144 408,144 0000000000000000004dc367b1b240b1148768b9f742e314bfb93fc6a07e762f 437 0.27/1.00 vMB 30
408,143 408,143 000000000000000001bc2ad3d1e2822e9150251e3afb7da177f2e1855e33b685 1,839 1.00/1.00 vMB 33
408,142 408,142 000000000000000005d50a51d70f849fe621d6e74c6cbaac654d5742f0037b2c 930 0.99/1.00 vMB 15
408,141 408,141 000000000000000001a5b2107f60f0ca048d91a8fa0a7b3581deb7229436959f 1,672 1.00/1.00 vMB 30
408,140 408,140 0000000000000000048cc87cc20fb51e643d5426fc571f4a763a0362e5b4c67a 1,517 1.00/1.00 vMB 28
408,139 408,139 0000000000000000039e4dfcffdd23ea4cbefd04633cb86ae78b41c419cde125 2,185 1.00/1.00 vMB 38
408,138 408,138 0000000000000000009d3489abad54d13d466f4f25a1a18dc6d5c0a37c8b6518 2,407 1.00/1.00 vMB 45
408,137 408,137 0000000000000000011fcd45fb4fbdd6e1ee44c8181835d5d34513c1e14d8406 1,940 1.00/1.00 vMB 33
408,136 408,136 0000000000000000019715f8ea21c3615a3711d01f075fb13db2d03b5f0ff989 2,629 1.00/1.00 vMB 44
408,135 408,135 0000000000000000006d9e6c8e5ddbad460e120eb4231ae7322d43f58850083a 3,441 1.00/1.00 vMB 92
408,134 408,134 000000000000000004f645129a576ab90612070fe441228a96515b738ffd812c 1,024 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.78 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.58 GB
    • Received: 16.92 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.