Loading Tool

Explorer IconExplorer

Memory Pool

80,397 transactions
29.63 vMB
0.09262586 BTC
Random Selection Loading Transactions
Max Size: 179.65/200 MB

Candidate Block

Mining Attempt b808335ffacc529266eb30d53b2a49d6ff8bfe1c73e4232f7bbc9ed01b830d83
Version 20000000
Previous Block 00000000000000000001fa937a9d4dce7a38d755f594edd200e4f323094a5ecd
Merkle Root 723be30fc7d6fa0cc520fc12181f052be378a5e85caff51c2c321bc795726528
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,214
Size: 1.00 vMB
Total Fees: 0.02993687 BTC
Feerates: 502.67 > 3.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,089 (720,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
194,326 194,326 00000000000000db62ac3e2f2dff17faeab6324ed3819569b5b0c93fc204a1d8 270 0.16/1.00 vMB 112
194,325 194,325 000000000000062dacb7bc5147f6dae38231ba1d730517aeb9aa645a75801303 299 0.12/1.00 vMB 602
194,324 194,324 00000000000002950f2e1849d20b7d4e20331f3bb271ee1aacc8f5c3d00bdefe 419 0.12/1.00 vMB 70
194,323 194,323 00000000000002dab57e08410b823c81abf0f6e66be0bb52757af210f540c442 300 0.11/1.00 vMB 138
194,322 194,322 00000000000006b168559f1639fab652f5cae5367c3a88ee953e2f05eea83030 212 0.07/1.00 vMB 148
194,321 194,321 000000000000013c30929dabcb28a9f527318c0077c975f2b1cfb78bdbae8b3c 139 0.07/1.00 vMB 95
194,320 194,320 000000000000045fa49d6531eabf43a4f515b284dee245de138db8af4ef8c86a 100 0.05/1.00 vMB 21
194,319 194,319 0000000000000405b246f42e4144bdceb4973c42f7d689a0f1b1d7a3e1f4344e 38 0.03/1.00 vMB 78
194,318 194,318 00000000000002c2f89b6f3dcb9b95d0e121362bed254e6651b38a9eacfc5f24 239 0.08/1.00 vMB 146
194,317 194,317 000000000000028059fe1dec50a2a8d51099b8f2e60902f01410a919fdb6e87c 592 0.25/1.00 vMB 129
194,316 194,316 000000000000011d59c04f16df9f874e0b60d582524a4ff9097f740604725577 190 0.06/1.00 vMB 37
194,315 194,315 00000000000002f50c65d1f777c77cf4ff31ab4a643e10566b4624b378710621 211 0.11/1.00 vMB 107
194,314 194,314 00000000000006c39205235c2a158e6a95685cacd9237c6555ce22a5caa9c5b6 46 0.02/1.00 vMB 121
194,313 194,313 00000000000001999c6052dcd6ae94599b2699b782809a6fda1dbf8eda097001 113 0.05/1.00 vMB 37
194,312 194,312 0000000000000526aa0a6aa58590f515abe90520f3fb30df088a0dc9d46dd379 656 0.25/1.00 vMB 1,757
194,311 194,311 000000000000076103e6533cedcb4b9d1a915d4ad1936b2e6c0b899ee0e0f216 150 0.07/1.00 vMB 91
194,310 194,310 000000000000053d10394586e5344206008156077f863e04e0689ef8c575ac3b 417 0.16/1.00 vMB 167
194,309 194,309 0000000000000543bcecd5ea0a3d307e8db252f3b1055aee23eb6719ded5a466 34 0.02/1.00 vMB 85
194,308 194,308 00000000000002d35ff54e0fc050a3673d43b2d8346e30c0f9a1172ec7f4b0ff 146 0.05/1.00 vMB 3
194,307 194,307 00000000000004b084d1da6cd12d73443722fbe168b3f8ccab93e3265aa59c84 226 0.11/1.00 vMB 107
194,306 194,306 00000000000005398e2fc8b3d25b081cffb0d2afacfa952f1fdd065101cc3a76 298 0.14/1.00 vMB 118
Previous 10 blocks ↓
Total Size: 782.55 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: 669.80 GB
    • Received: 15.76 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.