Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,382 transactions (0.79 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 911,612 (837,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,099 74,099 0000000000adfa052abba50cbed35df7ae8aebb2820a3cc081cd338034f7563d 0.00 MB 1 0
74,098 74,098 0000000000894230ce6e16b5894289d80a5654ddbd1baae2e54c80b5d5515afe 0.00 MB 4 0
74,097 74,097 0000000000b046c042a4715754ff1ec849205f2fcf48122d44e0ef2b6e74e8dd 0.00 MB 1 0
74,096 74,096 0000000000af7ecce20e5c2cc59da4103c2be50ca9a5ffa94317e5ea13896eed 0.00 MB 6 0
74,095 74,095 00000000009b3f6a6652ccd47ecd8a4cf6f9aca4c1fbe5aa44662e6df0537500 0.00 MB 4 0
74,094 74,094 0000000000089fc7c76918e8d8a27988b6cf65ad39555bc473d93aeb3bca2fca 0.00 MB 1 0
74,093 74,093 00000000005cfbff54f469d2cb4ce00dc15f81852feb4b7c506c57341096e146 0.00 MB 3 0
74,092 74,092 00000000002df49ab7a05678263fafb1dff3e36b1a5506b78fdae2caf8fb9ae5 0.00 MB 2 0
74,091 74,091 0000000000768123d8b13ce194527bd9e72510b9a2f1a2a9b34896afaea28997 0.00 MB 1 0
74,090 74,090 000000000015a900a00afd1c23511ee0eda064346fab993202d3a5e68f0932f7 0.00 MB 2 0
74,089 74,089 000000000092eb96babd9fa4b29a1816811196b5af3814ebb4f0d5cb65aba2a3 0.00 MB 1 0
74,088 74,088 00000000001866d79b840df9009a3aed0f283d0c7d36a21f62cb616c11921112 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 776.37 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,420.53 GB sent, 130.48 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.