Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,317 transactions (0.63 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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
910,158 000000000000000000022cb30000000000000000000000000000000000000000 0.62 vMB 2,306 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,157 (856,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
54,073 54,073 0000000004f157b4df9b35bf532899282b485c528fb6c9a2bb2a6d6588d16496 0.00 MB 1 0
54,072 54,072 0000000015dbfc3f3272c96ae1a467a9a9f4119ff21ba206425a24e91703c848 0.00 MB 1 0
54,071 54,071 00000000036b0987a9cf6b605f694a3c60c79ec34d56679e141b8d24b2767d95 0.00 MB 1 0
54,070 54,070 000000000afda0a2ecabc887fb2df593b65439f6480f1fabce89f0c044eb4a15 0.00 MB 1 0
54,069 54,069 00000000019b8ea3aa8f83ac06347330631127ae3f8a862372d141e0251e2ce0 0.00 MB 1 0
54,068 54,068 0000000011e312a4429119748f2ff3bb1340d9a1154cbaa4fb9a53d0897a05ea 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.68 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,193.72 GB sent, 116.91 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.