Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,238 transactions (1.09 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,919 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 2,818 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,918 (376,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
535,756 535,756 000000000000000000002b744f124a5830f793ce8a9fc3e306442dc0e783def7 1.01 MB 1,171 7
535,755 535,755 0000000000000000002f33391c8d89e357823a2db5d3ebdcce27f33c6f6ded1e 1.16 MB 2,223 24
535,754 535,754 0000000000000000002416300a3eb71cc8bfb70cf8ebf0db9819a102226f1b17 1.12 MB 2,103 6
535,753 535,753 00000000000000000010fb7db95f42984f67ea91b6db48e3c9c2e31198ce5e31 1.14 MB 2,361 35
535,752 535,752 00000000000000000001ba8921fb416e08a91d70542c689c12c0038da113bd1b 0.72 MB 1,200 12
535,751 535,751 000000000000000000227d89f2a91763c308ffc84d694980f2915f5e45245fb1 0.47 MB 967 20
535,750 535,750 0000000000000000002d28cf4c27474b36031ed405b90f83d36ea403ac4e76a8 0.31 MB 338 11
535,749 535,749 000000000000000000014fa8f814efe8b6134e6e1a8a5689603a88b9834529bc 1.26 MB 1,938 11
535,748 535,748 0000000000000000001d12d4953c77c89e9e245d29d3ab248e6870292664823f 1.20 MB 1,829 8
535,747 535,747 000000000000000000038158603269e1eb78d8ad4c31385df4421182869cacff 1.12 MB 1,730 4
535,746 535,746 0000000000000000000d9b8746a306df8f54baf33805ea66b5e809b98b4b79af 1.25 MB 1,881 7
535,745 535,745 00000000000000000018dfe3b654d4100799838493dc79513418bd5069def709 1.22 MB 2,297 21
535,744 535,744 0000000000000000002909a9e17d98e76c473667c9cb62bd701d41f9e22589d4 1.18 MB 2,425 34
535,743 535,743 0000000000000000000fe86ea61326863379ee869f094371d9e44fa4a6e1a97f 1.16 MB 2,751 29
535,742 535,742 0000000000000000001a5e9a1193db8dfcbe9495f033a54765b048384a0d334a 1.13 MB 2,422 20
535,741 535,741 0000000000000000002d61d9b40b143f7f251d4d60c92581b4a8d11d775c73c1 0.64 MB 668 15
535,740 535,740 00000000000000000004e09289d78e892145769d37d8ce7d73484f41599466f1 0.02 MB 60 41
535,739 535,739 0000000000000000000f5972860c05f503c8b854dbdd0d1cbf2cb5caf7c2a09b 0.91 MB 1,492 14
535,738 535,738 000000000000000000042c904e4606de50da60ea01baf0db1ce60bfd45a139c1 0.51 MB 688 9
535,737 535,737 0000000000000000001475e3917b60d944924ac9e4b33fb1b0b6477099b4ce5a 0.95 MB 2,199 18
535,736 535,736 000000000000000000289e5a3aff1605f0958fa78fd0713fa5c0e12cddf9bc95 0.98 MB 2,007 23
Previous 10 blocks ↓
Total Size: 776.94 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,484.76 GB sent, 133.15 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.