Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

699 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,393 000000000000000000022b910000000000000000000000000000000000000000 0.19 vMB 699 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,392 (374,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
536,686 536,686 0000000000000000000fc1ff221c21e238bfa5a0175cb25fc955538142102076 0.09 MB 154 30
536,685 536,685 0000000000000000001cc2af0ba3102894d01684886773c673e51181ec7a5590 0.66 MB 1,438 11
536,684 536,684 00000000000000000021bcf732cd99c0fa7df99eb667cb26c34e8d7ff688e66d 1.14 MB 2,135 18
536,683 536,683 00000000000000000008b2409cd262d426940af729d8b57096dc89a84f566a13 0.90 MB 1,528 22
536,682 536,682 0000000000000000000f82da68ec31b8078a18d69918b7a975eb4e613a6e008c 0.66 MB 875 21
536,681 536,681 00000000000000000010db428481b7886a39a73bf078c9ea01aefb086f1381a0 1.19 MB 2,480 11
536,680 536,680 00000000000000000003a0dbc6359eeaa8d393f6217937266b03798815bf7ad5 1.19 MB 1,244 26
536,679 536,679 0000000000000000000f24cdf68788f9affe51b0e2599c88eef434d244a836c5 1.16 MB 1,764 5
536,678 536,678 00000000000000000008f0aed09dfe102aee144bfcf280b8e65e5d90ccac425c 1.15 MB 2,214 22
536,677 536,677 00000000000000000015eb97bc5291f6b52b8540ec4d88bb7b3c6d9b1b62dffc 1.13 MB 2,636 6
536,676 536,676 000000000000000000154b8d8a0f729cca53333e6ff90c9108fb8bc9e787c8a9 1.24 MB 1,640 29
536,675 536,675 00000000000000000008171b1af264dafa120c14022d736863e45700880a165c 1.48 MB 1,690 8
536,674 536,674 00000000000000000013aa01dcc3e3acdc3e939eab51135a50d85eb22d58823c 1.12 MB 1,552 42
536,673 536,673 000000000000000000083586cfe22c5c0f8a6614716385da487b1a0957a37993 1.11 MB 1,616 37
536,672 536,672 00000000000000000020109d45dfc21b39a3e4e4e2883f3993e00e0e0b6eb4c3 1.13 MB 1,904 26
536,671 536,671 0000000000000000002b1afd330ebdd7c62dbbd06cf78c8371abdad7aa9ec80e 1.15 MB 2,135 22
536,670 536,670 0000000000000000000c69e23557570e450c6af2ae7402fa24fe7d3f83545189 0.23 MB 500 24
536,669 536,669 00000000000000000003e24c036126b87c1a152c89a619194f11d8b2b8cf8462 0.23 MB 333 17
536,668 536,668 000000000000000000253d147405b4766041b883ec678cdd64219baf6292df32 0.92 MB 1,516 14
536,667 536,667 0000000000000000002716c75f07c38e80caf69b5dc65295b6163a910a9c3834 1.13 MB 1,453 21
536,666 536,666 0000000000000000001931631aa1d36556b91b8a4e41feb50af0913cb606af1c 1.11 MB 1,812 9
Previous 10 blocks ↓
Total Size: 775.97 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,403.38 GB sent, 128.64 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.