Loading Tool

Explorer IconExplorer

Memory Pool

27,788 transactions
7.62 vMB
0.12564749 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.25/200 MB

Candidate Block

Mining Attempt cb3f8c1d98eb2e73f03d96bd28cf3d6bfff9614caf01dae0eb029436517d85d5
Version 20000000
Previous Block 0000000000000000000126c5f459a849ef08f23fc138334e0341eb4a4a0b5ca8
Merkle Root 9213f31fcad465a13daf510cd910830bfecd6b4db2df8015b99b3e86e2789b29
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,017
Size: 1.00 vMB
Total Fees: 0.08748892 BTC
Avg Feerate: 3.41 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,113 (649,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
263,593 263,593 0000000000000006d313ef98ef88d1ba91ac774c557dd8ac0db6b822b452b59a 0.08 MB 220 90
263,592 263,592 000000000000000e63224be0739bed4fb27331021e0fe907a430b9499afed7ba 0.13 MB 314 106
263,591 263,591 000000000000000c7afc8441c718d3e4034ac4547c2a32972c674baf34d2d678 0.16 MB 399 102
263,590 263,590 00000000000000004f36af2dabb0ba858ec63f5d51bfede6e130bb8e5ac92ca5 0.13 MB 338 119
263,589 263,589 00000000000000019af4995ccc1035816be3e2d5d3646848fef6b9b34d3c13be 0.15 MB 339 100
263,588 263,588 000000000000000bca0c7117f50f973b81c387701805397ac8cee752faa43424 0.12 MB 215 63
263,587 263,587 0000000000000005c37a1a8350c124ceefa1f988e7f512c1069bd4d5067dcf18 0.15 MB 321 96
263,586 263,586 0000000000000008e08e4203d4070c2b8d42d4545d515c3c8d4c4f4165fd054d 0.04 MB 112 116
263,585 263,585 000000000000000d4fcd605aa188c44bb8fd12fc02efdaf5efbd494fff698e11 0.11 MB 289 124
263,584 263,584 00000000000000027eac5869a496d2620a3e108efbfab5c895d816a1366987ee 0.02 MB 27 58
263,583 263,583 000000000000000d9ea026fd50b73a36e25c91e2fd531f06bfabe3bb7481ceba 0.04 MB 97 108
263,582 263,582 00000000000000048cf5f7f8786c778b8b3d6e4919d100a4b77d8972557876e2 0.08 MB 199 103
263,581 263,581 0000000000000006fb63391b3629e1c1fbdbd57e1b5e5ebd5a1ed9d1680d925d 0.14 MB 131 28
263,580 263,580 00000000000000056a4e4d3746bc5a1c1db3c5c88c56d3f27076a00a9e979927 0.10 MB 153 55
263,579 263,579 000000000000000cd1898bb90e3d710667f90b564cc441d855a7c54a592c6256 0.08 MB 185 100
263,578 263,578 0000000000000011371420dd7bc92fd570e22385b985f6fc7e5b5d1691865d1b 0.04 MB 100 89
263,577 263,577 000000000000000fa2f7b8df0ac88dd0923036a007218b97363c39edfc576e2d 0.02 MB 35 34
263,576 263,576 0000000000000013414749354ce443168ddf8f0a53818e5d959920a89692d6cc 0.19 MB 345 116
263,575 263,575 000000000000000d3dd715a4c05eef99c6e3409f9d6209c0659760a024bed26d 0.07 MB 149 61
263,574 263,574 00000000000000029850314ad22f4533cff6b67866ae40f7785689fa657f7efb 0.05 MB 80 45
263,573 263,573 0000000000000009a759334277d31d723003af9bef7086791306f2952b5432cd 0.15 MB 43 6
Previous 10 blocks ↓
Total Size: 779.05 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 70
    • Outgoing: 10
  • Data Transfer:
    • Sent: 116.68 GB
    • Received: 0.47 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.