Loading Tool

Explorer IconExplorer

Memory Pool

21,827 transactions
11.35 vMB
0.03831138 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 63.30/200 MB

Candidate Block

Mining Attempt 20b6cb7464ef7075a60a9353ed506f37d529b9e7f09df1839a15c169ffdbd36b
Version 20000000
Previous Block 0000000000000000000171832c9d6fac14eb9962278859fd090612f0ba766f77
Merkle Root 0a7d8112d3d2ee647b9cc66b18b8144bfbc4ad00831ae5dbdd8955a69ec5e012
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,417
Size: 0.99796875 1.00 vMB
Total Fees: 0.01985756 BTC
Feerates: 301.05 > 1.99 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,716 (658,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
254,761 254,761 0000000000000023eb0afb33c7ab6a04f9aff847b6d4d59092917c94308d06d4 272 0.14/1.00 vMB 125
254,760 254,760 0000000000000013f139032c309d5cb1f67639dcea9e6c3b88682d89f9bb66a2 140 0.06/1.00 vMB 132
254,759 254,759 000000000000002627fdf8fa7f6df82c9cd96c0463ec515c2f46771bad3a6b73 20 0.01/1.00 vMB 86
254,758 254,758 0000000000000011b0fc4763eb6d8e69e4bc1cdc59370d849ad6c368fb0e43f2 122 0.06/1.00 vMB 83
254,757 254,757 0000000000000020d013ef319ea878649a671beda04596316512e3d70eee8fef 241 0.14/1.00 vMB 86
254,756 254,756 0000000000000002ff2bc497bcb330ba0cca9b2121ad98703ec27b4baaf28d74 234 0.10/1.00 vMB 101
254,755 254,755 0000000000000011aed14421280adfac98dceef3fac4c02d9dca540841c58dbb 17 0.01/1.00 vMB 148
254,754 254,754 000000000000002970db1020ddee251b3ff635c8a418950081cc009870f4e2cb 113 0.05/1.00 vMB 83
254,753 254,753 0000000000000036c840c89855b8e2402499f6adab8c2fe0a7ff8bb97961566b 280 0.14/1.00 vMB 54
254,752 254,752 00000000000000155c1f51aff34e955459846697c332135d76fb3fb878bcd955 697 0.25/1.00 vMB 131
254,751 254,751 00000000000000004146d239071b636b1addcb1bdaf99386b57dc1d4f7c68c86 52 0.02/1.00 vMB 73
254,750 254,750 000000000000002c872b415ff2a9ed8831b0a050bfaa85d8604c57044727fde7 120 0.09/1.00 vMB 39
254,749 254,749 00000000000000003078004a663de068b4bef6a6c10af7d3f529c8cf5cfde7cb 260 0.11/1.00 vMB 104
254,748 254,748 000000000000002173d450c5aadf571a37fc36f1be7353c705d4908eabd777f5 641 0.25/1.00 vMB 94
254,747 254,747 00000000000000411dfa6f677244aa41c5fa8348a4621ba6e70d32c63289c122 502 0.17/1.00 vMB 112
254,746 254,746 00000000000000098281162f58463f1d4a652c0f5a9825ce4e26b624b944a09e 300 0.18/1.00 vMB 42
254,745 254,745 000000000000003e292f1781c7a072ab40be1275d79f4a5e884cb582a4175dca 731 0.25/1.00 vMB 130
254,744 254,744 00000000000000170fe4f7c561374fdbd41d88ce2f4bfa04c8b234ec9fd9ab2f 676 0.25/1.00 vMB 109
254,743 254,743 0000000000000040bb340294b2a577ee7cb7e3063015e5f28dc0e4a63440610d 144 0.07/1.00 vMB 92
254,742 254,742 0000000000000025d9b156460d49490b850dc59eeb1213c7cb21eab20f0284b7 104 0.04/1.00 vMB 109
254,741 254,741 000000000000000fe3c95552e253cf9ca8917e28fb22b9c27e9a11237ed978b1 56 0.03/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 780.12 GB

Node Details:

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