Loading Tool

Explorer IconExplorer

Memory Pool

82,553 transactions
34.53 vMB
0.15498736 BTC
Random Selection Loading Transactions
Max Size: 196.87/200 MB

Candidate Block

Mining Attempt 965d9651129152de77930148ee8917b42b90fc5fd2e5e1effa475d424e28cbd5
Version 20000000
Previous Block 00000000000000000001ecd196519e0756837ef0e5c6c2c68b968100617d4f76
Merkle Root 0878d92a75f37a1db9aa8f34d29f0dc3e99c61cbdf78ceca019b9b4252dd6b81
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,268
Size: 1.00 vMB
Total Fees: 0.03844873 BTC
Feerates: 150.78 > 3.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,409 (86,007 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
829,402 829,402 00000000000000000001b9cae92ca00d553ec8241e1934223311a809fa677c55 4,077 1.00/1.00 vMB 44
829,401 829,401 00000000000000000002f1600cf67e59cdb088f38fea2cead45a5baf5e404062 3,003 1.00/1.00 vMB 64
829,400 829,400 000000000000000000036a18b75fdf7a6bb3aaac9e07cbb26d7bdaa987016e20 3,262 1.00/1.00 vMB 89
829,399 829,399 0000000000000000000251c1036fc7543a9cb2ef001bcdcf21445aa73db7ef1d 3,218 1.00/1.00 vMB 108
829,398 829,398 00000000000000000001a1f4f4afb7f1cdf135e893c7fe5376c8d2e5c0eadaf6 4,484 1.00/1.00 vMB 48
829,397 829,397 00000000000000000002fc084759bdc6375f87bcce187643327c3f49317c2520 4,301 1.00/1.00 vMB 42
829,396 829,396 00000000000000000000fdaf298c1f91b7ea152baf05538ed2929eb8265048b9 4,375 1.00/1.00 vMB 47
829,395 829,395 0000000000000000000207af0ec17e100cca328f6911e5d288ba7a98bfeaa42e 4,345 1.00/1.00 vMB 78
829,394 829,394 00000000000000000000bc3c69b085ffdb69e52154048fa499c5034c3d8b13ae 4,393 1.00/1.00 vMB 58
829,393 829,393 00000000000000000002d04c65609f20965582a1d856864af1a0bf57cfb14a26 3,883 1.00/1.00 vMB 95
829,392 829,392 0000000000000000000282bb9dc8ddb9c094a2c7cf3d4e5f49ad1a70419d910f 4,201 1.00/1.00 vMB 46
829,391 829,391 0000000000000000000122556793bb3672d704571281d0e01fa7df6d81817d73 4,728 1.00/1.00 vMB 61
829,390 829,390 00000000000000000002633f1aef305ac9f22394420eab9edb1ca454705c37bf 3,946 1.00/1.00 vMB 66
829,389 829,389 00000000000000000001c773b2c22654dbe052af449679c5a2830acfe9a921a7 3,425 1.00/1.00 vMB 82
829,388 829,388 000000000000000000033370791887501a74403807137e472d144ec574ce053f 3,767 1.00/1.00 vMB 98
829,387 829,387 0000000000000000000264a113b2a81c4da0d038dcaf98d9d7b2b27d0658955b 3,908 1.00/1.00 vMB 104
829,386 829,386 00000000000000000001d1ddfbf5ab3e285ef3c5905e31527abb57cf8e16b611 3,884 1.00/1.00 vMB 99
829,385 829,385 0000000000000000000263bf7d0bd5dcfa0e07fafb3f466f5193f1e341b4f9fc 4,425 1.00/1.00 vMB 111
829,384 829,384 000000000000000000034b32ad724136407b7b7058cbaaa3beb55095c2aae5b9 2,563 1.00/1.00 vMB 127
829,383 829,383 000000000000000000016531652fe430b01d837027b4d356edd9e19b04fe8dd6 4,831 1.00/1.00 vMB 77
829,382 829,382 00000000000000000001bb948fb63feb4f563f924c6b520bfd46970cc4d30ca1 3,451 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 783.10 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: 728.27 GB
    • Received: 18.47 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.