Loading Tool

Explorer IconExplorer

Memory Pool

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

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,400 000000000000000000022b910000000000000000000000000000000000000000 507 0.00275566 BTC 0.10 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,399 (823,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,677 88,677 0000000000170d3b6267575a03b801c3d3236699eb42887f6fea054347a94db3 0.00 MB 1 0
88,676 88,676 000000000019514c224f999fa68b2f202d3bb266e245f566360093349df324f4 0.00 MB 1 0
88,675 88,675 00000000001d9ef80695d591f97422ae98d2f06f1a861d4271fa5c53e9bf8168 0.00 MB 1 0
88,674 88,674 00000000000669b3f8a5db357ef416aabe1fd76add76fc489e1b521f5b64fc30 0.00 MB 1 0
88,673 88,673 000000000015529a82efbce054a9d484e43751aed57e193bde6f11d1f957d7d6 0.00 MB 3 0
88,672 88,672 00000000000f3c56e4ba5878592a68f386157c3cd763e9cc9cea4af25d5c6066 0.00 MB 1 0
88,671 88,671 000000000011f5243983f6973bcc3359abafb919264cfd9cbd720254ccd789db 0.00 MB 1 0
88,670 88,670 000000000004834e354b1d95e0d9c5f3b77483e6062f6427e0fcabc7fd3f4af2 0.00 MB 1 0
88,669 88,669 00000000001893ffdfb90fbd5d064c99adc8fe1cbe99fd180ba984f36336b649 0.00 MB 1 0
88,668 88,668 00000000000ec19fccd526df0ad06ed199d3933f59404f60e1044651d272e6b1 0.00 MB 1 0
88,667 88,667 0000000000083b786f5dafea20a8f233a87706add522db28c83e14cd79bf7544 0.00 MB 1 0
88,666 88,666 000000000009c734faaace8a8f7c50044547c0fefbd568e307b7e40abccded39 0.00 MB 1 0
88,665 88,665 000000000013158b9c1c601f8e7e48e21b8503d196ee136b692f371bcaaab0fb 0.00 MB 1 0
88,664 88,664 00000000001b6345a8a9087e46a13a1cf663961287032f8ad0dffc38f6e7ecf0 0.00 MB 1 0
88,663 88,663 000000000019c19d36c449d598aeca135cf44540b66c5e8038f7c43a99fa7493 0.00 MB 1 0
88,662 88,662 000000000007e27199d1c7fc0969c416fd544c7eb5d2df1f33957d04c55d69e9 0.00 MB 3 0
88,661 88,661 00000000000ebae28c49245a33c5afc35997ada6732e3f7013dd621447b417f8 0.00 MB 2 0
88,660 88,660 0000000000063e31d036a62d8c8721ffee3408727f65b310763fc54ba8127ccc 0.00 MB 1 0
88,659 88,659 00000000000d63ea2c4eae557337504b745a3875e7c53fa923adcee7f3185146 0.00 MB 1 0
88,658 88,658 00000000001a506f23d89652ef6f08e401e654142d648d24167579f151d85c84 0.00 MB 1 0
88,657 88,657 000000000016baeee7c7ce98428d3b62053a1448e1c9491d9161e91f9f2002b2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.79 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,549.73 GB
    • Received: 137.27 GB
  • Uptime:

Notes

  • 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.