Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,207 transactions (0.97 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
911,680 000000000000000000022b910000000000000000000000000000000000000000 ago 0.97 vMB 3,205 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,679 (184,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
726,741 726,741 00000000000000000009a2839584b631f9a69db839d751ad53fe61b8b12b51a4 1.00 MB 1,657 8
726,740 726,740 0000000000000000000190987896ef7f0133b8a376bb36e65aaebb466d5de028 1.10 MB 1,577 8
726,739 726,739 00000000000000000009ec9e4310741f4e9bccc184774e9fac4040832ad8c794 1.72 MB 2,159 3
726,738 726,738 0000000000000000000479a5a0868cbe539d6f663c7c4120a7c22fd56bc642b3 1.51 MB 2,013 7
726,737 726,737 000000000000000000092a9cd313cec9d5521445041b0d4bef18ea4fb7ca9089 1.48 MB 2,957 16
726,736 726,736 000000000000000000062c9c17e122c8a3ce852ccc4462e6ed2b6c4be38a8c5e 1.26 MB 1,350 4
726,735 726,735 00000000000000000002b4fdb3125ce58d16d53533f43cc5ed3897c8614b397c 1.62 MB 2,643 14
726,734 726,734 000000000000000000098be812055b8d89bfa7f8c3495be1b93e30252ecc3bc6 1.57 MB 2,465 14
726,733 726,733 0000000000000000000735a3c321f9f419a18d70fc207c3b18a83aea28e693fc 0.42 MB 421 2
726,732 726,732 000000000000000000092fde7c89a5938302e1e24acb89ab8c315bba6cc00f81 1.71 MB 827 1
726,731 726,731 00000000000000000005681b2f2de6af1d4c981c75d64c334eb0e140f52d81f0 1.65 MB 1,918 2
726,730 726,730 000000000000000000074461f94693d64b8830be856e5a5f08348336a6d4f4ab 1.51 MB 3,034 14
726,729 726,729 0000000000000000000816098feb260d72e5802c7cfc8ab73178292875c57c1b 1.51 MB 2,561 6
726,728 726,728 000000000000000000063bbd7f4a386ee7115a5e8de994bbd224ab0e0dbbbcce 1.49 MB 3,429 18
726,727 726,727 000000000000000000043334303be86ff6280e4151150f103dfcad29fc60de6b 1.63 MB 2,746 8
726,726 726,726 0000000000000000000822ea721dd6a55d3170b4b4bf81fea35a4344d9142bd5 1.64 MB 2,075 17
726,725 726,725 0000000000000000000094f69296907e504efed7e24c5ed74adccd5c6dc8504a 1.41 MB 1,870 4
726,724 726,724 00000000000000000001bb77c2a2d5dfc792a1ecfaa137bba2e57d5a803035a5 1.46 MB 3,003 8
726,723 726,723 000000000000000000025a9635b0ef39f6214c7290c7f23de723571f858870ff 1.46 MB 2,919 17
726,722 726,722 00000000000000000009271a2a38f11fe3d55ef9a20f71561446d025ab1f2903 1.09 MB 534 6
726,721 726,721 0000000000000000000427340824dd69323641f9a60decbbcbbc789301b64202 1.55 MB 2,580 7
Previous 10 blocks ↓
Total Size: 776.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,425.18 GB sent, 131.11 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.