Loading Tool

Explorer IconExplorer

Memory Pool

75,060 transactions
27.70 vMB
0.07724060 BTC
Random Selection Loading Transactions
Max Size: 168.49/200 MB

Candidate Block

Mining Attempt 6ccb0d0dd3729d3114e677673b7e0dbb1b005c5b2827bf7d1ff64dcb18e159c5
Version 20000000
Previous Block 0000000000000000000182374245ac314e092cf6ce79478886fbb9658f45ab9f
Merkle Root 106cfe2489289aa9cb8e0b155196d7557459c7dd0daaefc5b6b4b3ee394892fd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,411
Size: 1.00 vMB
Total Fees: 0.01804605 BTC
Feerates: 151.01 > 1.81 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,317 (324,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
591,221 591,221 00000000000000000008af42e0b22d58ad328d8da5d813aa01f278b0661668fd 2,023 1.00/1.00 vMB 48
591,220 591,220 0000000000000000000136b4efb7c3af778c2455b34e5cfe062b240e59113950 1,988 1.00/1.00 vMB 43
591,219 591,219 00000000000000000014bdcbd4715462b99381ac71eabaca1ba10d263c0e83bc 2,335 1.00/1.00 vMB 62
591,218 591,218 0000000000000000000112db733b9c05f7837d730bdd50f94661bc4d43102b26 2,747 1.00/1.00 vMB 16
591,217 591,217 0000000000000000000e512608c42dc910949b36358974984e656946f98be2d2 2,451 1.00/1.00 vMB 25
591,216 591,216 000000000000000000153b064694bc0d54b4592d69b67e552c8a12280fbba382 2,557 1.00/1.00 vMB 39
591,215 591,215 00000000000000000004a9e21836eeddcd879df759e264a3c6c7a4ec7510b0d2 2,686 1.00/1.00 vMB 50
591,214 591,214 0000000000000000000f1667d8af0e692480d6ea2c67d6312a3e2290d6937a12 2,917 1.00/1.00 vMB 80
591,213 591,213 0000000000000000001477c82643919661bbb47cf3c6f9a9561021305ead0f83 2,293 1.00/1.00 vMB 47
591,212 591,212 0000000000000000000107ace6444a7530d35006bac5c7fdc23b6d0d526a0b4b 2,366 1.00/1.00 vMB 21
591,211 591,211 00000000000000000012251dbd7503a008443c366f4a4e32dd9d46ab4fc24349 1,771 1.00/1.00 vMB 35
591,210 591,210 0000000000000000000f51d9c689914e1f08cc104a12ea13dae70c638ab2242f 1,799 1.00/1.00 vMB 41
591,209 591,209 000000000000000000145c3e5800b61dda8a9f3ce77e5edb96295ed5ae37c0d2 2,176 1.00/1.00 vMB 15
591,208 591,208 0000000000000000000ebc971f02d30d9968f748145920584b05a0ddfc66ca34 2,609 1.00/1.00 vMB 15
591,207 591,207 0000000000000000000bfaa7a0549308525f5319c51caf2e227a0e7c6b41316b 2,414 1.00/1.00 vMB 35
591,206 591,206 0000000000000000000ec8808ca537b21d93dedbf6bf38fe78758cc13c2813f2 2,744 1.00/1.00 vMB 40
591,205 591,205 0000000000000000000860fcd40bd4862508ece469768bd63796d311af6e31c5 2,387 1.00/1.00 vMB 54
591,204 591,204 0000000000000000000e0a63fba11623c1a797f5637f5676d51dfdecd6e70468 2,377 1.00/1.00 vMB 42
591,203 591,203 0000000000000000000f4abff099d8c727adccee6d849a7e17d83179b31e5e6b 2,205 1.00/1.00 vMB 35
591,202 591,202 00000000000000000007da0dc0c07c2cbae8ed312cfc9509275fb9e15d287378 1,922 1.00/1.00 vMB 78
591,201 591,201 000000000000000000136cf467d4d9ae8af79441d049d06b3e2ea03a83126ed1 2,722 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.94 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: 714.90 GB
    • Received: 17.62 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.