Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

456 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
911,752 000000000000000000022b910000000000000000000000000000000000000000 0.16 vMB 456 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,751 (9,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,590 902,590 000000000000000000003cf6f9f1b85d0c96687a1ca212c9c927489d009671a8 1.45 MB 2,936 5
902,589 902,589 000000000000000000002d5c97bcc262e4ed568fdb835cc4924d43ccab973eb1 1.43 MB 2,898 5
902,588 902,588 00000000000000000000c59392b3237324fe2325c072dfc1ed0426f37650b227 1.25 MB 353 2
902,587 902,587 00000000000000000001f4a6e031d5df6e0480eae1a2b54f13f5a05d3168e9d5 1.14 MB 997 2
902,586 902,586 000000000000000000005da7ea9c49e9863070e8362167f49dafcfdd63679de4 1.33 MB 1,924 4
902,585 902,585 00000000000000000001b3d2cc1252a1e7b5e2e9052ff71f9fa501e702a757ee 1.51 MB 3,024 5
902,584 902,584 00000000000000000002139a04626f83f9521703f2212610d39e5d206b75895e 1.57 MB 3,198 5
902,583 902,583 00000000000000000002190d58689f0d1dca7777a821a6244d34ddd977409d56 1.20 MB 1,311 3
902,582 902,582 00000000000000000001c64dd53f03df67c7b176de2b3450b17a79d1b35d828f 1.52 MB 2,940 5
902,581 902,581 0000000000000000000208cee27d8e34b0e0be971a0576f6257fcc8bfdbff42e 1.46 MB 2,424 4
902,580 902,580 0000000000000000000082ff951c6fe296a0cd2c574b0e17ec45734853c6e4cf 1.75 MB 730 2
902,579 902,579 000000000000000000017ddd4119fe6a42865641b91a5d172b29d370898eadc2 1.66 MB 2,975 5
902,578 902,578 00000000000000000000aa3570b3564aece96b9ce5107e303759e7cda2f7013d 1.13 MB 695 2
902,577 902,577 00000000000000000000a4917f676da6f88c2b6d192a66bacf358f7902a5d9a8 1.15 MB 705 2
902,576 902,576 00000000000000000000398ecc74a6eecc8d64f903f7138d42a5cd1b26adf93f 1.06 MB 466 2
902,575 902,575 00000000000000000001f322951d799c7591bc961de16844c8a9be7d7ce73455 1.10 MB 648 2
902,574 902,574 0000000000000000000120a1611b714971b1265c6b28dc163eb18de66eb08c9b 1.32 MB 1,584 3
902,573 902,573 00000000000000000001d6054ab405241681de95a7dee212181c0c2c215b18c8 1.36 MB 1,335 2
902,572 902,572 0000000000000000000137955acd9c05460bb93838829d0669c53634e89822a4 1.65 MB 3,325 5
902,571 902,571 000000000000000000012ce785929b61fa4bb8426310b1c1680da769cd52bbc3 1.52 MB 3,677 7
902,570 902,570 00000000000000000001a04ef70b32d37d5600cb31beabe546e0ce8d1631874e 1.70 MB 3,024 7
Previous 10 blocks ↓
Total Size: 776.62 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,428.86 GB sent, 131.69 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.