Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

562 transactions (0.16 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,603 000000000000000000022cb30000000000000000000000000000000000000000 0.15 vMB 557 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,602 (838,762 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,840 71,840 0000000000e17697bf57bb445a6f170bc1a7a78388a3930e66435ac51b883eaf 0.00 MB 3 0
71,839 71,839 00000000002cb331a1b705ba1762d8f133b5669274113c39b7edbb9a02c112ea 0.00 MB 5 0
71,838 71,838 0000000000f4b4cba31423112993d7cb8bbc14cadba1afae6e6cda1c8138ecc9 0.00 MB 1 0
71,837 71,837 0000000000f2cb5aae3a161b72f34a77ac78dbbe95909128a06109d96599452c 0.00 MB 1 0
71,836 71,836 000000000052dcb560130f258302bbea2d0aa2d63d1a583eec1b534d8bb48dd8 0.00 MB 1 0
71,835 71,835 0000000000e26c6c88d12c8c16a0715a3fd21cded94d3a7ef9edc70b83767e57 0.00 MB 1 0
71,834 71,834 0000000001014f19e4004dd2ab6b50999b7dcbc2500438ff789a08ab996f1b54 0.00 MB 1 0
71,833 71,833 0000000000daea4a6975029f56114690ac4751dcf171589883a526224ba45488 0.00 MB 3 0
71,832 71,832 0000000000b781a415a3ac1ba52646c65f727361ab007e19964d36722a95002b 0.00 MB 2 0
71,831 71,831 00000000005dd65d1eb674e2d7a937128bc57366f473a7ed0692f7113b4194f3 0.00 MB 4 0
71,830 71,830 00000000008c0ac52606c13d1dfb5a00149b70f961a5d30656760c46b37dc565 0.00 MB 1 0
71,829 71,829 000000000065f8960bf80f5c8d4be622722790507cf2031e52079016a2ca83a6 0.00 MB 2 0
71,828 71,828 0000000000064150956e89cb229c972d5ce05f3c31db64381a640da35c0d05da 0.00 MB 1 0
71,827 71,827 00000000001f6db01f5e563fdbfd7ba4421a6a14fa5ba0bacbd00678ffe619b5 0.00 MB 5 922
71,826 71,826 0000000000d15bbe2bb583c5a7255069217e8d3aca9a9dd112463f90a2a42c28 0.00 MB 1 0
71,825 71,825 0000000000b87273694e2f67a5bddf947078e847344387bdade35b3fb505aada 0.00 MB 2 0
71,824 71,824 0000000000666502938231411c712386bb6b04e4796f36e6342025a2840ca09a 0.00 MB 3 0
71,823 71,823 0000000000c6e3299eabad7ff249fe29b151df6e58d4588ced1fca53a3a40f8e 0.00 MB 1 0
71,822 71,822 000000000046f3aa065ed0ebb5ec5527dff3e54a179510d249a17d9add4fcd0e 0.00 MB 2 0
71,821 71,821 000000000017385416c99766dca33f9195131a096703a540c937cf42212db7c9 0.00 MB 1 0
71,820 71,820 0000000000e407f31c4840a7099c62375b4d0faf56b5509f665eb30016ab33f1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.49 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,255.23 GB sent, 120.98 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.