Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,223 transactions (2.19 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,942 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,864 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,941 (548,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
362,326 362,326 0000000000000000022fe49be89079b0bdb09e8b841fefbf62be2d3fb93b309f 0.82 MB 1,369 23
362,325 362,325 000000000000000007460de8f7fad1ca1894c3018232374812022cec327d545a 0.75 MB 1,526 31
362,324 362,324 000000000000000003078cec890d88dce79b56526aff6b4671ab0bc818333f14 0.00 MB 1 0
362,323 362,323 00000000000000000ef1e4895c275e3fc6d2c79983b820ec5a951b6670877a7e 0.61 MB 949 24
362,322 362,322 000000000000000012e08b422f5c5746e58b174b2b13701fc287a0bd199129d7 0.75 MB 1,415 30
362,321 362,321 0000000000000000036d8d809b881f9fd6675cca7b47758b38b0114d3839f078 0.77 MB 1,414 29
362,320 362,320 000000000000000014059f2f936e05d525a3f3fe46c3f8fd2e6adf7173a8d475 0.04 MB 44 17
362,319 362,319 00000000000000000b422dc52113ba3862991e96c66f5f92b22b128cf959475b 0.07 MB 144 27
362,318 362,318 0000000000000000080ac6069ef2a11f16a8f65b45de41d0da93c33c52dd3b28 0.04 MB 95 23
362,317 362,317 0000000000000000083ed1c439d65f5d166e4e8f68826e0b0c9dff7920342df1 0.63 MB 1,098 26
362,316 362,316 00000000000000000c01b2cdb7315385739bc31d87dbc6f05208a1004e71e2ba 0.18 MB 279 22
362,315 362,315 00000000000000001388038d873190a49a34674de58b9130c632178e802f2402 0.55 MB 1,003 26
362,314 362,314 00000000000000000c9bf9bafbd3023e9a64e1b9babc39d1e5a7e053b8446b06 0.20 MB 272 12
362,313 362,313 000000000000000000f13d683be3a2ff0a035662737c1240fc6fea18e30bdfd2 0.75 MB 1,633 33
362,312 362,312 00000000000000001092c1c1c9ed2ccdfdfc234a2e076e1cf1c839de8928d144 0.22 MB 360 22
362,311 362,311 0000000000000000008edfccbc3b0b02b85f3f4a6cc9fab3de17160a77179fa1 0.35 MB 641 27
362,310 362,310 0000000000000000046258a5042624bf88925a7231a6fc5f842e4b2c2ead91c7 0.65 MB 1,316 27
362,309 362,309 0000000000000000119d751363deda803f5f4dc37fbde8088a0520b6504fcf1c 0.54 MB 864 29
362,308 362,308 000000000000000010e5db3526374c995de32b6fdbfa7a3752c6e0fc815e8066 0.28 MB 467 22
362,307 362,307 0000000000000000002ed0ebdea6ebc5400cf5d3287e65b11b5ffa2c13fb761f 0.14 MB 294 29
362,306 362,306 000000000000000011101b4cd3634ea73dfea051040fbe3d0039f8aad5d886c9 0.21 MB 186 12
Previous 10 blocks ↓
Total Size: 775.13 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,352.36 GB sent, 124.40 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.