Loading Tool

Explorer IconExplorer

Memory Pool

27,768 transactions
5.02 vMB
0.02730159 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.40/200 MB

Candidate Block

Mining Attempt c5f16b4ce13e26692902327545f47a2e7b8fd975b6ae8de4483453a3b2fe5a33
Version 20000000
Previous Block 000000000000000000001a2f3d71a4495c5e30a9eb9d14ae2f5e81f96d60049f
Merkle Root fa278a8a6e244f08931669ff21d8b8c0bce0a0fa48a6a3a5120471ae5d3c4937
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,433
Size: 0.42 vMB
Total Fees: 0.01469593 BTC
Avg Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,846 (647,261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
265,585 265,585 000000000000000f9e4a7ca5eaba413b44aee626fb30b6afd0304e1e5e48efc2 0.15 MB 337 80
265,584 265,584 000000000000000643ede57dbc3a4397f46d5e209777203cbf724c31cbbdfdef 0.06 MB 154 118
265,583 265,583 000000000000000c66ea9811da477a7b8bc61b0629e8491f6afc95469bcb3af0 0.22 MB 525 61
265,582 265,582 0000000000000009b1499146415f0d914db6725dc65e5adb37371f03a339f67a 0.25 MB 507 164
265,581 265,581 0000000000000000c9e44ec3cb95d6ea51b7e8d29901be451ce3a2bd7b0ed8ae 0.17 MB 402 97
265,580 265,580 00000000000000054412b33d80aa513375ed85655e1a72f100dfc799942c8a7b 0.28 MB 537 94
265,579 265,579 000000000000000d9e6d04f3d14e4d6666eab44306797d619fde67f9acd950f9 0.07 MB 95 67
265,578 265,578 0000000000000004a32f656707f8539a1b29cbedab41fc5bad931ecf001f29f2 0.22 MB 489 95
265,577 265,577 0000000000000001e053d4497157228b6271855b28439b0d4dbcc1362c7df6bf 0.06 MB 72 53
265,576 265,576 0000000000000001f97986c3b3b955001343192923cfb3e70accebc530f96dca 0.04 MB 97 38
265,575 265,575 0000000000000004c675f76a4e33925b3202dd96cc4ab36a3b94a3c5a3e2262d 0.05 MB 99 64
265,574 265,574 000000000000000d57ceec8c0956a3e2821acb9c46b78eba53bf636edd7ccd70 0.10 MB 154 67
265,573 265,573 0000000000000000250718c133832722e978f412070d9d6c6a1117a1c8c2f5e2 0.15 MB 347 116
265,572 265,572 000000000000000c5f8392c74e7250df83f60b09cb33a0d8c7318bb8ae6b6fda 0.15 MB 217 67
265,571 265,571 000000000000000b3a88ac9e76cb07ddea3efe56a3b0c2f431806b1500cf9fdb 0.12 MB 57 15
265,570 265,570 000000000000000c80b6b8358c988d551db8833f807975f6cb82e4b27eb6a546 0.25 MB 246 52
265,569 265,569 00000000000000094e28ee35dc49d343e5db6addcc41b8cde9299b8874529615 0.25 MB 512 111
265,568 265,568 000000000000000f8e800c5ae9eaeba80114f2308ed61c0b7fde6d39e8e0bdcd 0.25 MB 603 135
265,567 265,567 0000000000000007666b66f6f1270cb1d586462f0695e428501b8a3ff34e61e5 0.04 MB 45 21
265,566 265,566 00000000000000035ea3e62edc49a640148188a4eb3c1e34c5ccb26e0c9e77c4 0.29 MB 63 17
265,565 265,565 000000000000000ba58737621a993232c9ece0913476866ce78d45289d130d9b 0.25 MB 296 66
Previous 10 blocks ↓
Total Size: 778.57 GB

Node Details:

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