Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,740 transactions (2.73 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,173 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,872 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,172 (856,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,094 54,094 000000000c528fccc4a2580f626dcabc372ddc68fae480219dd3ef1788e580dc 0.00 MB 1 0
54,093 54,093 000000000610edd1e00241f5933f77c409eba295eea38bbf019626cec0ff5e3f 0.00 MB 1 0
54,092 54,092 00000000141985f540af18d373e2f7701f914e18c2e4d9a8314651b390779f7c 0.00 MB 1 0
54,091 54,091 0000000014845aa99dc111afa3d34c8e58de7e7ee7181b8990738d83c1b85c99 0.00 MB 2 0
54,090 54,090 0000000009962540b270c17fc12f804b11d2da346754778235bc938e65d00d2a 0.00 MB 1 0
54,089 54,089 0000000015a498807d0634fa9db6e73b55c2004174ef9f40b6bb37e00ccf8291 0.00 MB 1 0
54,088 54,088 0000000007b38d5de1fb77001b0bd505b9a1c788cf053121af4fce353714f14d 0.00 MB 1 0
54,087 54,087 000000000d58c1d4230e6e8c1c1f4ac92095e0100451e7f852024dd366784b6f 0.00 MB 1 0
54,086 54,086 000000000e4a76d275d9f1ad318a8de79b0a2dece484ce7c24337e1b6b70f39b 0.00 MB 1 0
54,085 54,085 00000000062cb7061d9ec8fcf772e571929ec9498cb00a22821f0ab2937d18af 0.00 MB 1 0
54,084 54,084 000000000ea74eb79c379eff8485ee4d49aec72418461a5bd06201eab87aa8be 0.00 MB 1 0
54,083 54,083 0000000010d0c661ec1bb6987fa41e4669f7fa9bf6889f65a21e3fc343eede13 0.00 MB 1 0
54,082 54,082 000000000d0a3b64ac2c5cc489e7dda01b5fc00ad3cc40deb6717b64abdb4fd0 0.00 MB 1 0
54,081 54,081 000000000b421c23ecba6e14fb414ea19d4c2653437b69178dfd28e0f675d312 0.00 MB 1 0
54,080 54,080 000000000c47fe5e88e5a2d1813c71444750bbadd23e6644ab25d08bba79aca0 0.00 MB 2 0
54,079 54,079 0000000005ce119745f8d6432a63c7668ffe279fcfdab697bd0c1c9017cddf5c 0.00 MB 1 0
54,078 54,078 0000000014fe05bced20db3d3a122cd205dd411823959259c03e05a847a14c5e 0.00 MB 1 0
54,077 54,077 000000000e1eb210daf34cc390985c0c6075e6833e280d4028687024c2e0f6e1 0.00 MB 1 0
54,076 54,076 0000000013a824514a880a355a088e71f0e08afd7329f6497ccdeda7f5a34c3b 0.00 MB 1 0
54,075 54,075 000000000aebbdce54c51569cb21a78de882b62db824fcbb8c8a27abfeb29329 0.00 MB 1 0
54,074 54,074 0000000000ad1a204c692ac86465dc89de4a8e6e22c42395847de5b8d3b48fe7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.71 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,194.19 GB sent, 117.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.