Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,367 transactions (2.01 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,031 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,061 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,030 (898,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
11,855 11,855 00000000b0e1f89f042c63619386ce7f3a1aad1d7e8ebe1a6c6b564f4d84eca2 0.00 MB 1 0
11,854 11,854 0000000079ca3ac21e5a6cd1e9822bfb35c9d6b348b682690eef4b5fe7381d69 0.00 MB 1 0
11,853 11,853 0000000079ecd339bc5a55ab46328aad005ecf4a0a0fcb4fa2dae6e8ace989a2 0.00 MB 1 0
11,852 11,852 0000000027fc0191cd8a8ac5cf583fb79b301be850c1c6a5ee3f03c4f6e58df0 0.00 MB 1 0
11,851 11,851 00000000a1378c9c243ba87a8d9491694793e46754aafae4730af4ffe03dafdc 0.00 MB 1 0
11,850 11,850 00000000d602bb2b22ed67609b6ebaf217cded827ead0753fe43d269eff0afa8 0.00 MB 1 0
11,849 11,849 000000002098986c875b1433718ea963f78c3c27b5ce333418f4b7c431c13ad2 0.00 MB 1 0
11,848 11,848 00000000d844a3414c15dc93c821fe058c49635c8d1d5892ff3187eebdddc504 0.00 MB 1 0
11,847 11,847 00000000d85569d2083b8e9fd822073c7411bf8f08415ab2c5121835c251de3f 0.00 MB 1 0
11,846 11,846 000000003fe0d3a7e336cbcd1b0581e92ad1690967d4a9ba6a0344e8dd910029 0.00 MB 1 0
11,845 11,845 00000000ebe53478331df74bf88340198dfd90a2cecc1f18b950ba563a7367cf 0.00 MB 1 0
11,844 11,844 00000000eda6ddd7bbed6733af820af70758e64bcddcd3bc5c6b97032e2ac779 0.00 MB 1 0
11,843 11,843 0000000004cf9cb28afa1542447eeb1353dfed7a33199fcfc6cd9481610664c4 0.00 MB 1 0
11,842 11,842 00000000b36b3add73b34166d857fba30791f07e8cd55b5ce09ed98b91c5422c 0.00 MB 1 0
11,841 11,841 00000000ef98941553c1a6eedc8aa02851404776ce63b8cb27f46b32e9c9b952 0.00 MB 1 0
11,840 11,840 00000000e1c82c95b6023f94323d7c722f2a4f50ab42ef70f728dcc35ceb2e03 0.00 MB 1 0
11,839 11,839 0000000042b71994bb4ce62e2cc6e0c68b21942aaa46761a37d3eb783f6c096e 0.00 MB 1 0
11,838 11,838 0000000024216110284142f2605a78cdff167aa3ec75c569f4bcaa24311e48ab 0.00 MB 1 0
11,837 11,837 0000000072107a9634e7adb1db8ab3553a07b4d246347551c6390fc11f72861d 0.00 MB 1 0
11,836 11,836 00000000e05b3fa722d74f5a386198380c0beef1013f2580cd6ea906c5cb30a6 0.00 MB 1 0
11,835 11,835 00000000f96308d42f88a87ca2ce6ff2519db00c45f2580a144f41c929717507 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.