Loading Tool

Explorer IconExplorer

Memory Pool

82,766 transactions
30.38 vMB
0.14669180 BTC
Random Selection Loading Transactions
Max Size: 184.02/200 MB

Candidate Block

Mining Attempt a2bc66551957d6bcb63b6287c0a766084ab6d500c39289cc4787310d9a58ea88
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root f4f1dbfed89c3a26c4fb5ce942204d7a35a12d0797c5e12eb921251ae48f7e59
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,802
Size: 1.00 vMB
Total Fees: 0.06646039 BTC
Feerates: 150.61 > 6.66 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (178,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
736,245 736,245 000000000000000000002175714b240a374366c74f788b95e3d8c565386a2b80 2,737 1.00/1.00 vMB 37
736,244 736,244 000000000000000000057e811a5ebbf930cd6fee840f1c03bf727ff1786fa09f 588 1.00/1.00 vMB 17
736,243 736,243 0000000000000000000549aa872894bb4ebf9847864303c6780534cf97bc940f 1,845 1.00/1.00 vMB 18
736,242 736,242 000000000000000000025a991824672096b463fbb98a1288c352578d05de2c1d 160 1.00/1.00 vMB 13
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
Previous 10 blocks ↓
Total Size: 782.63 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.32 GB
    • Received: 16.20 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.