Loading Tool

Explorer IconExplorer

Memory Pool

83,840 transactions
30.88 vMB
0.15401745 BTC
Random Selection Loading Transactions
Max Size: 185.81/200 MB

Candidate Block

Mining Attempt 057f8b154a8d8a5c383a023bf4c530c4cf2b1a49b7140cdf9da6e0c870cc0efc
Version 20000000
Previous Block 00000000000000000000a7742c03767850b5e62f9bd9da718e9d8018851f9110
Merkle Root 41de9e999b310d51d65ec9331a6ebd0df74bf3472af0771841efa6b60fea565b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,405
Size: 1.00 vMB
Total Fees: 0.08670327 BTC
Feerates: 150.77 > 8.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,968 (187,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
727,197 727,197 00000000000000000003ef7ff68c4a6b3f95a2f40b34880aefe1c2959a576dba 3,067 1.00/1.00 vMB 13
727,196 727,196 00000000000000000002d79dc9b2038bd2b8262b291dd1b6240615889927d557 2,458 1.00/1.00 vMB 7
727,195 727,195 00000000000000000004d5df8dcfaf4dd65889e103582f893f3c8556722444fc 3,310 1.00/1.00 vMB 3
727,194 727,194 000000000000000000093315cde352c7c625ca5793d8a597b326229393a9c3d7 2,348 1.00/1.00 vMB 9
727,193 727,193 000000000000000000000585cf11d2a6cac9fa9afc054e5a8d081ddb136052f0 3,163 1.00/1.00 vMB 11
727,192 727,192 000000000000000000098c09033e2cd40ee527e0c7101bf1b60e5a0a903ddaab 2,995 1.00/1.00 vMB 12
727,191 727,191 00000000000000000002fcf7433f59165c71d477c68d5e23eb566972009875b2 2,231 1.00/1.00 vMB 8
727,190 727,190 000000000000000000061b04606e61d32082551a5d49280167c91a3f1d1bc6b8 551 0.95/1.00 vMB 1
727,189 727,189 000000000000000000030ac34a36a6fb65f2c91c70f5f0be88eb3715d7bbc2f3 1,776 1.00/1.00 vMB 4
727,188 727,188 0000000000000000000382c17fe896bc697471eb2d8ef03735b1b1db144284a1 1,683 1.00/1.00 vMB 3
727,187 727,187 000000000000000000037f2776d030bfd4b90ea8395882edb3acccd79fa69fbf 3,100 1.00/1.00 vMB 9
727,186 727,186 00000000000000000006951c6ba3a778289a554c7e6c648438b4aa613d61ee5f 2,073 1.00/1.00 vMB 2
727,185 727,185 00000000000000000005e98c11f8bb7a1de039b484efd33400d9b6e2836125c7 2,911 1.00/1.00 vMB 9
727,184 727,184 0000000000000000000814830fb73e32a94602c3f23021af0af4cd7fc06eadeb 2,229 1.00/1.00 vMB 3
727,183 727,183 0000000000000000000171436cb9f17ff3f1c75ecff63c6c39ceed3dcba52822 2,911 1.00/1.00 vMB 10
727,182 727,182 000000000000000000016d44340806bdc9e7e4d74f4854ffb9b2a41cc5e98ea0 2,115 1.00/1.00 vMB 8
727,181 727,181 00000000000000000000e5633df8c7161384fb296f21ebe9ce5fe2898c05dc0a 2,697 1.00/1.00 vMB 14
727,180 727,180 000000000000000000029e2ce41a39040ed54fcbd07c2cb43b60d7838a27d185 1,018 0.48/1.00 vMB 6
727,179 727,179 00000000000000000009ce3a714a7b12d4f847718d33a3f2afbd1ebead642a44 2,351 1.00/1.00 vMB 5
727,178 727,178 00000000000000000005c2b21514ac6f1b15687d56dd64e1e521ce62434f681b 1,993 1.00/1.00 vMB 5
727,177 727,177 00000000000000000006586cf32657d06221e1290dd51490e8e3ba30d4eee6f8 2,992 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.33 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: 660.44 GB
    • Received: 14.75 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.