Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,925 transactions (0.80 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,579 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.78 vMB 2,919 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,578 (838,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,849 71,849 000000000022d92883db0d1eea6d98c7de615fa5919a1d2a5c8e93dcdd058ff8 0.00 MB 1 0
71,848 71,848 00000000003d778ad2042d34034843c24baaa74951c55b9e0ab01aacecbfc9cc 0.00 MB 1 0
71,847 71,847 000000000107c83951f2ba43e4636d12baffa43c5161c1d983006fc8c496ecd3 0.00 MB 4 0
71,846 71,846 00000000009c4e9dab4fe8f8ef6e86722c6d75322d478565ec4123427b1ec839 0.00 MB 3 0
71,845 71,845 000000000098357fcd16265265cf9e663d7cf4af1ce9247d5471daf27a471b78 0.00 MB 1 0
71,844 71,844 00000000002888becdecd6a5d3dba9c2745c819ccdcaeff5bdb65f0034051dc5 0.00 MB 1 0
71,843 71,843 0000000000765adda725ea75bd90bd3f85057c08f4b609011b72b7365666a37a 0.00 MB 1 0
71,842 71,842 000000000023c3895cb2f6e9bf780bcb01c3fb11eddeef5c423a7289c0fa4af6 0.00 MB 2 0
71,841 71,841 0000000000304b9a0cdeffdfa3a39396e4c2481aaa22a24ca1bbe8c73a3b6f9b 0.00 MB 2 0
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
Previous 10 blocks ↓
Total Size: 774.45 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,253.25 GB sent, 120.79 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.