Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,647 transactions (0.61 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,753 000000000000000000022b910000000000000000000000000000000000000000 0.61 vMB 1,639 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,752 (258,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
652,851 652,851 0000000000000000000b06986881f4824d054c3902c3f43d91fc3602d7e35b72 1.22 MB 2,978 109
652,850 652,850 0000000000000000000148a745ab96367e7b644a2e38d32d18858f309ef87d71 1.14 MB 2,588 52
652,849 652,849 00000000000000000003c27f5d863860b03105c68ffb0f1fa6015ad2567cdd8e 1.19 MB 2,196 73
652,848 652,848 000000000000000000037c22010158fe511f02cc01162876aa9d066989b34755 1.38 MB 2,038 77
652,847 652,847 000000000000000000071c8741ce3f3096e60d1f23b42a25e3c8ac8bdc80d3ee 1.39 MB 2,396 92
652,846 652,846 0000000000000000000c9b36fc7af0fcfee2c7571b38f74c24bbaf7457e4dfac 1.37 MB 2,504 78
652,845 652,845 0000000000000000000e1bafc45f741b8bbe121398b69146469f5d084bd98850 1.35 MB 2,394 102
652,844 652,844 00000000000000000003bbcbc6b50df28c3ea1e923d747c0debe5e1fa23abe6c 1.18 MB 1,469 61
652,843 652,843 0000000000000000000682e217789411d3082ca00d26c13f5d9f04ce8111e9a2 1.39 MB 1,934 90
652,842 652,842 00000000000000000003f9d01f55e3dd4a41e5ce1dba122c87a543c3ad1ac63a 1.37 MB 2,643 83
652,841 652,841 0000000000000000000e72e8b0715054a86530c147893da44d5628f7986ece48 1.33 MB 2,637 98
652,840 652,840 0000000000000000000b766e0902ce97919a385a9d6f22b096c33e2b52d9f20a 1.37 MB 2,536 62
652,839 652,839 000000000000000000039801302f27505babea229db0f593422662fecc292916 1.36 MB 2,617 90
652,838 652,838 0000000000000000000dc2374f661b17e102880da1079d2cc1ddae01cf63edb3 1.36 MB 2,313 64
652,837 652,837 00000000000000000000baac351b1503ee7d4ab365fb10c238f488b38f21a62e 1.27 MB 2,872 97
652,836 652,836 000000000000000000056b02a6f6d5e1d6211947e5df8f656301baa96790c945 1.36 MB 2,753 68
652,835 652,835 000000000000000000003146d3d7b267aac1c7f691d9125b94d47461731e695f 1.08 MB 2,553 11
652,834 652,834 0000000000000000000d0291bdf885a99e6d64dc9c191c747814cb0f4a7ea5a8 1.18 MB 2,250 47
652,833 652,833 000000000000000000024679d2204cbca6a3156038a9643368e6ad9394223fd9 1.28 MB 2,656 62
652,832 652,832 00000000000000000009d51dcec55175638a475642b393b34cb2b3d6ea0c462d 1.43 MB 2,317 56
652,831 652,831 0000000000000000000e26afef45ca87f89e44ab78d15830fecabc1305163fd8 1.56 MB 1,947 28
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.91 GB sent, 131.70 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.