Loading Tool

Explorer IconExplorer

Memory Pool

55,692 transactions
31.75 vMB
0.19822366 BTC
Random Selection Loading Transactions
Max Size: 171.07/200 MB

Candidate Block

Mining Attempt 2585442dd701b443ccfb141f10fba59a60012720f037f2f48308647a76bd25d8
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 0d60853423a9d5b94205d9f1c7faf3701c08b35d098bf18b0ab7d8876abf40e8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,404
Size: 1.00 vMB
Total Fees: 0.09048005 BTC
Feerates: 502.67 > 9.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (685,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
229,372 229,372 0000000000000073c722f9ca2717d797c48fa20c577a98710b9fd6353e11bc6c 111 0.05/1.00 vMB 98
229,371 229,371 0000000000000170326dc09ff7b5bbca8c2855ca9ffd9612d1950adcd5c6e22f 353 0.25/1.00 vMB 121
229,370 229,370 000000000000025309773ed25b0bed26cccc1a6e5d5b5a1b6270d13879f5ee2b 630 0.25/1.00 vMB 172
229,369 229,369 000000000000007421413b8e781bc59b042aa70077371ff32e836277b760a4bd 503 0.25/1.00 vMB 99
229,368 229,368 00000000000000e5bdced6dedd1dc70a36e85884449123daab60aaed8292589c 442 0.22/1.00 vMB 162
229,367 229,367 0000000000000085fc9aab75c5a416ac55ba89f44f9e405beb2fb0abd8d9ff6e 687 0.36/1.00 vMB 129
229,366 229,366 000000000000014b30a94dd0d3d1093bcff92359670c947aaaa8f7631dddd4dc 498 0.25/1.00 vMB 570
229,365 229,365 000000000000022fdd072b2561481a55de28a82d45aa3cec1fe93a0f5f9de71c 531 0.25/1.00 vMB 120
229,364 229,364 00000000000000f6a9b1829b8019491c70b972be60dbaf05b31c8465614d30d9 583 0.27/1.00 vMB 177
229,363 229,363 00000000000000e39a1e9e75459ca8ac1afb262ee708c6db9c88dd3fc943c4a6 566 0.26/1.00 vMB 146
229,362 229,362 0000000000000124c80a3649a3168b86ee6dbd7930efbcef6eba97d12868e2c1 209 0.20/1.00 vMB 71
229,361 229,361 000000000000009befe4cc655682e5cd109f239c0b6509ea91f9a86e0abddf59 690 0.25/1.00 vMB 221
229,360 229,360 0000000000000026aa6060322eb896a49bcd67d8154808ada225a22881a84671 330 0.25/1.00 vMB 125
229,359 229,359 0000000000000159f764b9bec0fbcfb67f50fc5658c736f051505399bfbb271e 751 0.25/1.00 vMB 233
229,358 229,358 00000000000001814545c0f2f3d3d44442911d90e2f6e836b812cfda6548d75f 256 0.08/1.00 vMB 234
229,357 229,357 00000000000000b60ee33589fa7f496d77eba7118a4bc0bd6a879cdc38d14c85 599 0.41/1.00 vMB 146
229,356 229,356 000000000000004d3d8ec52253254fad287391f642824161e83cf8abfa456ea5 256 0.10/1.00 vMB 190
229,355 229,355 00000000000000cd0c9b15b959f4e6ebd8f2eb2c4fcc6039178a4543f76ebe14 380 0.19/1.00 vMB 165
229,354 229,354 000000000000005206c2fe7ddc2052229acf8d9657e7bdca9798fc3caaf8aa39 121 0.06/1.00 vMB 90
229,353 229,353 00000000000001d1a71646d7705e36b577b3d0a637f4b31b838afc6112a47de8 693 0.32/1.00 vMB 516
229,352 229,352 0000000000000155df35dff209dd7c2a8405861cb9cf05eaa9f26b44bef1a91e 311 0.21/1.00 vMB 123
Previous 10 blocks ↓
Total Size: 782.06 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: 651.13 GB
    • Received: 13.42 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.