Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,083 transactions (1.40 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,993 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 1,901 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,992 (133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,859 910,859 0000000000000000000092e93803f95fcb5511695f9947e495eabc4ae5ead68e 1.56 MB 3,063 3
910,858 910,858 00000000000000000001f34a9f118b0e9ec3e6d1b269a63356a29428230602ab 1.55 MB 3,442 3
910,857 910,857 000000000000000000010cf7751425b4d7d369e6c676591670af4362bace6316 1.65 MB 3,066 2
910,856 910,856 00000000000000000000f01aaa80228077403c81a98cdfd41970f4422702eb7d 1.64 MB 3,583 5
910,855 910,855 0000000000000000000229c31cb5580d19580a2b802c4cc432acbaa3eff9edad 1.49 MB 3,464 4
910,854 910,854 000000000000000000021ef5de62e87f0d7cea08272d872bcec1dc2557112183 2.00 MB 1,729 2
910,853 910,853 0000000000000000000149f60d17533bbb5c5a6c0dc83fcc10201649dd31f779 1.75 MB 3,268 3
910,852 910,852 00000000000000000001028660352f01929031ef3b8251d110fd639b3e489fcf 1.49 MB 3,162 3
910,851 910,851 0000000000000000000064c1086bd0e7019de3f9b0613f541bed82b1552174d3 1.86 MB 3,877 0
910,850 910,850 00000000000000000000950400adb54031c3a9b2ed8882604e21f16f44b8a978 0.31 MB 812 3
910,849 910,849 000000000000000000021e0eedb3f1ea0fea6456142c84e8881afc55548b508b 1.59 MB 3,668 3
910,848 910,848 000000000000000000004b6ba37dcb4592fd3e00dae938848c3aaf746de8338a 1.72 MB 3,822 1
910,847 910,847 0000000000000000000117426e53291338e0de2bf9564d82b5635870ec86192d 0.71 MB 1,600 2
910,846 910,846 00000000000000000001e5875270fa895ae3d7ba61a80d8ef296d7034f4d2948 1.72 MB 3,949 1
910,845 910,845 0000000000000000000215c6060ccf377f20359579428fe61aed94021d492c0c 1.72 MB 3,945 1
910,844 910,844 0000000000000000000020a266eb4a6d314e4a81dcd33aa6da71d7db857c29ae 1.75 MB 2,678 2
910,843 910,843 0000000000000000000155e2c2ec866217e50474105999e5408eecc6b4a32742 2.06 MB 3,994 0
910,842 910,842 000000000000000000019974ffa9bceedcf32326e7f3131e88a2d766e22342b7 0.31 MB 767 1
910,841 910,841 0000000000000000000005525a2fd5eb3c593b305804a38cb6f5e91349daac05 1.53 MB 2,678 3
910,840 910,840 00000000000000000001181c5eb0213d2694f353433b5d7b19e9009d036d4d79 1.57 MB 4,195 2
910,839 910,839 0000000000000000000024ef55df89da73aff17bd550a940ceac263a61c11120 1.81 MB 724 3
Previous 10 blocks ↓
Total Size: 775.22 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,359.76 GB sent, 124.85 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.