Loading Tool

Explorer IconExplorer

Memory Pool

51,444 transactions
29.33 vMB
0.10661956 BTC
Random Selection Loading Transactions
Max Size: 156.44/200 MB

Candidate Block

Mining Attempt 318098fc3f2806e187e36ea7b9332e9726a665f2bf0c1473f725cf17829a74ac
Version 20000000
Previous Block 00000000000000000000d375a3af0e2e764f1452aa44a1610bb3f0f4ff2602e2
Merkle Root 42d264503b5a2ecc6475ea213b5ccdf701643a644172ff12c8bceae017302802
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,999
Size: 1.00 vMB
Total Fees: 0.02807698 BTC
Feerates: 79.63 > 2.81 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,712 (416,323 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
498,389 498,389 0000000000000000004245703ef1e6a772d1789b19bba328dcb6832b51d3e301 1,702 1.00/1.00 vMB 166
498,388 498,388 0000000000000000009e211109ac49fe323c2b5d6a47ebc52a43f938b9707d0e 2,332 1.00/1.00 vMB 302
498,387 498,387 000000000000000000447b7a53cffaf0ce3532eb210d7aacecfff734e44fefae 2,495 1.00/1.00 vMB 240
498,386 498,386 000000000000000000b0ea43b78c86d8a59649e7556575915cc497358cd354e5 2,907 1.00/1.00 vMB 235
498,385 498,385 0000000000000000008c57addb1a3e3c961826b529cf6c85953bd1890701a087 2,669 1.00/1.00 vMB 375
498,384 498,384 0000000000000000005f04f3e349fb396f9a24da1bb8f089e717d984a4cbeb97 2,737 1.00/1.00 vMB 415
498,383 498,383 0000000000000000008c247191e5180d17c7e99eaba222144d2a76e6ecfb1b44 2,740 1.00/1.00 vMB 462
498,382 498,382 00000000000000000091c5e238b1f69105de6159d995c33b7dd04ecb23575a23 2,159 1.00/1.00 vMB 496
498,381 498,381 000000000000000000817e4d2cfb478f73e3cba4f697f086032c682731d574da 2,609 1.00/1.00 vMB 389
498,380 498,380 000000000000000000642b76d613c81e3e058ca8e4b99907cfde963cd1562e3a 2,084 1.00/1.00 vMB 203
498,379 498,379 0000000000000000000b263adafb05af6c9039c273799e53c120721e179b3311 2,668 1.00/1.00 vMB 298
498,378 498,378 000000000000000000a12df24fd81c4a109c5f2b5929ca6e3666d04fa273d8f4 2,632 1.00/1.00 vMB 283
498,377 498,377 0000000000000000008ab279a427d6b9bf5b6e1cb11f7dcf70c34971556b22f9 2,500 1.00/1.00 vMB 460
498,376 498,376 000000000000000000825ca9c2673d80033b33a1e7d11e4ca8531827036e0a17 2,689 1.00/1.00 vMB 464
498,375 498,375 0000000000000000006863d4a5d02bf48ffbbfb0784e9e1dc6916830a9b0a236 2,150 1.00/1.00 vMB 323
498,374 498,374 000000000000000000086db73ec29f93dc8121bd18ae1f7c9e7baaa6bbbc8dd3 2,259 1.00/1.00 vMB 267
498,373 498,373 00000000000000000053cbcc56e475d1b168ef6f73fa94a909b167fb223df19a 1 0.00/1.00 vMB 0
498,372 498,372 0000000000000000009001c6368dfff245512eacd6bba6e1511a13fc83c0254a 1,862 1.00/1.00 vMB 162
498,371 498,371 00000000000000000040964ec20181cf1ef2a6b62c4b71045629647471a631d4 2,585 1.00/1.00 vMB 206
498,370 498,370 0000000000000000009b177ffa91a5adee4318320adfc0017fdc0bd03cd4548e 2,302 1.00/1.00 vMB 442
498,369 498,369 00000000000000000084ae73608726af7c8f98eb5f02c3cc09a1227cef273c05 1,952 1.00/1.00 vMB 269
Previous 10 blocks ↓
Total Size: 781.88 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: 645.07 GB
    • Received: 12.67 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.