Loading Tool

Explorer IconExplorer

Memory Pool

17,099 transactions
16.09 vMB
0.03336180 BTC
Random Selection Loading Transactions
Max Size: 79.08/200 MB

Candidate Block

Mining Attempt efb31242dfd4aead3941f68a3ae3345fe9c44cd2b41849215db67f2b0f6ccde5
Version 20000000
Previous Block 000000000000000000011ba1298aaa8b40b990edf5611745cb5fd869c4fb3bae
Merkle Root 038328319326e4eb103d324470ecb864bd3c1bccbc43f57c32a504e13eb08d88
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,720
Size: 1.00 vMB
Total Fees: 0.00458492 BTC
Feerates: 40.21 > 0.46 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,136 (876,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
38,134 38,134 000000008fd104c96b42385af7dffec89e45cdd62774a8b8e74e4914a82de438 1 0.00/1.00 vMB 0
38,133 38,133 000000000c203d95d0e62399052fc485acd7421f09be775eae3ed54392f06c06 1 0.00/1.00 vMB 0
38,132 38,132 00000000aff18627c3977e7e5b49fa8b1aa9cc38e93faa31bbe36949daa1cabc 1 0.00/1.00 vMB 0
38,131 38,131 000000002c0cf3efefab0644fd287714aa9a8b23431054c43e03a5f0d642de06 1 0.00/1.00 vMB 0
38,130 38,130 00000000a8e34e7005f030149f25c8371e8410c9133928a3ac8d131fec25a476 1 0.00/1.00 vMB 0
38,129 38,129 000000007340947f66eb86af290699c6e1d57e2bcfa0cc81a6bd1aac95566148 1 0.00/1.00 vMB 0
38,128 38,128 00000000af060b39c6726be9fb1245a0384c6b682b7c81e60fefb256f6f46431 1 0.00/1.00 vMB 0
38,127 38,127 000000004217a154f447e525a8f4b6b7acf22a2065398bd01214e020be67178c 1 0.00/1.00 vMB 0
38,126 38,126 00000000848e5d2a6168a5a7a27602a76cdefd3796bdf5e7e08df9af54b35a65 1 0.00/1.00 vMB 0
38,125 38,125 0000000075e163cff40f4059de5d87f7de285b3533de0e9baa6725ded80eaf6a 1 0.00/1.00 vMB 0
38,124 38,124 000000004b0c64f66795ec87c712efe6648b7936b8abd9e2d6c9e1e59e728b77 1 0.00/1.00 vMB 0
38,123 38,123 0000000016ab9bb7b907de07324eedceae8ecbfb738bbbdfe077277d1b4c447a 1 0.00/1.00 vMB 0
38,122 38,122 000000005e2d16fc7ab77cc2e5a9dd696efcc5444f2835896f8126600b512ca2 1 0.00/1.00 vMB 0
38,121 38,121 000000001dc7a7fbc617cff048c6583f43992cfa3258aa32191fd202e91beea5 1 0.00/1.00 vMB 0
38,120 38,120 000000008035c4f9f1aa3729532776b66660caf83f1323d909b3a744dbbafb08 1 0.00/1.00 vMB 0
38,119 38,119 00000000036717430294f39fbf574136b194df36828722b29d31dda084fc0061 1 0.00/1.00 vMB 0
38,118 38,118 00000000a7ae76edf7eaf860524d14b9fea6842f9cb31da9ab8dde2a9a02ddfc 1 0.00/1.00 vMB 0
38,117 38,117 000000004592c9c0c48ec931c7fc83bffb88d044b85b5a7e666ea41ffd151154 1 0.00/1.00 vMB 0
38,116 38,116 000000002d3cbae784fb6e9529628d12772b3088028b91f9eb7b594d9907c288 1 0.00/1.00 vMB 0
38,115 38,115 000000004cdf2b56c610a69a44fb6b4b32743e7ebfffca77a2974cdbab87769f 1 0.00/1.00 vMB 0
38,114 38,114 000000006df78cc96db1a7ad6ecb57959227152646083c04fd883e2fccedb1db 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.84 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: 562.32 GB
    • Received: 7.45 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.