Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,389 transactions (0.96 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,361 000000000000000000022b910000000000000000000000000000000000000000 ago 0.96 vMB 3,376 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,360 (186,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
724,368 724,368 00000000000000000009b18937bacfafa258487b32fe089f47d160a340278386 1.60 MB 3,261 6
724,367 724,367 0000000000000000000416a38e6abfc0076506d93a0eeffee4c29c2a5b6a857d 1.50 MB 780 6
724,366 724,366 00000000000000000005f8b98a1a8e8fd38e1c7e929c0499ddc2a2c79d5b53c6 1.65 MB 2,309 8
724,365 724,365 00000000000000000009a956359e5f401028d38c045e47f564dd83bae17ac873 1.65 MB 2,727 11
724,364 724,364 0000000000000000000509632673f2f0f8e3086fa115e11e1551adb994a4aa70 1.41 MB 2,976 25
724,363 724,363 00000000000000000007a152def499d6135019a875d8ac4f10bbc7bd125b3631 1.38 MB 1,524 11
724,362 724,362 00000000000000000007962169ff97a6d2bbbe27c999acbcf585380e59a5d759 1.46 MB 751 1
724,361 724,361 0000000000000000000586d3f0ffd1c918485c9a8ac9a2cdbe1278d722332173 1.57 MB 2,621 2
724,360 724,360 000000000000000000017c3f81e80d74e795719e7b07cf32e490821c37cbb2a4 1.57 MB 3,015 13
724,359 724,359 000000000000000000093b48c03054932da00a1b80a405fc8a903ac3a01c250c 1.27 MB 1,387 4
724,358 724,358 000000000000000000081ff160083ca12f0838a624d40e3d4660a228ba07025b 1.61 MB 2,086 8
724,357 724,357 000000000000000000063179cf4c270deeed72b80511cb3baf95922f73076ae6 1.62 MB 3,193 6
724,356 724,356 0000000000000000000061974ecaa73c616deab789e4b6675b8512f839a0926e 1.80 MB 1,991 12
724,355 724,355 00000000000000000003542127cd1a516c8c7b78136ee4d8645f604056a61916 1.67 MB 2,445 10
724,354 724,354 000000000000000000086e116eb9b4b09b03105a0293871f486861a5d7757fcb 1.53 MB 3,258 7
724,353 724,353 00000000000000000009f260800c485e2c89d9a835d5dcabb6c66c3c8aaba9ff 1.64 MB 3,314 7
724,352 724,352 000000000000000000077199203ca743e8dd9acc6841bc0bf6eb97cffd0641c0 1.49 MB 2,708 19
724,351 724,351 00000000000000000002fa93bf88264730c313c2d596dd3ac8cef2225e89e6cc 1.53 MB 3,210 9
724,350 724,350 0000000000000000000286d4b95b2bfe72194cfc17288f7c083c4c856ebfdc9f 1.49 MB 2,846 18
724,349 724,349 0000000000000000000508d5b5e22ae09c35e59513f5fa4f5e0ed311f177e426 1.47 MB 3,024 23
724,348 724,348 00000000000000000002888549d5ccab15886bd038af0f376d0e2aae7d39f3ca 1.64 MB 2,542 10
Previous 10 blocks ↓
Total Size: 775.91 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,401.45 GB sent, 128.37 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.