Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

386 transactions (0.11 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,973 000000000000000000022cb30000000000000000000000000000000000000000 0.10 vMB 370 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,972 (873,877 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,095 36,095 000000008e09db8708fdd1b34927633cd20a670d931a316331e1004809e19c4e 0.00 MB 1 0
36,094 36,094 000000002868dcfb10318f87196a0a4422aa071fbbd351e733a8b2373be4fef3 0.00 MB 1 0
36,093 36,093 000000004df9db0a2339f1236c7fbc2802580649e6e737ef0af2f5709e6c44c3 0.00 MB 1 0
36,092 36,092 000000000b52d18ccf5073d56e398dad463e5135c0dc6694266e3f79816f02fb 0.00 MB 1 0
36,091 36,091 00000000c138e42f22347ed5464e5ed65e6c709de96c226e8694d518cc43ec32 0.00 MB 1 0
36,090 36,090 0000000074c604ca59f5a630e92e792a21e418bc331e64fa59c2cf8bcebbbbd4 0.00 MB 1 0
36,089 36,089 00000000c2256d0b476b7a4473fdcfe9e33f74399292fddf89b00098a45aa95a 0.00 MB 1 0
36,088 36,088 00000000256e4ae3993183aa5fb39ddd3b165423d2ac33f24bd23c705b3dafdd 0.00 MB 1 0
36,087 36,087 0000000025a84b21c7854ea07977929cdf3ac874e11ccb56c21a9049bb1c0698 0.00 MB 1 0
36,086 36,086 000000002d9311847157b6d864770568afe3bf92d85b7cc189cb35eed22f3486 0.00 MB 1 0
36,085 36,085 000000008d480475bc24e26136a4a2a9b04c8225ab79418be54df987cff620a8 0.00 MB 1 0
36,084 36,084 000000002b0fa0e74d995d7d22b6b20889c651452aeb9fe11e308fc300d25e08 0.00 MB 1 0
36,083 36,083 000000001c0d3f385baaabc82dc83d534891fe981803a97ef267c58f7b0d6ff5 0.00 MB 1 0
36,082 36,082 000000000ac9785a4ecfb8e00bc25ce4690cce63c4ddecd85fc18fa7209f2349 0.00 MB 1 0
36,081 36,081 0000000070017a28569d46eeaf57e459d049d68dc4070b3024046f2cebd20113 0.00 MB 1 0
36,080 36,080 0000000005cec006ddd5ec19bb660b80f97b1e1a9a3200256a7fda46c9297b11 0.00 MB 1 0
36,079 36,079 0000000094ab69ccd9323439c0bb94165f6d52cd6666e8f10a031693323335c4 0.00 MB 1 0
36,078 36,078 00000000731b8259e840d56cfe1ee617bf9eb0f1c4ef56aeb7acdbda5d0b93ea 0.00 MB 1 0
36,077 36,077 0000000091cb56119cdc17602e7b97fee2f4deb2e253128148e87ba9bd1732c0 0.00 MB 1 0
36,076 36,076 00000000511d05c5956af5385e520c9fe6793c2321d198f8cf566ce69c6f3389 0.00 MB 1 0
36,075 36,075 00000000678f077ea7384425efad7d5c710ebff5ca3076038bf2c33ba2819013 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.35 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,179.66 GB sent, 115.05 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.