Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,651 transactions (0.50 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,437 000000000000000000022b910000000000000000000000000000000000000000 0.49 vMB 1,648 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,436 (893,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,563 17,563 00000000e28f303a0c688bd5b2b02e5d9daad696b6571d5e2d7723080d7a22c8 0.00 MB 1 0
17,562 17,562 000000003534767edbd9f754ee69b8687fdc33374fd9520deeef1517af678002 0.00 MB 1 0
17,561 17,561 0000000099bedd6a8b57299147449b15f172021acc4700f881cbe6cd8baaf293 0.00 MB 1 0
17,560 17,560 000000005c6db3acaae10dc070c6fea4763ea8b5ed56e35a771e38cb7c890d7b 0.00 MB 1 0
17,559 17,559 0000000089f2b714d4d8b467c22d089f828d1ada960b452ff20fa18639171284 0.00 MB 1 0
17,558 17,558 0000000098b123556a87f72c0dddf0d61b7ab680771946013d831d482e35301c 0.00 MB 1 0
17,557 17,557 00000000f5812d6ecf200944bad2503fee6dd538725fe746aea50aa5e7b8d998 0.00 MB 1 0
17,556 17,556 00000000f1050ce41035c6e90e6d96bb6c6e9d6ddfcf4ebbabc85caca7e4480b 0.00 MB 1 0
17,555 17,555 000000000aeb9fb7a5ace388d68e24bba237b9e57b62396d9a36c0a4efcbd436 0.00 MB 1 0
17,554 17,554 00000000c093f9a056025e047aa101ec607ee750c44dd1e2df761e33eca77f1e 0.00 MB 1 0
17,553 17,553 0000000009584a8ebe55fed00768c41bc3a031348d51aac592cec5071a486458 0.00 MB 1 0
17,552 17,552 0000000032b86e812cbc80e6fd004c72dfc500223f28f7227e7e1a3356957871 0.00 MB 1 0
17,551 17,551 000000009a08a981cbd72fdde5da6440e1c3574a75ed774d2f1f564a5a2e3389 0.00 MB 1 0
17,550 17,550 000000002184062dca62af0e1ae322d082c4cd311f2d23dfa1ee31259143064b 0.00 MB 1 0
17,549 17,549 0000000025064cb54aa8655293ebdeb097cbc2c05b52060a312f61dc1b4b7747 0.00 MB 1 0
17,548 17,548 000000007c748350c4dd3cb3eedc10dc470ca82e34831979a8854e433ee7069b 0.00 MB 1 0
17,547 17,547 000000005e5d800456f553d231149c9501fefc3f5620242337681e55c7d753a7 0.00 MB 1 0
17,546 17,546 00000000e7e5cfffabaffbfea0771acf98196b6e071b5e4c26d20853c334e0a4 0.00 MB 1 0
17,545 17,545 0000000014c9b97b049d4e6d89f7ec94c4a2aba3d988eed8f17b3aa75c6ab908 0.00 MB 1 0
17,544 17,544 000000005cb0e9bda31c5b8faadf9fc263504ac86695bf52facf51ac3533dfa6 0.00 MB 1 0
17,543 17,543 00000000310baf1d242c61971dac94a8fa4ceac559044a9785473de560d95138 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.05 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,406.84 GB sent, 129.02 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.