Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,334 transactions (2.12 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
909,630 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,616 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,629 (851,621 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,008 58,008 00000000130c00b449ea56db27eeaa687cbc9995c94204fb4d88b28bdcc33ecc 0.00 MB 1 0
58,007 58,007 000000001252d5e42bf1411d6e26c3e8002b875976cca2fe85d17b72ba5a0b70 0.00 MB 1 0
58,006 58,006 00000000133fbef93c4a76c2ab3ff1bc5954dc2707d50c69fbfd7d3e41720d0e 0.00 MB 1 0
58,005 58,005 00000000035e5acf58f0270a2ef77a6958f60b04cdef546a840cc784261aef1e 0.00 MB 1 0
58,004 58,004 000000000fd7bf18c80dce27bd162076c06752e1c4682ad6b559493b54abd0d7 0.00 MB 1 0
58,003 58,003 00000000127a9b75a694b24ff6d07706dbbd7f0b19896ce93d7f90bd9fcc32da 0.00 MB 1 0
58,002 58,002 000000000731d0a3589ebaf825cc6eaf1337eeab9a7118725abf7c4ef72b74f0 0.00 MB 1 0
58,001 58,001 000000000e52b80e848807d7d0a7085fd561b613e5045a492da9680d380f84b0 0.00 MB 1 0
58,000 58,000 0000000013e3791d288d9db814c52fbdf240b2206eb8e19d7dc80013c60c0c00 0.00 MB 1 0
57,999 57,999 00000000140ce7f02b2bacf8a6341f7c7934c859becdbfaf20e04c1dd7cb5d29 0.00 MB 1 0
57,998 57,998 000000000109ef79f6fec56589f9d7b21f14586bea81a0b036a852d3d2f42b04 0.00 MB 2 0
57,997 57,997 0000000012f2653d20f7f89c7f9afcdbcdcb57e88e2a3eb9261810ec530819f6 0.00 MB 1 0
57,996 57,996 000000000e89a6a1a0ec5447e398eb0ade92926ade591e2af7c2c91282a38b5f 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 772.72 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,110.79 GB sent, 111.93 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.