Loading Tool

Explorer IconExplorer

Memory Pool

48,557 transactions
30.36 vMB
0.08901892 BTC
Random Selection Loading Transactions
Max Size: 162.25/200 MB

Candidate Block

Mining Attempt 73a6b6136d0a468a4c1ac5845f378c43da65cd4deddae7df3983e48e0e2c2e21
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root dd7393fc369ad6998cb9234631cb5df83ff1f54e37b498a51b627b808bd8c30d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,102
Size: 1.00 vMB
Total Fees: 0.02763374 BTC
Feerates: 101.56 > 2.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (587,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
327,488 327,488 000000000000000007c6d8b1ff9ada985737084ee1a07e29b8b545133645e0a3 338 0.25/1.00 vMB 23
327,487 327,487 000000000000000013dc35c31502b9b99ec3882f2d51974108236af50c680e87 419 0.21/1.00 vMB 28
327,486 327,486 0000000000000000021526185bbc6f20c59a0fba6ee0602ec6d6485796addfa2 148 0.08/1.00 vMB 15
327,485 327,485 000000000000000013a9d037586c6c95d9f2d8ab9bc629134822a6753bab8cfe 497 0.29/1.00 vMB 26
327,484 327,484 00000000000000000865128ecc9cf22cd46e402022a525771d9a568692b222c4 980 0.57/1.00 vMB 24
327,483 327,483 000000000000000013951c837401e97e79b94bbfdca3e7f582275e6b68b01ba2 803 0.57/1.00 vMB 22
327,482 327,482 0000000000000000019ec6e17283dd5b3931b982801a49a65eabb38477b48898 256 0.09/1.00 vMB 51
327,481 327,481 000000000000000009657f04dd48fe9868eef847bff05a9a263ba97c141c36f3 64 0.02/1.00 vMB 24
327,480 327,480 00000000000000000ea421e7e86657fe34e760543cebd0964472f06589bad104 680 0.33/1.00 vMB 31
327,479 327,479 00000000000000000a0832eb13ccd8ada61dd82bf0b4eee38067d934131168f3 495 0.29/1.00 vMB 27
327,478 327,478 000000000000000016902694ecb56bb60bd6e71fdbe3fc1cd506b88df53adef4 320 0.14/1.00 vMB 31
327,477 327,477 0000000000000000029347202ed47c11dbaa250ed8eb77e0d4e29cba65abefd4 18 0.01/1.00 vMB 28
327,476 327,476 00000000000000001ab78a821726db33e9f7c0017a9a6b5630592521a82dce81 16 0.01/1.00 vMB 46
327,475 327,475 00000000000000001e72d96bd6490596d9f08e620a2aab3bd9f036b7afa110a0 129 0.06/1.00 vMB 31
327,474 327,474 000000000000000018832e7a439be0cea96b1d394a26c68aee0b178d15d80c33 118 0.12/1.00 vMB 20
327,473 327,473 0000000000000000000aa86f8546e8f98518e87ad913bb9169ce22b165a327fe 128 0.05/1.00 vMB 57
327,472 327,472 0000000000000000112e626d740802561d3bc9149484cb5a249c7c407727cefc 213 0.11/1.00 vMB 30
327,471 327,471 0000000000000000156a651cbe740483a6da246b23bf4c00a616068fa03a7f71 715 0.35/1.00 vMB 28
327,470 327,470 0000000000000000091e646efa8c6f7d3074b115733af8e84044d5ff012221ac 32 0.01/1.00 vMB 38
327,469 327,469 00000000000000000051430179fd397670c4221c84c6a86f93145aa7e1125fbb 32 0.01/1.00 vMB 49
327,468 327,468 00000000000000001e6261b49815533e13766492f6575f255c31a72807cdbda9 654 0.35/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.13 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: 652.41 GB
    • Received: 13.77 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.