Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,238 transactions (1.18 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,654 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,510 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,653 (837,566 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,087 74,087 00000000005499dc233c5fc996a26abece00f6929f599ee9878ba31645c55474 0.00 MB 2 0
74,086 74,086 00000000000f486cfed4622eb3ebbc734c5f10635b2544d004a6f9d961fb67d7 0.00 MB 1 0
74,085 74,085 000000000070c1dc07b34a4405416a523a1341a5f799a2fff34b8753792a43e0 0.00 MB 2 0
74,084 74,084 0000000000947b501af34525852c9735a3d5899745130a8788db152262fdb802 0.00 MB 4 0
74,083 74,083 00000000000c97e6bb5ea1631d43d37655310fb2df533ae9ba03de1ba3076783 0.00 MB 1 0
74,082 74,082 00000000004dd6ecd340fc77360a861879e9ca45a804a9c6ba097ad5db5e2acf 0.00 MB 1 0
74,081 74,081 0000000000a9e96b48d834f55c2aa82b883195c1d94db482e1bbb37197c9bf49 0.00 MB 1 0
74,080 74,080 000000000085bbf9b8cb275250dc42642d755b53f16d9e65e338234e5b4cc34b 0.00 MB 2 0
74,079 74,079 000000000092e1d1823fe756ebb3493af6b81dc603adaab7e71d8037edf338ce 0.00 MB 1 0
74,078 74,078 0000000000991599a5e1a1924ec0c8934bc54534e3f5f9aa35b28b78c91122b2 0.00 MB 1 0
74,077 74,077 00000000007123e24bf66ab19bf682d202810967a4afd7f10474fcfc875bf172 0.00 MB 1 0
74,076 74,076 00000000009c13927b3a19dbf2d0b1292ba2bbf250d7a1707021a184650609eb 0.00 MB 1 0
74,075 74,075 00000000008ed8742599155c548bcdbbdce5c80c96c4c3b51f8907833f08aae4 0.00 MB 1 0
74,074 74,074 0000000000a21068e38ef15ffe171a37164c5de75d4d729c1bf3dea4c70d6de3 0.00 MB 2 0
74,073 74,073 000000000010b57d5eb12e59060be19d3a17c5af9882dc11dc47744490ce75c9 0.00 MB 1 0
74,072 74,072 00000000003d3ddfaed265e45c36bb06112304d8bb9c2f5b56efc63e85992ecf 0.00 MB 1 0
74,071 74,071 00000000003611da4b60794583f75d98fbdc92718adca05db8ea4da17f1a9768 0.00 MB 3 0
74,070 74,070 00000000003d0c73b008bd4f5c5d47264d6e85c69606872fd6800c815f700163 0.00 MB 2 0
74,069 74,069 00000000002658818c9914c9d311782a697011ebf1bad6ac2b5958bcd026c31c 0.00 MB 5 0
74,068 74,068 000000000096754af0f9f91bc1375b0361084ac784b05249de567942f2136a3b 0.00 MB 3 0
74,067 74,067 00000000008f85275f9d90001492cbdde0778cb16da212a3562e2e3fd8e7c566 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.44 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,424.06 GB sent, 130.90 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.