Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,227 transactions (2.12 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,168 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,948 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,167 (834,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
75,821 75,821 00000000001fc9c0b7375bddda352c0f9bbabecdd46d776fcf871d3dac1c4d99 0.00 MB 1 0
75,820 75,820 00000000007df12469a6997126035ccba3d6dd4e39f6b7a3b316d07a2f74086b 0.00 MB 1 0
75,819 75,819 000000000072ed91175bb2c2c57b57c0bcfe8c52e3a8244d0fff88e87a4bb780 0.00 MB 2 0
75,818 75,818 00000000005aab88908671990ba595e4b4598857fdb845f654080d4d651ff0b9 0.00 MB 3 0
75,817 75,817 00000000007d269a6d78fd64dac3df7fda248a9e0f193e37f8141a9146b2a143 0.00 MB 1 0
75,816 75,816 00000000004bbca9721c9d6075ba2f30d4afe643a51d8613645d684c242938b7 0.00 MB 2 0
75,815 75,815 000000000065f73e9b2053497aea9a00b42c5e1ae9711a64e80abebb350283dc 0.00 MB 2 0
75,814 75,814 000000000067ec51c9e694ec1d9615506851c5155687839fff304562a5b29cc6 0.00 MB 2 0
75,813 75,813 00000000006bea19041b4f89a1edeca7ec2aa9ad06a91141fa15d3afe81aec54 0.00 MB 1 0
75,812 75,812 0000000000390e06eceafd97dc8514a282240493877fb107dba6fbbe92181310 0.00 MB 1 0
75,811 75,811 00000000007892fd6311e0b173c520014dca1533d3ec550e16b0e630fe16aca0 0.00 MB 2 0
75,810 75,810 00000000002e211cf9f710bc5ffd4c6e078c39e0a2717d1eaa5e8468bda2cc12 0.00 MB 3 0
75,809 75,809 0000000000094696925e4561c35c08e80fd5df0957a4f19893df7460af3299ce 0.00 MB 1 0
75,808 75,808 0000000000613885d45de6af13011e833e3aed9dd38c835122ca5fa627af716e 0.00 MB 1 0
75,807 75,807 0000000000289c21341379b403c5d3e516c56cb4f19af066b220f36bbd1e9e5d 0.00 MB 1 0
75,806 75,806 00000000000588994550d62167e2c8fc976581dcebc06d0185f3b98505356e16 0.00 MB 2 0
75,805 75,805 000000000025971eb7654c393de514a88d3b110b79c2fe8290f7974faf06f891 0.00 MB 2 0
75,804 75,804 000000000018acde2368c0c63b3ff0f6329a8c8e6f5c0aea68fd7945153c9700 0.00 MB 3 0
75,803 75,803 0000000000538005d5aa4bcf5fb3e4e093ad8fac8746baa00e2a66aa3ed0e825 0.00 MB 1 0
75,802 75,802 00000000005eb50e863fa18054e395c24172d176e58ac2b379e5cd1b95ff4c91 0.00 MB 1 0
75,801 75,801 00000000007580d83edc39774cc42ce25d19d22930cb96a2b2d24e76c925b753 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.70 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 113 incoming
  • Data Transfer: 2,194.02 GB sent, 117.06 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.