Loading Tool

Explorer IconExplorer

Memory Pool

38,166 transactions
26.80 vMB
0.08417651 BTC
Random Selection Loading Transactions
Max Size: 137.04/200 MB

Candidate Block

Mining Attempt 1e3432a9d4b7e72a97528baaa115f4d6342eccf4d0ad55c1fe5abdaa3c8217a9
Version 20000000
Previous Block 000000000000000000000fe35af4d037ca03b402462f88c6c27529d0780dc853
Merkle Root 67eb559f81e28f2199731e5a3c963be0987ca77f65da215055500c27094acd30
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,030
Size: 1.00 vMB
Total Fees: 0.03022380 BTC
Feerates: 200.71 > 3.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,693 (72,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
841,998 841,998 000000000000000000019d7846aa3c78c7cdb9e46f3efc0ee0eaf660da0de09e 6,491 1.00/1.00 vMB 16
841,997 841,997 000000000000000000001c2392622de92cf243f0ad742f7c2b8a43e0aafc2d8b 2,747 1.00/1.00 vMB 20
841,996 841,996 00000000000000000000a87e47064160ccab78f47b7eabd7dbd1842e38790518 5,790 1.00/1.00 vMB 16
841,995 841,995 00000000000000000002f5df4976f2259c6e203b860eb222335f9aebf4ee581d 6,572 1.00/1.00 vMB 15
841,994 841,994 00000000000000000002a05e4682a795f71e82e9265335a74adbe01541f7fded 4,575 1.00/1.00 vMB 18
841,993 841,993 00000000000000000002b8756b5f549381d73141966fcb6beb23218a516a06a0 4,029 1.00/1.00 vMB 26
841,992 841,992 00000000000000000000c6ce41ac84e2df0733e0efc9b717cd786c50bfe0b44b 3,095 1.00/1.00 vMB 27
841,991 841,991 00000000000000000002f1d8ed5eb20c8bf63cf0d549b6aa5e49213f492f5d1e 3,520 1.00/1.00 vMB 22
841,990 841,990 0000000000000000000157986ddb6e35d1a12c78cc9ed7f69080d7bd0fa05095 1,611 1.00/1.00 vMB 17
841,989 841,989 00000000000000000000cf9a76e96fd44ce946d3b3186a59c946423b6e33752d 561 1.00/1.00 vMB 16
841,988 841,988 0000000000000000000184cb7fc1de8854e8860572f94461553b7933a8bef885 2,163 1.00/1.00 vMB 17
841,987 841,987 0000000000000000000045ee42c359c269d18bbef2c79633d3d9f345a07dd7f5 1,588 1.00/1.00 vMB 17
841,986 841,986 0000000000000000000033883710a6e9f579dbf16e7ba3776420ba68e9e946f5 3,897 1.00/1.00 vMB 25
841,985 841,985 0000000000000000000109d127d9ba3c4ecfc4026182d439bd6e29123f4e2511 4,402 1.00/1.00 vMB 38
841,984 841,984 000000000000000000006245cca4454b9c66323fc771308d3b51133ee4fe9eaf 1,773 1.00/1.00 vMB 17
841,983 841,983 00000000000000000001129faac43e6b9038f4741ff18f059489416ff2ac490d 3,883 1.00/1.00 vMB 21
841,982 841,982 000000000000000000032e5e29e34f655a50f1e18c587c533d37a3f45cba9ed6 3,196 1.00/1.00 vMB 26
841,981 841,981 00000000000000000000e958c47b0aba2a82f55f7812ec32386ad679e21604b8 2,079 1.00/1.00 vMB 20
841,980 841,980 000000000000000000007717fda53fe0fe149e1b30a6da9d26f04ada0a38d067 3,377 1.00/1.00 vMB 26
841,979 841,979 000000000000000000029bd4a6dba22739dd1a09c95e7166ab80a1f31b078357 2,943 1.00/1.00 vMB 32
841,978 841,978 00000000000000000001032feafd42343bc1e2558667f0258dea71b12a696be5 3,097 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 781.85 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: 638.39 GB
    • Received: 12.48 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.