Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,512 transactions (0.46 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,560 000000000000000000022b910000000000000000000000000000000000000000 0.46 vMB 1,506 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,559 (203,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
707,929 707,929 0000000000000000000a09bef2663c2b5b570a0bed009a3d87e1c75ed6344729 1.80 MB 1,477 5
707,928 707,928 0000000000000000000be6ec95f947976be45a9cf0779cd41c9062a72b711d82 1.50 MB 2,081 8
707,927 707,927 0000000000000000000824d04c34aff0c1d99d12ff794532af7498869a6930c6 1.49 MB 1,804 13
707,926 707,926 00000000000000000001bd84e3597d30212889ea566a59a867d8dfc1ba5374bf 1.59 MB 2,049 4
707,925 707,925 0000000000000000000965e27c66ff1d51f0300091cd34ccb915460196fd5574 1.37 MB 1,766 3
707,924 707,924 0000000000000000000a14f16244826dbe9c5559583aec8b155672f4cbf2909e 1.51 MB 738 3
707,923 707,923 000000000000000000081805747bc73cea1d81bdef2e25a1848ee0eb618d7b0b 1.53 MB 2,557 8
707,922 707,922 00000000000000000002b909838b5e1bd1c0448723abfb0810eadf3706d8410d 1.23 MB 1,226 12
707,921 707,921 000000000000000000076abec32aa2c67428bb6e10b5f1f1cb6ec05d443d6a8d 1.35 MB 1,962 5
707,920 707,920 00000000000000000004328f5b051606566701cffdb9e9d502b018e807827e65 1.47 MB 2,270 13
707,919 707,919 00000000000000000003f8e34024fca2fd892bfc62ddd934697f26fcc13fe103 1.15 MB 779 5
707,918 707,918 0000000000000000000362a6f764d571936a12f5c3cbaca022720dbb497adbcc 1.49 MB 2,841 15
707,917 707,917 0000000000000000000a7544f7a8267428b9669ee5f7aa5aef5bf2387cf2e01c 1.45 MB 3,005 9
707,916 707,916 00000000000000000001392d68f4ffa8c90502457091837fc03f0d16ec095bee 1.52 MB 2,780 13
707,915 707,915 000000000000000000056a4e8cc4f1a0d7ebc7c7409ea58096e5845437f4890c 1.53 MB 4,210 9
707,914 707,914 0000000000000000000a467c6fa8e9e64db99a20176ec4a603b4d7e5ee2f3ec7 1.50 MB 2,991 14
707,913 707,913 000000000000000000072a25d91060cdf522c00558765c5392d98920d4ad7043 1.63 MB 2,421 7
707,912 707,912 00000000000000000004f013039dafa4311fe046d7e5556e2bf6f0e21b539a26 1.24 MB 1,804 6
707,911 707,911 00000000000000000008900a9e6b8026941c21283bc9a196b94537a80a6d3962 1.41 MB 2,234 21
707,910 707,910 00000000000000000008f2061604c0853a2c234c5a7f3b19679f55b8cb33084b 1.20 MB 1,365 9
707,909 707,909 00000000000000000004256f5cd2b08741929e9e99130bbfadfecba834f3f18c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.27 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,414.46 GB sent, 130.00 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.