Loading Tool

Explorer IconExplorer

Memory Pool

80,576 transactions
29.94 vMB
0.09172880 BTC
Random Selection Loading Transactions
Max Size: 182.78/200 MB

Candidate Block

Mining Attempt f0bfe4913f3dae955b8da27ad4dd9a853cdedb1b9ef89bc05f9a7794d1a9410a
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root ef82b12f8f4d781d6b6697ea6d3955f294d33bcb4a4927bc86dc5edd131e95ef
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,404
Size: 1.00 vMB
Total Fees: 0.02498744 BTC
Feerates: 402.60 > 2.50 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (467,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
448,195 448,195 00000000000000000252895706f4951c5947ce8cc657998dc950447fae8c59f4 2,412 1.00/1.00 vMB 68
448,194 448,194 0000000000000000011745ec7720efa3748123a05d7624b6997fa5056f27f575 2,960 1.00/1.00 vMB 76
448,193 448,193 000000000000000002dab33fb6f07f14515e6465aa1ee4222d3240010f1ebd88 2,618 1.00/1.00 vMB 74
448,192 448,192 000000000000000002e901d8303d43e8bbd4d8f76a66cf2f2da064e8fbb31dbe 1,523 1.00/1.00 vMB 93
448,191 448,191 00000000000000000175c4b220119f5e0459808b5440369765b0e6f6f29cf8ab 2,287 1.00/1.00 vMB 82
448,190 448,190 000000000000000001ee4141af8b1c4b2890027c055d2e4ca09e3bf4970a7a22 2,208 1.00/1.00 vMB 86
448,189 448,189 000000000000000001930177fd6c52aece52215f5d319dbd96973e262fca7998 1,360 1.00/1.00 vMB 101
448,188 448,188 000000000000000000b77d7177cdfdbdbf336cb1d4adf1bdd60f35e88216ab7f 1,357 1.00/1.00 vMB 109
448,187 448,187 0000000000000000021eefef58552d50c1a19bfa3c13e5433e2177cb28ed63c0 1,941 1.00/1.00 vMB 126
448,186 448,186 000000000000000003054712a466a2f58a85c006a77af8bc224722498957afa5 1,687 0.65/1.00 vMB 82
448,185 448,185 000000000000000002c742bdeaf41e2c8c3c8c1a313292779c0534f71ba6f440 1,352 0.73/1.00 vMB 59
448,184 448,184 000000000000000002130c71d9a1077e7ef437ec339aae06774d9a3dccbd96c7 1,016 0.52/1.00 vMB 57
448,183 448,183 0000000000000000013937105a39a3c50e71baf8d6c82fab3c4744b1cffd7ef2 2,528 1.00/1.00 vMB 61
448,182 448,182 0000000000000000007f7807579c3e5e44ddece6e0c1f852b0e304e73b47864a 2,159 1.00/1.00 vMB 80
448,181 448,181 00000000000000000017fa4b8add3eab6bb06142650c328bb05d09d25bd7fa21 2,222 1.00/1.00 vMB 84
448,180 448,180 000000000000000000c86afb619b54015fd8297b2219390c686cdd5336448778 3,191 1.00/1.00 vMB 121
448,179 448,179 000000000000000001d0601b0cf13f7f0981cf3d7462f41c0e277f66a817d186 1,775 0.86/1.00 vMB 54
448,178 448,178 0000000000000000016f3ccd1ad7de5eb8707e2594163270e0d0d713bf631faf 2,684 1.00/1.00 vMB 103
448,177 448,177 00000000000000000190cd3a69dc463c7980ced9a268de87031103cfe96e6527 240 0.21/1.00 vMB 53
448,176 448,176 0000000000000000010d5852cbd813263bb53ddf622ce1091b66ac0379ed67d5 2,135 1.00/1.00 vMB 74
448,175 448,175 000000000000000001d7401d84deb2cd0f7ee901f23c290bc10dc6288a32963e 759 0.38/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.95 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: 715.20 GB
    • Received: 17.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.