Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,035 transactions (0.66 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,414 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.66 vMB 2,019 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,413 (874,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,735 34,735 000000003cb0782556ed7797d5f4aa0ae4f8bcf952d7114ee6278757c25cb5e9 0.00 MB 1 0
34,734 34,734 000000007bbc3f41794ab47720be47d0a500d0e1f0ecff479ae9a34a661e3d75 0.00 MB 1 0
34,733 34,733 0000000095989034fe6836fe6eec8922b13c51e92cf00650dfdb5a0c55374b86 0.00 MB 2 0
34,732 34,732 00000000150fa950baacbe9129fbdc3ec7673c50f06faa1755224170e39ca21e 0.00 MB 1 0
34,731 34,731 00000000a4e3b0da87f2f4af3eb0c07fc95f5bbe81f8e6f2192b316a9b189036 0.00 MB 1 0
34,730 34,730 00000000853a1aa5cd58c94fdef35be91c57d7b82d1036ddf4d93df066910a96 0.00 MB 1 0
34,729 34,729 00000000915f466469e74cd3926261a2edb9b50ecdee72a338bc1ba68ad73bae 0.00 MB 1 0
34,728 34,728 00000000034101b2e58ccce8664e05605d92a5709cef203d8f418efcff27cf07 0.00 MB 1 0
34,727 34,727 0000000030c82fc85274d68635a87f62d068341980b0c27ea6dfae842bb4e788 0.00 MB 1 0
34,726 34,726 00000000989d96b95bc40d36eb7f8f37dda1235fef4969f8e64439008c497831 0.00 MB 1 0
34,725 34,725 000000002aa3f064204c39230de6d4b111debfea9577b87fc21225fc79c0d005 0.00 MB 1 0
34,724 34,724 000000008f92d6fb2aacb353a39124b1ec36f43f1fcff9f4c32348c7990b2555 0.00 MB 1 0
34,723 34,723 000000008524421a1b16086347cf524bf44b0c2de1df5a549cf306f908ba3157 0.00 MB 1 0
34,722 34,722 000000007929fc2d60b1d8afbdc36992070f844e5ed7a86d56b560ffd4d1738d 0.00 MB 1 0
34,721 34,721 000000008860b8f7f6fd939d8e28042f04031fd8d1c1e1c843fdead64700cc46 0.00 MB 1 0
34,720 34,720 000000009c91a45647251186b3acd686acbe95065032bf88cca4bbe45c3677d1 0.00 MB 1 0
34,719 34,719 000000009d92ec00597a6ddfa60cb6e2e88c9c8067f5e20058154c754bec0890 0.00 MB 1 0
34,718 34,718 00000000849feb1e23e7f5cff7fd6da0febc7f5a9055a78bb0300e5949fd19fb 0.00 MB 1 0
34,717 34,717 00000000ab5d32303f7ed1a78364aa13a8bccec524feaa3a93a9960eed4cda02 0.00 MB 1 0
34,716 34,716 00000000b0ad7916f8e8ef017fb74dbf719cd1db0352c457887db15e332e0764 0.00 MB 1 0
34,715 34,715 000000001a95f2af3a8f0ebd5e5ec65a6627e94ec560e907b006cfc5251471a2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.31 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,071.03 GB sent, 109.71 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.