Loading Tool

Explorer IconExplorer

Memory Pool

13,324 transactions
16.36 vMB
0.04375778 BTC
Random Selection Loading Transactions
Max Size: 79.60/200 MB

Candidate Block

Mining Attempt eec1a40a58c400e3d5a468d766b44496657d2960cb01f48f6ebfbbd57334aaca
Version 20000000
Previous Block 00000000000000000001af337c5df307113291ea2f3e747f652924f4c994c8df
Merkle Root d04a9204576b3ffc003388533f32eda6a9e73c02e9c0677d65d2377271790194
Time (UTC) ( ago)
Target 00000000000000000001ddb40000000000000000000000000000000000000000
Nonce 0
Transactions: 3,882
Size: 1.00 vMB
Total Fees: 0.01955356 BTC
Feerates: 96.15 > 1.96 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 918,659 (785,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
133,061 133,061 000000000000049e59290fa30a047e0c69b34ad4e7b57a705f24d9ca6c087d46 90 0.02/1.00 vMB 175
133,060 133,060 000000000000097969ff12a2dc469780f3060b6113ae96511334d6f3db7412b7 62 0.03/1.00 vMB 857
133,059 133,059 00000000000007d7fa8479eaa483009131cbd0de04a7bfcd88b28fc945c64873 89 0.03/1.00 vMB 762
133,058 133,058 0000000000000b1d60d41b12f0b727df076d86be1c977d0f6cb6be916affdfe5 16 0.00/1.00 vMB 1,884
133,057 133,057 000000000000008d9dd70dad81afd09a7e94647d0e517ac080b73e36831f3dbf 41 0.01/1.00 vMB 925
133,056 133,056 000000000000047846f0776c901542540d555b9861cee16e9788611a3aef333a 95 0.04/1.00 vMB 421
133,055 133,055 000000000000000a2153574b2523a6d1844c3cb82d085e2575846dd8c5d4ebb4 11 0.00/1.00 vMB 396
133,054 133,054 0000000000000c26e24722d39d92641ffda32e521f9d73e4b3a82afe5b3030f5 45 0.04/1.00 vMB 8
133,053 133,053 0000000000000bf2292393bbdf85c96874d7a5c198dcbd892b849700facb34cb 15 0.01/1.00 vMB 1,129
133,052 133,052 0000000000000c44102752a1b10c92cf6253e207e93956fc406c8fc9b9a3b3ce 33 0.01/1.00 vMB 687
133,051 133,051 0000000000000c0f44e9b22d0fdff8f02d211d1e155a7d8f8e106fe7ca124c83 21 0.01/1.00 vMB 213
133,050 133,050 000000000000110c67a2935aff014ed2094062d2595b70d5c9cdf0d127f8c48d 1 0.00/1.00 vMB 0
133,049 133,049 00000000000005037104541a19a3b54f7049abe44c89fcda75d79532d3509381 80 0.03/1.00 vMB 225
133,048 133,048 000000000000126ea3bc4b8533cfebed114c422ef1535dd7f2fbce17de85adb4 21 0.01/1.00 vMB 692
133,047 133,047 0000000000000001e4646f3b4841707b62ecf7412ebc0bdbd2538e745d474a79 30 0.01/1.00 vMB 643
133,046 133,046 0000000000000eba79ce8b5666a2541b5d9acc5806960b37741690d6b8cb6bcb 11 0.00/1.00 vMB 583
133,045 133,045 00000000000004cb300dbf1dd17046d326a4b8742f0965fef764605687302908 5 0.00/1.00 vMB 0
133,044 133,044 0000000000000c9c9a7f1a190266d7d191a8c5670526aad9b23faf58a3826ed2 12 0.00/1.00 vMB 78
133,043 133,043 0000000000000cf1b2055e0cedfe8463d637e91ae2fbafead3b2ee39c3fc48fe 8 0.00/1.00 vMB 736
133,042 133,042 000000000000050e03851523820b3386e31495a724a7d678a2413b41d26982f6 13 0.00/1.00 vMB 1,183
133,041 133,041 0000000000000d863a6e2e33d1df27a25fc967402fb073d1ae3483dcfd89b8c3 111 0.03/1.00 vMB 357
Previous 10 blocks ↓
Total Size: 788.71 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: 1,251.45 GB
    • Received: 43.86 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.