Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,606 transactions (1.06 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,615 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,314 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,614 (888,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,471 22,471 00000000427c365d5ae88289bb73b213eabb211d7896c00a0145851da88c3117 0.00 MB 1 0
22,470 22,470 000000002e23e995fc6a577aaab1044ee9d4ef83b051b5317dd5532af2d67e35 0.00 MB 1 0
22,469 22,469 000000002b0109b1bbe42220491784cf91ad07c93fc8fad0d01ab1c494b371fa 0.00 MB 1 0
22,468 22,468 000000001a02ea38504d7214a9fe4af0bd36ef72ea7fc404179bbbd499514a3c 0.00 MB 1 0
22,467 22,467 00000000d30eacbe5e811077b42f2240eeade0a54ed0d10c64e187d451b0da12 0.00 MB 1 0
22,466 22,466 00000000ec360bcc6d5cd9104d1cd8a2e4f7f329af7cafd740901d7d713daa6d 0.00 MB 1 0
22,465 22,465 00000000ffabeba413276a288d957179c7a4a4088de6c22508c71698a6476cd8 0.00 MB 1 0
22,464 22,464 00000000e64fce4f335b74a88189092abe2bd0b2a362270c1aa3e12f19fa1719 0.00 MB 1 0
22,463 22,463 0000000021e9ef9ad894530483a1dd36eba10cabddd2b5089818bbd4cff98699 0.00 MB 1 0
22,462 22,462 00000000666ad14e2b8141b1af3cbdf5ce4df6a1b3b2a58456451bed2f499336 0.00 MB 1 0
22,461 22,461 000000008ce5450fb234bc3cd61e53d21bf59e9fb9503212568c803d07af45e0 0.00 MB 1 0
22,460 22,460 000000003ea114ab2d14d17710c6b56529bb17dcce05472f5d5fbc200f077ee4 0.00 MB 1 0
22,459 22,459 00000000547120e2261f510b2a281f6dba079b912a922a2d2b389e93079f85e7 0.00 MB 1 0
22,458 22,458 000000003a7f297d12b0ab5ea78bb73bde37553c1c6c6ba22881edc6815c0dc8 0.00 MB 1 0
22,457 22,457 00000000c82c2989c2c14204c73458da03115bd4386ae6d3231134b655cd6887 0.00 MB 1 0
22,456 22,456 00000000696fe274e8808aa37b10bd41ea80a6b66bd69a84df375b63c0fa65af 0.00 MB 1 0
22,455 22,455 00000000f3f0fca648152edf9ecc2844db3947ffbf5cae38b74c1faa04ee258a 0.00 MB 1 0
22,454 22,454 0000000008c93586b5721427f008394cd4f3d71e46f6fbfd1952f0c1408915a1 0.00 MB 1 0
22,453 22,453 000000005e993f96de2c90803a2d4ec9e38d120679c2324f7f223be9dbe15fab 0.00 MB 1 0
22,452 22,452 00000000a5631cd75a4e9d5fa2411f4f453d5fdebb92e6838eb80bc881e2054c 0.00 MB 1 0
22,451 22,451 000000000a8d096936764cdd5fd282a5e459f779edf4d09153a8bce2390e171e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.51 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,257.79 GB sent, 121.09 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.