Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,554 transactions (1.35 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,346 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,629 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,345 (841,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,890 68,890 00000000005ba915737233e01a95c766d8cbaa968fac631e43f2a1b0ef44e110 0.00 MB 3 3,891
68,889 68,889 0000000001604a6ef40f019e18fe79ba69cef3f80a912efc46fbc7a251b3599a 0.00 MB 1 0
68,888 68,888 000000000103471af1014d5a44ecec7de981bff93a7de56745794e89eb18d8d9 0.00 MB 1 0
68,887 68,887 000000000003eaffa20026d032a7c416dde8e8dbd798e0073305ddc79c73ff27 0.00 MB 1 0
68,886 68,886 000000000011fe0368aa2fb08ef74cc6bfadffb790305d1dffd27abd07dac300 0.00 MB 1 0
68,885 68,885 00000000015230cfb1c37ac7f51deba52f4a3690f572848d92e574c924fc5201 0.00 MB 1 0
68,884 68,884 00000000002f273041706eade560dda6eb3c0b1056750b901749d277d695bb66 0.00 MB 1 0
68,883 68,883 0000000001036d89a879dde6e2bc73892f6d5e97308815ec588bc057ad629cb8 0.00 MB 1 0
68,882 68,882 0000000000c318725c5ce9e287c70344925e7cb8332fa793ac4c7867e04937c9 0.00 MB 3 1,148
68,881 68,881 000000000104393786981b52ab5af03c63207d75f32a1f1a183ccbbe2012211e 0.00 MB 1 0
68,880 68,880 0000000000b22aa7490a7e5ddbcb2b0a1e9aa5c4115f9e61b6f7f587428fc9d9 0.00 MB 2 0
68,879 68,879 000000000070be86e461aabe87a735b7cb958d71c28a647bcc4ff16b562f5327 0.00 MB 3 0
68,878 68,878 0000000000267594eb3d7114bb331aae436b4cc2de6f9cdd4b1d97c28dc555ba 0.00 MB 2 3,861
68,877 68,877 00000000015d103343e5b21c9f0270c80af2241433ae0b0fae79b2c189370b5e 0.00 MB 1 0
68,876 68,876 0000000000fa925730d5753859463489bb67f1c6e2265b55dad6ff11e58a7042 0.00 MB 1 0
68,875 68,875 00000000006451313038467abea16af135916ed2ce3bcc7d665487e5f391407d 0.00 MB 1 0
68,874 68,874 00000000002143b242227730025deaa37fc235844c064a11dc815b6425d14b51 0.00 MB 1 0
68,873 68,873 00000000010bb9fdc63452a7208838c520b412af1e8ac20d8f782d882e378f02 0.00 MB 3 2,403
68,872 68,872 000000000025279be88ab816a1f5a829159a244213f602290cafad0fc33cbcf6 0.00 MB 1 0
68,871 68,871 00000000011f67e6b8cd1a128df4c803e95e897e9131d162747657d7356b7106 0.00 MB 2 0
68,870 68,870 0000000000530044f73b1823f7793ec32455d1b07a42ba5a660bff52cff8c36c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,232.26 GB sent, 118.78 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.