Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

807 transactions (0.22 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
910,603 000000000000000000022cb30000000000000000000000000000000000000000 0.21 vMB 797 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,602 (885,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,723 24,723 0000000089c7e1bf19e6d2db1e6101086df7c5e36d642f4fa99cfa7605fcfaec 0.00 MB 1 0
24,722 24,722 00000000274bbbbe84a27927196945bc04965c60eaa4b903cf30518b760790a8 0.00 MB 1 0
24,721 24,721 000000000542f663f094582fd04ea9ea046768fc0d92f8a67288e78a6a863c78 0.00 MB 1 0
24,720 24,720 00000000aeccc55cc1d48e466e299b6d958628f1518201c2e5bedd0da1deb110 0.00 MB 1 0
24,719 24,719 00000000ca0fbceab330d4b51b0ac150102ac94a6541839afc27cc0992ff18fc 0.00 MB 1 0
24,718 24,718 0000000028822043a8ff44527f868c52e1d30d6ace0f8410a7cd407324484b04 0.00 MB 1 0
24,717 24,717 00000000a21b488b22aee2133ecd4be31330dea5e210e3dddd0b2c3613cc695b 0.00 MB 1 0
24,716 24,716 000000006048df9e9dca47ddba2e246e4986c13f5e053be7f10a538cf62c4270 0.00 MB 1 0
24,715 24,715 0000000071113ce87866a106b75209fd9daaee343aaa49a8c03869656995d650 0.00 MB 1 0
24,714 24,714 0000000094d346a9e255f46121ab91fc5b9806dec358aa1649e8e73b4bb7545a 0.00 MB 1 0
24,713 24,713 0000000014f2f5f06d8647f29bcb814be5ab97ef02697caf91358dfbdd6b510c 0.00 MB 1 0
24,712 24,712 000000008142e692f4dc3e08b26f683993b9c047c6bf0dae00271a4fc2c9e02b 0.00 MB 1 0
24,711 24,711 000000000cb90a5093342c7306ab316fe40b18eb79cdc6e88dd3f86a45fabe54 0.00 MB 1 0
24,710 24,710 00000000f52970b2389099cb4c3ab6abe74ddf4224e730dcdbc1296aabc9d6ac 0.00 MB 1 0
24,709 24,709 00000000e8376e3896cb80179cea3afc7bc3726ae3cb31e8fd34b06160ea9677 0.00 MB 1 0
24,708 24,708 000000003b0efd942d5b01eaa89d8015028402eb41d15c8c48944321e825c8de 0.00 MB 1 0
24,707 24,707 00000000cf8f22849f8013c305bc8d259c18eaf7453c3586863ecaa7c320d3e8 0.00 MB 1 0
24,706 24,706 00000000101207195e79317f174a6c5f64d5c7c2bcdf39cf94a48fc83b72a64b 0.00 MB 1 0
24,705 24,705 00000000bb77efa02cb7af5d742ebe6aa1ad79fa5453b9249881be0ebd42e7b4 0.00 MB 1 0
24,704 24,704 0000000059a05c9961f85d3dc8a4c24e1b1ace6462ddfcbe0a1bf27bb4bee0c3 0.00 MB 1 0
24,703 24,703 0000000033e285d74e43e06c188d2bb6a8027b49e2ab1dea55e092bf4858e207 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.49 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,255.23 GB sent, 120.99 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.