Loading Tool

Explorer IconExplorer

Memory Pool

78,737 transactions
30.03 vMB
0.08988378 BTC
Random Selection Loading Transactions
Max Size: 179.42/200 MB

Candidate Block

Mining Attempt 6bf95a04f311cabff92090846b02e3ed2afef3d5d3a17880b6f05e6cec62d3bc
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root b2b7b94e724b8250f783d26ca569967f9049f9340efd5f477ec39b0e27585007
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,952
Size: 1.00 vMB
Total Fees: 0.02046190 BTC
Feerates: 150.61 > 2.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (450,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,836 464,836 000000000000000000c98df9e5b74ef36a49da6fef4f0c0e0c83c6139b30a89b 1,829 1.00/1.00 vMB 226
464,835 464,835 0000000000000000001704ede2fb1f1e6d09e377d50f2290764a4dfd23c9844e 2,056 1.00/1.00 vMB 199
464,834 464,834 000000000000000000c87166035b1c994a9fe8e7120bf1d377003fde2aa1627b 2,395 1.00/1.00 vMB 196
464,833 464,833 00000000000000000145f079b4aef0f1e6216cbb76793025d3203c30230c19d5 2,454 1.00/1.00 vMB 207
464,832 464,832 00000000000000000092c6f791fa62945ce95cc6e5b12426789b52c12b3ca1cd 1,621 0.53/1.00 vMB 355
464,831 464,831 000000000000000000b048876946df171315eed188bca3060509a8c7a87c386c 1,636 0.99/1.00 vMB 140
464,830 464,830 000000000000000000cb77f0192015165649a63b61530f95d89b78f7a250ee1b 2,356 1.00/1.00 vMB 236
464,829 464,829 00000000000000000145b9e3a517f316df3a270ecb21dc88278d522e4cdf55c3 2,297 1.00/1.00 vMB 208
464,828 464,828 0000000000000000003267a34d99f3707e39dc85e8c5a4e590776bc1a2566118 1,874 1.00/1.00 vMB 173
464,827 464,827 000000000000000000a19e939ccf38a5aeea15e6b214b45cbeb6328d9b3ce9c3 1,484 1.00/1.00 vMB 122
464,826 464,826 000000000000000000009ffda915616f99b708fd88c8c07079dca07d900b7d61 2,286 1.00/1.00 vMB 215
464,825 464,825 0000000000000000010f5cefab91c31ec39bd4d517108653edba004c5998c9cd 2,300 1.00/1.00 vMB 178
464,824 464,824 0000000000000000011082a7cb733f544b21b7bbb74ac5d1956b55d08bbbe210 202 0.10/1.00 vMB 184
464,823 464,823 00000000000000000117634579c56cfc41217d96784687533ca9a01421cb1130 3,151 1.00/1.00 vMB 249
464,822 464,822 0000000000000000006cdaa0bf9185527d9a8aea9c3fa92e6029ec5677243a1c 2,849 1.00/1.00 vMB 238
464,821 464,821 0000000000000000010ed910d8ab64f78aab7eef0315e4b41666c87e0da4ce45 1,727 1.00/1.00 vMB 161
464,820 464,820 000000000000000000c30631e9d673217dfb584f768de2897f67c47e609cba1f 1,583 0.75/1.00 vMB 161
464,819 464,819 00000000000000000055b1d74fe99d432509802914898587d2c116b95a8b4328 2,634 1.00/1.00 vMB 230
464,818 464,818 000000000000000000eaec1df377055403661784de5186deddaf21418dc21250 2,911 1.00/1.00 vMB 243
464,817 464,817 000000000000000002196c0c800c17d4ee9339d36946991a408ba13e6761f925 1,587 1.00/1.00 vMB 156
464,816 464,816 000000000000000000938750e23a145e10472e4c6df607a30845fe89f3e84335 640 1.00/1.00 vMB 137
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.34 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.