Loading Tool

Explorer IconExplorer

Memory Pool

81,479 transactions
30.88 vMB
0.07152039 BTC
Random Selection Loading Transactions
Max Size: 188.12/200 MB

Candidate Block

Mining Attempt 35c710aaf1d2554c5a107da70bed975b3507c7be880e3b27f1f32ca6d29aa76c
Version 20000000
Previous Block 00000000000000000000f9ed58f50ea3395fea3cc5910c6adbea9d34000d3f9f
Merkle Root e33aa14a550b8d9d048d2dfdf7b3298b7428bb57c342f71ae7775ed72091cfb0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,377
Size: 1.00 vMB
Total Fees: 0.00507313 BTC
Feerates: 40.21 > 0.51 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,186 (464,061 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,125 451,125 000000000000000001d453811096492c4d438db9d844605566be36e9a833f777 2,377 1.00/1.00 vMB 106
451,124 451,124 00000000000000000065449f44d1c56af6b215d4a691b9924ce7635b5c97758d 1,875 1.00/1.00 vMB 66
451,123 451,123 0000000000000000029d103b2cb2caa233cd763850922ff51eb5f059261dc4a1 2,270 1.00/1.00 vMB 75
451,122 451,122 0000000000000000010fd55de3271b3080e9f090421b867ea3095e6daa21444a 1,937 1.00/1.00 vMB 67
451,121 451,121 000000000000000001a8e12b644f868305cb1f48bb8a3cfa8acb20da713abee7 351 0.27/1.00 vMB 107
451,120 451,120 00000000000000000084dd67f2eaf90b54ad5cca517c22b3c47de74e433c2b56 2,082 1.00/1.00 vMB 125
451,119 451,119 000000000000000002695dc066c424f4d7362b8cce35e2b4b6411d9ccf85ad69 1,514 1.00/1.00 vMB 65
451,118 451,118 00000000000000000054a3e709767e554006523ce46713ea95c0521a22e740b3 2,292 1.00/1.00 vMB 82
451,117 451,117 00000000000000000060fe9b0feae341a98f8a70f016c5489eb43e9f1780646d 2,177 1.00/1.00 vMB 100
451,116 451,116 0000000000000000027f4c4c5ebbb12c0bc66f008084aa94fb3e9bc4d706a4f1 3,077 1.00/1.00 vMB 68
451,115 451,115 000000000000000000a0fdbd711887a1ff94284c282fcd601d3f9db8edbe20f7 3,177 1.00/1.00 vMB 67
451,114 451,114 00000000000000000113ebf1795421378b7ec62911f8ff654b0639a19a006d61 2,084 1.00/1.00 vMB 107
451,113 451,113 0000000000000000005e4afbc8924985520a32463a173217c777d9dfb51e4244 2,059 1.00/1.00 vMB 90
451,112 451,112 000000000000000000c2fcbf32df37b3f4fba42d6aceb55a47edcc96c49404cc 1,511 1.00/1.00 vMB 101
451,111 451,111 0000000000000000008ba75707ea072e32a2aee42d8c3aec57e54a9323824de3 2,482 1.00/1.00 vMB 128
451,110 451,110 00000000000000000172d5776d890e2ec352dbc9a322baa4d1a49580c6363247 2,776 1.00/1.00 vMB 77
451,109 451,109 0000000000000000025047c7be732ac9b28859def7b50bb1588b5ec9763efb4d 2,829 1.00/1.00 vMB 89
451,108 451,108 000000000000000001b68660dc8847dffa298795a41127c9c43843f982ef9b95 2,250 1.00/1.00 vMB 95
451,107 451,107 000000000000000000ebf376350231a6b89a5fe7a67715833e04507b524359f2 2,287 1.00/1.00 vMB 104
451,106 451,106 0000000000000000021380b1755889164ee13138dd81191f63648fc0b61a70ad 1,968 1.00/1.00 vMB 77
451,105 451,105 0000000000000000029c7e3b9617b876989679f9b41245ce7284df1fafd0da00 1,923 1.00/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 782.72 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: 705.02 GB
    • Received: 16.65 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.