Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

10,567 transactions (2.91 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,690 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,344 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,689 (826,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,059 83,059 00000000001581969b0db5733c72fe00c4266b9796f38fc42b143457f0683236 0.00 MB 1 0
83,058 83,058 0000000000289ff9598746f082428fc91e08643066fda696a93afc5a42a1cde6 0.00 MB 1 0
83,057 83,057 00000000001cfec39c66f693f5965cd511dd8d54178f84e0acffcf62562e4ff6 0.00 MB 3 0
83,056 83,056 000000000008b088ddaf71f2a03904255191ce52816223f7a4f3d870e481998a 0.00 MB 4 0
83,055 83,055 000000000022becde8057ce8e9076422b12359476d5fed3a9dc81ae9627011b0 0.00 MB 2 0
83,054 83,054 0000000000201ccc1ce4a46db50642c9998967f64ad00f5b0c15cc976318e661 0.00 MB 4 0
83,053 83,053 00000000002ba9c66c8d49441a509a7d3fc31dbcc904e977b1adee70e8f17721 0.00 MB 1 0
83,052 83,052 00000000002075fcb3709db6bcbe3779036239148c1f71bafe289490b4fe442f 0.00 MB 1 0
83,051 83,051 00000000002b54930cac1292912ce50935e83ea43e0eb71e6f1ad5a821b0519e 0.00 MB 1 0
83,050 83,050 00000000000271589145eada7918b52d7be74ef86b7aea2b02461bc376d05f6a 0.00 MB 3 0
83,049 83,049 0000000000183993502f34a2272ce480a25981e0ba51274c9a4cbbbfc4e83189 0.00 MB 5 0
83,048 83,048 0000000000259f253d9d4085fed18e9d53990e97a42bb73b206930870ad0507b 0.00 MB 1 0
83,047 83,047 00000000001bf09c152eb2e1308fc8fc2852189199088dd283b59bcf2acceda4 0.00 MB 3 0
83,046 83,046 00000000000cc529c8a0964f0170ebbda3a4f7e2f26d3dba2470b3e238c30d15 0.00 MB 3 0
83,045 83,045 000000000002f9dc0a5c69a6d89369c0789704ce603f5f20a9080f37f31a54c8 0.00 MB 3 0
83,044 83,044 00000000003184ee0dc96443871fe7b47495fa309c69e3f34a19d1cb117b63ea 0.00 MB 3 0
83,043 83,043 00000000001780132cc22e41791fd9f6af6ef20bafc8938af85772c3d49d3275 0.00 MB 3 0
83,042 83,042 000000000029b18631955473e3abe82b6e6b366cc005de01528c2f1e75bd0671 0.00 MB 1 0
83,041 83,041 0000000000234735b154804a31f9ddcfe794371a6a7ab5d84b42772cdc366663 0.00 MB 6 0
83,040 83,040 00000000002092fafa341d4990f1167b0f0c72aaf31434b623969efc2a5b19e4 0.00 MB 3 0
83,039 83,039 000000000001cd89d3c30896826f5fde7feb6b2d69c33b1930316cdc15d1b7c6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.83 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,149.44 GB sent, 112.49 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.