Loading Tool

Explorer IconExplorer

Memory Pool

25,013 transactions
17.45 vMB
0.03718035 BTC
Random Selection Loading Transactions
Max Size: 90.30/200 MB

Candidate Block

Mining Attempt 6ff6fc52dc344dbd5273890c58c9fe3bd6d079cea3829b5500b3d19978ea43a8
Version 20000000
Previous Block 000000000000000000005d99f9966169bb81073001c765a7eea5ff8fa0859ec8
Merkle Root 8819021d2834546dd8919e1ee369d01ebf0e1537bd3fc2c9729ef71e6dd70403
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,084
Size: 1.00 vMB
Total Fees: 0.00501971 BTC
Feerates: 301.58 > 0.50 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,119 (907,877 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
6,242 6,242 000000004e99495b7d628aaf118be591159fe24e62b9e579c54b13fca19cbaa2 1 0.00/1.00 vMB 0
6,241 6,241 0000000066ab69d5eb23879a8936c198019bba98cc01d58703c2ebfaf1e837bb 1 0.00/1.00 vMB 0
6,240 6,240 000000001c3aa07efadd82e5e49117a01ccaa50634522c93f20c4479b6785558 1 0.00/1.00 vMB 0
6,239 6,239 000000001d1cca193a7055038fae6e5eb81b8cf60b600767f85d0fc87d9086d8 1 0.00/1.00 vMB 0
6,238 6,238 000000000049d528e1ff957e93e089491752d69a924e4de2b5a6ad2f2c05f446 1 0.00/1.00 vMB 0
6,237 6,237 000000002d7648884f84ea6960f99a08bc8aa07a714a4099fa23cf66d166b28f 1 0.00/1.00 vMB 0
6,236 6,236 00000000efa65b37a20a3a6cc6d7c0c4416aec940ba165ce921dca422859ffbe 1 0.00/1.00 vMB 0
6,235 6,235 000000004e86c580872ef7535517035c34868e9c6e516cdac80b5d269ab0b3bf 1 0.00/1.00 vMB 0
6,234 6,234 0000000029ff793789bb72d3d977d63ac24dcbc7e60512fae5430a35ec480049 1 0.00/1.00 vMB 0
6,233 6,233 000000002923000bfc24029d479d2d76e76c106e7b0e52c359f14f81ead6fb83 1 0.00/1.00 vMB 0
6,232 6,232 0000000032a84330f142107f584cc68e863e2a95c917229d322abe4c6a8b9656 1 0.00/1.00 vMB 0
6,231 6,231 00000000db50a10eeeab0f2111c2ddab9daffa42cfdadc5bdf343824f2b22aab 1 0.00/1.00 vMB 0
6,230 6,230 00000000f7ee7b7d1595abfcf9b2a9d06cb365e11076b97ad6ee2b9674486158 1 0.00/1.00 vMB 0
6,229 6,229 00000000d03eaa6098f26f0d241b7d7310348f2140256af8b92a13dcfa4dc7ee 1 0.00/1.00 vMB 0
6,228 6,228 00000000a2d1ca6edd9db559451b983726275adabc3f299baf7eebfcd98454c1 1 0.00/1.00 vMB 0
6,227 6,227 0000000053e4697b1b98f884acc39ded8adaa934527c974468d5fa3925bda2f7 1 0.00/1.00 vMB 0
6,226 6,226 00000000deffc03974a267485011beda250fb16aa0fcdc26399c8e6bf32061b9 1 0.00/1.00 vMB 0
6,225 6,225 00000000ca11e8575b26f7ba2146b171976cb227f2e1193484181ff324226711 1 0.00/1.00 vMB 0
6,224 6,224 00000000ce58ddb0014222910ec24be4ce393d4319b58ccf1ea02c74891e8c58 1 0.00/1.00 vMB 0
6,223 6,223 0000000005e8f18e86f55c587101ea0234542e505c81e8118ca1ef6e07a7f261 1 0.00/1.00 vMB 0
6,222 6,222 000000002426866050252405485d89a58df2f51faab9ec30c9c99b775e389378 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.81 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: 560.15 GB
    • Received: 7.31 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.