Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

929 transactions (0.29 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,505 000000000000000000022b910000000000000000000000000000000000000000 0.29 vMB 914 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,504 (113,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
798,358 798,358 000000000000000000042050e0296b5c1d42e8bc9d97d4d1c1b415001047d9a9 1.52 MB 2,248 17
798,357 798,357 00000000000000000002920ab5b3cc711af19924dfa84774878ffb2f2f291130 1.76 MB 1,783 10
798,356 798,356 000000000000000000002e9831a63dc9a43b5c73ced2b750186925ec8ca0dba2 1.60 MB 2,957 20
798,355 798,355 000000000000000000049fcb144f78c43799c19c231d388c8d20a27833d93107 2.05 MB 5,867 7
798,354 798,354 0000000000000000000520d774285b6414c00cbe6ee59190140b89e7524d0636 1.99 MB 5,963 6
798,353 798,353 0000000000000000000415e14c88cc02cb957caae012f13679ed54be8e521626 1.60 MB 2,043 9
798,352 798,352 00000000000000000002496ccbbff18c31b3b88448dfedc7616349742737c42c 1.93 MB 5,601 5
798,351 798,351 0000000000000000000390106216225ed12bf74e0f1828584a33d14969f1a988 1.69 MB 4,075 9
798,350 798,350 000000000000000000042796d919e175e2131e9b7d117c5ed830162709cfa457 1.15 MB 861 6
798,349 798,349 000000000000000000008e6e49fbcd506b5c0fe617d3a1baa4d92c9b3d119026 1.59 MB 2,841 13
798,348 798,348 00000000000000000004ce1a0c827b65958cd82c68ab4fd5c137b7975b2c4118 1.65 MB 3,318 12
798,347 798,347 000000000000000000039ce5413ee6c6fa707918ea60fc2b2a9f5d5be3bf35bb 2.05 MB 6,140 6
798,346 798,346 0000000000000000000149d11b2d8b8f0d399e00de33a9c81218f2f506291c7c 1.76 MB 3,410 7
798,345 798,345 00000000000000000004348fa27c6f7b39c07c3f0bbe958f9aff65f4e436fe4a 1.28 MB 1,466 18
798,344 798,344 00000000000000000003de41460f99d5f53e33f20f1466a5df1df49de1d4fb77 2.06 MB 6,495 5
798,343 798,343 000000000000000000021d7926df8b1a267f37effba98f2754b4fa2587e72ad5 1.40 MB 2,138 10
798,342 798,342 00000000000000000005180b03ada74e79274eb56dbd4147fb05b0ed4d9a0189 1.85 MB 4,461 8
798,341 798,341 00000000000000000004c3dd1955ae57680c9f9a6bc2ea4140f7461604d3cb51 1.46 MB 2,462 10
798,340 798,340 000000000000000000043011bc05524f3edf8627e069a9f5b5a828475f1957d8 1.72 MB 4,435 9
798,339 798,339 00000000000000000004916cd6c672b818efb5646aec524440dbef9d107d0433 1.67 MB 3,917 6
798,338 798,338 00000000000000000002fd701129f8eca5545daa28c93ac072cb7bb5eb1e9382 1.39 MB 1,828 11
Previous 10 blocks ↓
Total Size: 776.17 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,412.43 GB sent, 129.57 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.