Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,779 transactions (2.18 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 910,030 (875,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,653 34,653 000000006ece19e5f6251f02e3c42ca52d67bfa7a6ce9089be980ef31697ca6b 0.00 MB 1 0
34,652 34,652 000000000578103b94c5c53c5c4f49010478bd160d32c766353c68629512ca64 0.00 MB 1 0
34,651 34,651 0000000065359ae74d9dcf6872e872d0833e3c5970c1837a9022ac2bc5aa34e8 0.00 MB 1 0
34,650 34,650 0000000029393501a960f2e7d57eca945a29b9e9c178233b41d0c718c268bc0e 0.00 MB 1 0
34,649 34,649 000000004e0b5a876124248f65cf33701fb2844f9110791e9444aa209876e491 0.00 MB 1 0
34,648 34,648 000000006a0ae941fb072f079d1e17292aeeaec2905f5242061a4da33fc73f8d 0.00 MB 1 0
34,647 34,647 0000000055de978134f5277885996295a922e9aa109175e0d50e798ec3c6111a 0.00 MB 1 0
34,646 34,646 0000000026f612cb13128b133ba3ea34bb8340e6d34bcf8b4a1fcd7576d12bff 0.00 MB 1 0
34,645 34,645 0000000046c4eed2622dd1f9c9abd4b20c162927ff64b8cef6015c7a124b93fa 0.00 MB 1 0
34,644 34,644 000000009019feb93134964bbb9a043a762f7d4807e59afb6253011a9076c3f3 0.00 MB 1 0
34,643 34,643 000000004ffe78de6be49bdce81b347fc0cf8b5b0eb8ba3b497d85558330abe5 0.00 MB 1 0
34,642 34,642 0000000034929bf5d15805cdfc5643b43aac53885c2a0bcb0c1c10ca7686b3dd 0.00 MB 1 0
34,641 34,641 00000000b9e3ecc8829e2bfc0ad1acd140553bbb2db608f59c336c0b2a710cb3 0.00 MB 1 0
34,640 34,640 000000005868730ee7a82c8beb97e1d21fef8b617d0037bfe64d7f44e69bf4cc 0.00 MB 1 0
34,639 34,639 00000000c1c7f139da1bd963c186f7c744cda9c84b49f08bbf3fb4a4b2b654cb 0.00 MB 1 0
34,638 34,638 000000008ed6aa8ab60ea93baff09132601750e30c73b3e6950751e2fc5c033d 0.00 MB 1 0
34,637 34,637 0000000087d31dbaf22d06e7f51a5beb38caac55dafb7a26cce84e1821459786 0.00 MB 1 0
34,636 34,636 00000000c29342a248bea7f673e5e30daac1bc0b7b3aa3248965e8c3ef2c3ae2 0.00 MB 1 0
34,635 34,635 00000000b7cda1b4f0808b00c4ec63ff837fc6248bed2c0af9144dc4a0f4d1ff 0.00 MB 1 0
34,634 34,634 0000000067e9f62301ce625e3c49a7a6c82ee225ba169595054abd3c091f24bf 0.00 MB 1 0
34,633 34,633 00000000518a3f1f399c6a7308638a5d428ae32b14d3b046eb8e164086acaae4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.45 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,185.37 GB sent, 115.58 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.