Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

30 transactions (0.01 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,673 000000000000000000022cb30000000000000000000000000000000000000000 0.00 vMB 27 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,672 (851,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,995 57,995 0000000003cda0488565ad16a9c5bd510b7c874ade555bf5f2985dc10e6cd4ad 0.00 MB 1 0
57,994 57,994 000000000b190d80bd0f765d5db2988df25baa5c0ac2762dcebbe221f22142f4 0.00 MB 1 0
57,993 57,993 00000000131c6f93cca7d8294949c47046d9d884c293d68bd0739afdd7ec9580 0.00 MB 1 0
57,992 57,992 000000000ba4241e3a6f86870ff3097b5654e8f3d7ca3e6f9e3b6125c170c353 0.00 MB 1 0
57,991 57,991 0000000010891d4e57d87e8c02b0ae4c0cca6f80257cdbd5372b9e36c030f7d4 0.00 MB 1 0
57,990 57,990 00000000147eadfc9532565eab916a989c139123c910d086ef0da0305e818145 0.00 MB 1 0
57,989 57,989 000000000a2bb38dc34a6abba08dc5117a37696cdb964e5f3dbb9cfd4a6ddd43 0.00 MB 1 0
57,988 57,988 000000001412e0049917fcbab3e9de2215a1d28cb8a71c5fd4b7a8151f53e516 0.00 MB 1 0
57,987 57,987 00000000100ddff25249972f50b2b36079828fb7c918cb1ab551790246c50ce8 0.00 MB 1 0
57,986 57,986 00000000147837a3baa133d173be5b2b6164557f8a1063739f0d2dffa8d8bf5d 0.00 MB 1 0
57,985 57,985 000000000ca7f8e733f083a524ec1d92c241ac4c8b2dc7e24d4bab32ed5e2db7 0.00 MB 1 0
57,984 57,984 0000000005baae93cfd4437844a67e72db348c543fefeb5aa630a897b66746a5 0.00 MB 1 0
57,983 57,983 000000001408f61bacc147c2611f18f78ea01ee6c32258e767d5659042c7b6c0 0.00 MB 1 0
57,982 57,982 0000000008f03b8df86ffcec09f0640cd63c1798b2f57dc72032623c5d3c0df7 0.00 MB 1 0
57,981 57,981 00000000023e41d1dc7e02151091151d65ed4a4fad6c6aad33b87c5022ee04ef 0.00 MB 1 0
57,980 57,980 000000000ebeb58f2354d5ac8f2fe10af87e32f1108d63d41add27aa7aab892f 0.00 MB 3 0
57,979 57,979 000000001383982643e58ac6a809c78f3e5d4fda22ebba70a4fc0dd16d204452 0.00 MB 1 0
57,978 57,978 00000000114ac1cd64a5957a2d4f204d79b1526e2244dc4331a805cd6c9cac83 0.00 MB 1 0
57,977 57,977 00000000154ffd27760f10dd35ddc216981a15a16bf30478481b9cc9f0a330cf 0.00 MB 2 0
57,976 57,976 00000000114ee664019e819bcebf2afd425042104172f0393699a83af4499aa3 0.00 MB 1 0
57,975 57,975 000000000698b2a848298e03e4f115fc7d7aee0ca531e65740b132b3c6c4d0c0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.80 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,137.68 GB sent, 112.32 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.