Loading Tool

Explorer IconExplorer

Memory Pool

78,532 transactions
30.12 vMB
0.08518529 BTC
Random Selection Loading Transactions
Max Size: 181.04/200 MB

Candidate Block

Mining Attempt 8439367b4c54e3588051b93b5f5c0b2ab53fb7bda8ff19a794bc6467def531c1
Version 20000000
Previous Block 000000000000000000007310ba97b3e18a431a103e45a21a459f6c2e0788936c
Merkle Root 081b352ecae5ef0efbb81aa6a5be89988dd2e728dcf97c1ee727a3682eeffd8d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,743
Size: 1.00 vMB
Total Fees: 0.01479351 BTC
Feerates: 101.00 > 1.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,144 (443,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,481 471,481 0000000000000000016d5d433bbfede81328a357c8af0d92fc04506eeb5af75f 2,156 1.00/1.00 vMB 415
471,480 471,480 000000000000000000cc11d40743d9addb6badb20ca33cbd3ab910dbb80461f5 2,211 1.00/1.00 vMB 332
471,479 471,479 000000000000000000d52d57b4d640a2d13e1b45332e6b9ca09de4a1927768bc 2,314 1.00/1.00 vMB 334
471,478 471,478 0000000000000000015265fed90d6900d308a4dab40ed9bb5672435d2ce9e986 215 1.00/1.00 vMB 317
471,477 471,477 000000000000000000e25a200971fab70de0476f86f1eb8ad1bbf5a0f820f8cf 625 0.99/1.00 vMB 369
471,476 471,476 0000000000000000006bf2c7b39e965cd27d04e871d973d35d32121e05aa29ff 769 0.99/1.00 vMB 369
471,475 471,475 00000000000000000166529dd11b056452beb3fd3719cb35eac2e6b10a9f6c2d 1,870 1.00/1.00 vMB 440
471,474 471,474 000000000000000000bbd2478a3e9abcbebc007bf6c2532d58544884cc2e070f 982 1.00/1.00 vMB 332
471,473 471,473 000000000000000000ea1c275916c4e5080a26894bc31f6b322c0427734d2922 878 1.00/1.00 vMB 368
471,472 471,472 000000000000000000bef8d8d5448bd4b8399509b03c0512e0a0a00e13c18c0e 2,623 1.00/1.00 vMB 301
471,471 471,471 0000000000000000010b9d3731d64c1b11bd637e691a1d14f97a58f84fe053d5 2,580 0.99/1.00 vMB 380
471,470 471,470 0000000000000000000bc0d1dd3af4c5cf68b5d4cbfd6379ab5a67addb70631c 2,529 0.99/1.00 vMB 330
471,469 471,469 0000000000000000005c8a2b862cfee5f24b07205039c2afdd6fbef4c1fd419b 1,720 1.00/1.00 vMB 220
471,468 471,468 0000000000000000010992abfc13f505da44f7ae43b9d7ce1c1419d5f115af94 2,392 1.00/1.00 vMB 405
471,467 471,467 0000000000000000015f0beacf9b8f41c6698b677f745c6c0a57acb9a2349011 2,318 0.99/1.00 vMB 157
471,466 471,466 00000000000000000035a544b54caa9761cedde1698768e6a536804eda744fe1 1,963 1.00/1.00 vMB 271
471,465 471,465 0000000000000000015ec31f3f835bd56d2b3554fd766259960a8d3992eb5354 1,880 1.00/1.00 vMB 354
471,464 471,464 000000000000000000a682e35d7789d9c993118e36a1460cfdf447e30d6b772f 1,976 0.99/1.00 vMB 443
471,463 471,463 000000000000000001558fe0bc74832526e1040352aef7b5c3155839b4af2472 1,849 1.00/1.00 vMB 70
471,462 471,462 0000000000000000003867a40d76d3f612eab23320e4ea4ae5906e32b7e32b53 1,941 1.00/1.00 vMB 158
471,461 471,461 00000000000000000023ed72606eb1f43e335a95affd251531b8a4c00905f6fe 2,145 1.00/1.00 vMB 246
Previous 10 blocks ↓
Total Size: 782.64 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.45 GB
    • Received: 16.25 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.