Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,673 transactions (2.92 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,030 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,722 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,029 (884,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,904 25,904 000000002c96abe89585fcc7ce7f697921a19fac3c4f72f5c42806dca1df2c16 0.00 MB 1 0
25,903 25,903 00000000649a4381d8f4930cbfb6fbdd369705fa63e82c1f7ba85fce85c1ff3e 0.00 MB 1 0
25,902 25,902 00000000718a5b28ae027ff26d1da3abd47655a88e4798ce711d9dbbdf54c177 0.00 MB 1 0
25,901 25,901 000000000b04ef835175d01cb856832d9b968e3140e1352997167e7e56c84ade 0.00 MB 1 0
25,900 25,900 000000009fd2e61fd705b1bad7d862b6ac8b2931c0918899bf39de2e45903877 0.00 MB 1 0
25,899 25,899 00000000ddac3b3a28320f06d1d4a99d7b3bb339b43e8dd0a4d6b227acb69ba2 0.00 MB 1 0
25,898 25,898 00000000b1c114c28dee2a910baef008d5be9db8b3a7b2f5e9b5a35f496e9dc8 0.00 MB 1 0
25,897 25,897 00000000961a1b717a142c93e9393905366ea9a903ff8793101993f9426c753e 0.00 MB 1 0
25,896 25,896 000000005a2a20db9490f4ba966fe9476f1ff44fea364eda17a13e7460bb9357 0.00 MB 1 0
25,895 25,895 0000000089000ae7bd6647ed7c255a8ffad518570d4936612fca0027468e45ca 0.00 MB 1 0
25,894 25,894 00000000b974d793e79bb6da3d0c79811071890af74a555a9c210624b057797a 0.00 MB 1 0
25,893 25,893 00000000d8c5854cd91c1dca8f6c7789ba370464ee3a3ecb5fea1a079a7b8961 0.00 MB 1 0
25,892 25,892 00000000a9c5c4a03dbc72f39101330e9e7f1b188e513764192cf090276fe6a7 0.00 MB 1 0
25,891 25,891 000000009144537760c259fe21ddabbf90c404d4d4294b480da6fa1752dff2bf 0.00 MB 1 0
25,890 25,890 00000000dfdbf9756c1f68d8a95daaaccfad55db5b82f6cd4f89c13c5b81c24f 0.00 MB 1 0
25,889 25,889 0000000063689d97780b0e6e4f6d93a27770d50c93cc663cbf36ee662df14188 0.00 MB 1 0
25,888 25,888 0000000037df70bd3412132531ad910d2efb2ee55ea9d0351b552aade881ffbe 0.00 MB 1 0
25,887 25,887 000000003a2ff16eacbb02eddeeb01a77dc6d2701cb572998032d9a17c7f71df 0.00 MB 1 0
25,886 25,886 00000000cd5bae18010f3019d0c4ae537b56e94fa31e1385c36e472675acbd6a 0.00 MB 1 0
25,885 25,885 000000003876646beb0f1de563782f4ffe1be23f260b9de09ef96091174ba49f 0.00 MB 1 0
25,884 25,884 00000000050a0ae7604041ee03b7b9258eea4238ef3190a217593e07b7e36878 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.45 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,185.37 GB sent, 115.58 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.