Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,314 transactions (0.44 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,365 000000000000000000022b910000000000000000000000000000000000000000 0.44 vMB 1,308 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,364 (42,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
868,981 868,981 000000000000000000023cc0681ab76d9b5e21b060a52e221112cfdf9e2a8e05 1.65 MB 3,782 5
868,980 868,980 000000000000000000021f3dc9429f7342036bf87d80e478632bdb5ceff9fc0b 1.57 MB 3,275 8
868,979 868,979 00000000000000000000a3becd669d0ac3f47602695f3e737f036cc6c52bea8f 1.86 MB 472 3
868,978 868,978 00000000000000000001c65119e7426a200013a661d77b74d63abcbe290b4421 2.58 MB 1,365 2
868,977 868,977 00000000000000000000d5c22f6db9254de02de763937b684acbdd8bb682db60 1.45 MB 2,991 7
868,976 868,976 00000000000000000001583e65f6df99fefb9b5c1618bcdd45a439e6167262e6 2.88 MB 1,800 4
868,975 868,975 00000000000000000001c3de816d41a585720da4e28112b02d4da23caf55a00f 2.16 MB 2,915 6
868,974 868,974 00000000000000000001cfac81499d642bb5cf05f8bb075cdac7005cd46fe164 1.71 MB 4,760 3
868,973 868,973 0000000000000000000229a67674112b6bfc26c721a0586bf4d8259695a53503 2.00 MB 1,380 4
868,972 868,972 0000000000000000000068394fcaac6a2387d984cf95aa892cd8a3e78d2a456d 1.89 MB 3,193 4
868,971 868,971 000000000000000000022ce5dd023c31801e998aa0056c17e100b824d79b096f 1.63 MB 3,934 5
868,970 868,970 000000000000000000029628a52026d6505d04792806e0c82f7365ec36a1d472 1.63 MB 3,530 10
868,969 868,969 0000000000000000000134f7101bfb3e0d8ed7ca6ecfb35eac5e3e0eaf0cdd50 1.47 MB 2,384 4
868,968 868,968 000000000000000000024a6981b891d20c341f61046e56c44f532f547e031a7b 1.81 MB 2,962 2
868,967 868,967 00000000000000000001342e40a344e29fbd65168d019121944f0a89ca4853ba 1.84 MB 2,705 1
868,966 868,966 00000000000000000000d191ccfe7dce354f9024b9ae81c05c43bc885d4667d6 1.84 MB 3,564 4
868,965 868,965 000000000000000000021280572a6aacc8c7aceae2191c95d1f75af7d9ed8d19 2.40 MB 3,829 3
868,964 868,964 000000000000000000002f781730f7c8e47e68c9f17d2dd2c0246891e1041930 1.93 MB 3,544 4
868,963 868,963 000000000000000000023f7d9079e20b7d2a413b46f7f4084024c95ca5e29052 1.51 MB 3,409 4
868,962 868,962 00000000000000000000a497c6b1be95b76a9e25a797f8fe49953d40c06a027e 1.71 MB 4,311 4
868,961 868,961 00000000000000000002bae6a2c2fa96c3964ce88f342b8e4a594835a18d8352 1.69 MB 3,371 8
Previous 10 blocks ↓
Total Size: 775.92 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,401.62 GB sent, 128.42 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.