Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

546 transactions (0.19 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,556 000000000000000000022b910000000000000000000000000000000000000000 0.19 vMB 536 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,555 (171,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
740,053 740,053 0000000000000000000820356900c55760db1c3ad2d73af5e657ef5d7a003728 1.60 MB 538 5
740,052 740,052 00000000000000000002d3ca1fd876ae2240156fbc8d048537cd89e664bb5736 1.55 MB 1,601 4
740,051 740,051 00000000000000000007add36f8450131758b1068923349b01154226029d9ae8 1.46 MB 3,007 3
740,050 740,050 0000000000000000000210ed9a025e9426fc619e7cfdba360d78c895e8658845 1.38 MB 2,507 10
740,049 740,049 000000000000000000001167c8dbf602099445f606256734a4e4f387f7357d13 1.56 MB 2,843 18
740,048 740,048 00000000000000000003352dbcf79f8ff1fe4ce10c2c3da570432173802b2371 1.50 MB 2,768 15
740,047 740,047 000000000000000000040e773f36c67206605a2e98541a5991b8e7410a1487e7 0.69 MB 1,090 6
740,046 740,046 00000000000000000003e54dfcb06d3275b64af387c8074b58cef4fbb32d381f 1.11 MB 1,543 6
740,045 740,045 00000000000000000008386fbabd81fae166750c5387daf348b50c159897ee24 0.68 MB 848 8
740,044 740,044 0000000000000000000767d528b3124cab60353d2787492395e668ace9d07720 0.79 MB 803 6
740,043 740,043 00000000000000000001ed3ee024ae0346a9ae96025edcf8a1cdb4d83dceb57f 0.02 MB 40 12
740,042 740,042 00000000000000000001070e03e56b725983e4e7dc118c35cb0b04be5b82ce33 0.69 MB 958 9
740,041 740,041 000000000000000000060da97abc850eee5db8957c0959e2188866ba8c33317b 0.02 MB 57 9
740,040 740,040 00000000000000000007385d60a76f31cbbc003a87176267392b4a434cd123a7 1.02 MB 1,428 4
740,039 740,039 000000000000000000074633fe9a4530b7858a1bc00e7d8e5fb31284e4f376a3 1.31 MB 1,984 12
740,038 740,038 0000000000000000000673389ab372117184a1eea16e0e65c2fa37ea90a49756 0.44 MB 1,001 8
740,037 740,037 00000000000000000006552457acc419364669fbda31e7c3bb30bea7e3d1b464 0.52 MB 638 2
740,036 740,036 00000000000000000004899997063520eea849f0216ebc5beed8df509111cb7c 1.47 MB 2,433 7
740,035 740,035 0000000000000000000247e8a655b8b3266b6fee50c84a9b0e3d0e941a59f971 1.57 MB 3,100 6
740,034 740,034 0000000000000000000029197188106d3c7436db8b76698448c33a3b2d821b39 1.48 MB 3,480 15
740,033 740,033 000000000000000000058d5541ea47dea4af45bc730ef5898e05959cdfece511 0.79 MB 1,679 9
Previous 10 blocks ↓
Total Size: 776.27 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,414.32 GB sent, 129.97 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.