Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,832 transactions (0.51 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,602 000000000000000000022cb30000000000000000000000000000000000000000 0.49 vMB 1,822 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,601 (158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,443 910,443 0000000000000000000117a0d58c9dff42ef25cee143c5d242e84bebf2ec7f43 2.17 MB 3,749 1
910,442 910,442 000000000000000000013ba86e9c1d34feb6b1fa66dfbe7e945c933c889538a2 1.44 MB 2,524 1
910,441 910,441 000000000000000000018eb1c8d2692101507e0872a949230e3dccf904d93f1b 1.87 MB 2,853 5
910,440 910,440 00000000000000000000d22167aa0c9d1a49e7878631d6c93ea1b1c87b98ba24 1.70 MB 4,913 1
910,439 910,439 00000000000000000001648e046fdbb9ebce047330cb65c17ae74e25a99a9833 1.65 MB 3,770 2
910,438 910,438 0000000000000000000132e114cfc1b2a295a431f6687cb9dba708d7be8e236a 0.52 MB 1,078 2
910,437 910,437 00000000000000000001525bb2f18a72eb3455e5647292d85b694ee51c83d432 1.69 MB 4,508 1
910,436 910,436 00000000000000000001255a89e74f96bac98c19aec15c4d3859869b59ecadbd 1.75 MB 2,771 1
910,435 910,435 00000000000000000000e7a82f24a99aa0b8a9e7775f6ec4c2bc556e0c9921e1 2.06 MB 863 2
910,434 910,434 00000000000000000001968ab9fa876e76d28060b3dbb586099511291724511d 1.86 MB 2,540 3
910,433 910,433 0000000000000000000218fb3fcba450d262d5feca95a1c222983d80126184e9 1.85 MB 3,188 1
910,432 910,432 000000000000000000017e533785aa59f1fcf28131da94d0a84b8194bbf33ec0 1.61 MB 4,067 4
910,431 910,431 0000000000000000000045e9dd65d90cc7d68917139ce9bd56a933e4fa811f75 2.95 MB 1,665 0
910,430 910,430 000000000000000000019be3c960a616c0ee2bdd0dcaa7d432c82788bf10306f 2.06 MB 3,125 0
910,429 910,429 00000000000000000000a0d657321f15b07a6a0ad1687ed46a0c9b935a178922 1.88 MB 2,816 1
910,428 910,428 000000000000000000009fefdf593dd4aef5115f072c82a8e5916f4ace850e54 1.66 MB 3,496 2
910,427 910,427 0000000000000000000216a8a3edcc9fe7597d055536669c6004323d3ea0a33f 1.59 MB 2,998 2
910,426 910,426 00000000000000000000a33c96d1c16546640f682e1707b5b4a3cc1daee5dc39 0.05 MB 142 1
910,425 910,425 000000000000000000006caf6158f0b5909d5dd708f854d08bbe000173e7ea51 0.01 MB 22 3
910,424 910,424 00000000000000000001fdc5c40a1c9a5b04e0db6895a8068be693fc6069717b 1.84 MB 3,441 0
910,423 910,423 000000000000000000022a7ac1b53343334377f98f3ac76c99f016b18c59ea88 1.52 MB 1,799 2
Previous 10 blocks ↓
Total Size: 774.49 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,255.22 GB sent, 120.98 GB received

Notes

  • This page updates every 5 seconds.
  • 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.