Loading Tool

Explorer IconExplorer

Memory Pool

78,297 transactions
29.44 vMB
0.07639697 BTC
Random Selection Loading Transactions
Max Size: 177.83/200 MB

Candidate Block

Mining Attempt fa4100eb9ddfa125e01b51514ed2f2185c4eb4effe88aa83403133a0976ff975
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root bc5b19f3786a779712eacf0510e8a1642a35beee26645ab1b7a54d121a363c2e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,185
Size: 1.00 vMB
Total Fees: 0.01297294 BTC
Feerates: 15.32 > 1.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (178,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
736,241 736,241 0000000000000000000028e2df3a1f08ed1c11c140447d3895b03820c6547a43 1,900 1.00/1.00 vMB 18
736,240 736,240 00000000000000000007974cce83bd5703f3df83bd469aa12058eee392463b9a 3,014 1.00/1.00 vMB 24
736,239 736,239 00000000000000000001be5c26a826a08993b95d65a60c6db02bd76ed43197b3 2,113 1.00/1.00 vMB 18
736,238 736,238 000000000000000000003a9d7479da4022bc9d22a3c3aa9d5ae5ec8c33dc2640 2,815 1.00/1.00 vMB 20
736,237 736,237 000000000000000000078f4dad02e4bec6cd4538b84aff477c7b0442e12e8999 3,002 1.00/1.00 vMB 18
736,236 736,236 00000000000000000006c04b8078dff472947c6349db16a6199368406c915eca 3,162 1.00/1.00 vMB 33
736,235 736,235 000000000000000000055ccbd8e07cfdc9519050bc583e7b66025b1c515b5eec 1,562 1.00/1.00 vMB 15
736,234 736,234 00000000000000000001d1ed0ece33bc16361efb4b9266f1904178b519eabcf5 2,786 1.00/1.00 vMB 27
736,233 736,233 0000000000000000000802795d8e138bbbce4a4fbbac94d72eeb09aa398936e9 380 1.00/1.00 vMB 13
736,232 736,232 00000000000000000002a2bf2bca7e7e4c9e0ea32c0d13d3f5e57d038c4aa0c7 2,631 1.00/1.00 vMB 22
736,231 736,231 00000000000000000000aa9a2972bcb4f13536b99f8cba4401fa38df4bb25a3c 1,526 1.00/1.00 vMB 17
736,230 736,230 0000000000000000000155f7b3fd4db6a4093d0f8024fcb7b99517cc5083766b 2,306 1.00/1.00 vMB 25
736,229 736,229 00000000000000000008d70b0a9984eb3a68bab4eebe57bf23aa8432e84ee8de 2,330 1.00/1.00 vMB 21
736,228 736,228 000000000000000000067b4c6c16335f6ed72ca9e31fa79d108934cc72af4c4e 1,588 1.00/1.00 vMB 15
736,227 736,227 0000000000000000000261cd87c06a6c248f05d4eb0bdad23ecb87051e675521 2,991 1.00/1.00 vMB 26
736,226 736,226 000000000000000000006e1f8acd1d81d38673b0d2721719f84ed8080a314bae 1,954 1.00/1.00 vMB 23
736,225 736,225 00000000000000000002243800113592b34875d3f123eaed8b8929bc95997817 1,084 1.00/1.00 vMB 14
736,224 736,224 00000000000000000001b425f2dc56740c92c7ec883d9263b52e3c298cece3d2 2,477 1.00/1.00 vMB 21
736,223 736,223 00000000000000000001f91ef5462a11852d239721bf63f453024e1ca6117953 2,651 1.00/1.00 vMB 21
736,222 736,222 00000000000000000000a140a8357f92507aef3eb44bb4c468b97cfaf4b447d7 2,749 1.00/1.00 vMB 34
736,221 736,221 00000000000000000000e9fd4d729d55b6feab0c351996fb21029d0c4537b3a7 1,174 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.64 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: 672.40 GB
    • Received: 16.23 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.