Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,150 transactions (1.34 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,425 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,882 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,424 (882,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,873 26,873 00000000e532dbc17ecc1c0ccc8fff3885b6162650bfe997b424725e2edfe5b6 0.00 MB 1 0
26,872 26,872 00000000953d6e9fe610720b7b736015e7103eaf3345b46ef8533f054d6f8bf4 0.00 MB 1 0
26,871 26,871 000000007f343e3dd4e6a01e1c75f3e5f556aec9256726f9519cecfc3674ffb3 0.00 MB 1 0
26,870 26,870 00000000b10f3a0f45dcf0fdb6aa47587bfe1fe69b5a411a174f455433251ec9 0.00 MB 1 0
26,869 26,869 000000008b98db198824637d69f94252169ea73fb8f9a702a42252079724d5ed 0.00 MB 1 0
26,868 26,868 00000000e84020e6f14b23807a2b693194c6012b787dbf5c4652008a3c94c4cb 0.00 MB 1 0
26,867 26,867 000000008384720e8a54cfa8d89eb00573e9a8627f98e8f787c448113e90fae0 0.00 MB 1 0
26,866 26,866 00000000ccccba6fff8ae8eb3f8cdf14f399c99b1fc517b428df8e408a682e3d 0.00 MB 1 0
26,865 26,865 00000000becd61b576dffdd3e00f3984145439d9afd9cf5942e7299ab43e602a 0.00 MB 1 0
26,864 26,864 000000002872ad9dcca63dc750aae3d5cb63532b232c8a0ea406cab43c4cb37a 0.00 MB 1 0
26,863 26,863 0000000006418b8848d045a16114f6ae3193c25bde399aa3386d7ee7bc7199cc 0.00 MB 1 0
26,862 26,862 00000000802fe2fcbaf6397b2f94a083f8df4f04668f1ad92754b467bb0937c5 0.00 MB 1 0
26,861 26,861 000000002cb115369bbcc577de19719573969956b237c05d45b955ba6ed73548 0.00 MB 1 0
26,860 26,860 0000000085123c82e8dc4331c491842402271e6efbbe06f1fe3b594996a57c16 0.00 MB 1 0
26,859 26,859 00000000f535d17936151fa9dbd3476488182deb3a45ecc84ecb389391b47982 0.00 MB 1 0
26,858 26,858 00000000ec8e03b704d00690a3884d7ddbe0069453aa92f8ad70ec75ca98cabe 0.00 MB 1 0
26,857 26,857 00000000a6f15970baefeb57eccd14874845712a78aaa5e1d9c24a9000748c6e 0.00 MB 1 0
26,856 26,856 000000008706b749d48d32f37eadd78dfe7781e719781588a577a168977922e9 0.00 MB 1 0
26,855 26,855 00000000a032ea21c13a872751a1634b5bb16052c7cc0caaacb811174bd9532d 0.00 MB 1 0
26,854 26,854 00000000a43d9748c3ceb209d755e3058a6f06d73aeff5b8a7d5b6d96805a177 0.00 MB 1 0
26,853 26,853 00000000906ab678ce0425893a5ca41f70a6970d541338b6c041ba26c49605a8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.33 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,072.23 GB sent, 109.83 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.