Loading Tool

Explorer IconExplorer

Memory Pool

42,209 transactions
18.45 vMB
0.18890223 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 101.70/200 MB

Candidate Block

Mining Attempt 333570b2d59943d64ee1fe8a752deabdb42476927b5c0402f7a1c1f69677ce9e
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root c8abe19512071671c3fa557b7a58942d3756de469e498252d3513ee931d89a9e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,645
Size: 1.00 vMB
Total Fees: 0.06200020 BTC
Median Feerate: 5.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (649,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
264,285 264,285 000000000000000e7fbc2bbe3e72a882b12ad234c598de2bfbed64bcc02f1e12 36 0.02 vMB 85
264,284 264,284 0000000000000001c658747309b8a1cf7ce17e25a0078185101969f46ba159ee 141 0.07 vMB 101
264,283 264,283 0000000000000003fe3447aec876b86068c620d1101a2d292185eff8f1c6eb93 51 0.02 vMB 136
264,282 264,282 000000000000000566fcb8cf672f7cac0f057b3fed514e5390b27e54265258c1 255 0.09 vMB 103
264,281 264,281 0000000000000009b6bd6bd48670aad79839df2ca5cf0cd503fe5bc17e839b07 144 0.15 vMB 49
264,280 264,280 00000000000000086fea1f20e4a1950e3fd7a2b7a2fd6afbacbbea37e7798d30 65 0.09 vMB 74
264,279 264,279 0000000000000003b5765e6cc0f5c70bacce2a17c60f6d185db78df015b3b230 146 0.05 vMB 151
264,278 264,278 000000000000000b99d545863185943a2a1c0c471c23dff501eb4eec971afe21 175 0.15 vMB 29
264,277 264,277 000000000000000648d9593c5fc799e015982f5584252da90618fdd23f438ba9 415 0.15 vMB 138
264,276 264,276 000000000000000cc9468c2444dfdcf01e4a24a54b4c433b591d09c2534e2dd4 224 0.08 vMB 101
264,275 264,275 0000000000000001115b46572a1fe44a22d6941065d8214ee0b608e3aebfd1e8 1,087 0.49 vMB 109
264,274 264,274 000000000000000719e06fb383a1cc1f29299fecedd222e3b12568fa5cee5417 638 0.25 vMB 171
264,273 264,273 000000000000000d3e98e93ea829dc39eab09ca486508758b37fe1d4baf7b784 355 0.17 vMB 125
264,272 264,272 000000000000000ca8d7e5e288392f34ab59831f2a619f2f600e90dfc8979752 137 0.14 vMB 36
264,271 264,271 000000000000000056b0829a8efe58a9ee3b2941b9bc2e12fb2dd1195f163575 471 0.22 vMB 90
264,270 264,270 0000000000000007dd2310bba4a115aa68367274122794f06620cf8a0b125734 588 0.25 vMB 118
264,269 264,269 0000000000000002ee024dc90e3277c660ecbcf5b17ff330e24ae5b84e82f866 406 0.15 vMB 146
264,268 264,268 0000000000000002ca924447fc577f0d2a3a1a7851cee89dc1f19b0ba19d3bca 250 0.15 vMB 72
264,267 264,267 00000000000000028c2fe02dabaf117aa87984e2979375ba378c86ff67b4225b 55 0.15 vMB 17
264,266 264,266 000000000000000b3f1a50169bcbc3bdd05ae16c157659e6f80ae875e3d58b49 114 0.04 vMB 93
264,265 264,265 0000000000000008c172b8efc9501c33575b034c571a2baac923cb85d6370812 413 0.17 vMB 136
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 89
    • Outgoing: 10
  • Data Transfer:
    • Sent: 115.22 GB
    • Received: 0.48 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.