Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,794 transactions (1.11 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,236 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,095 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,235 (869,311 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
41,924 41,924 00000000370c449f90f8a2357da59df1814ea3462c95d50b0c230833ad6f11ae 0.00 MB 1 0
41,923 41,923 000000005ae1d8320d0db865b5d41c4cc87bd04f818daaa814733de940a13e99 0.00 MB 1 0
41,922 41,922 000000005c1ed67ee8d4642e934da504fb30df2ecbd8c1c9111d0b2eb76198d3 0.00 MB 1 0
41,921 41,921 00000000113c5472cc556bdf98339356872de770732bae910b802655c956b467 0.00 MB 1 0
41,920 41,920 00000000393dce0f7fc9a846f425a3c722d34e16ae25445f0397f35db566b8b6 0.00 MB 1 0
41,919 41,919 000000006387bb0c14543d54dc7304647d5cb0974da3d15afd6200a836f1e54f 0.00 MB 1 0
41,918 41,918 000000001ddfbaa897c8f37d7f1aaa8c6ec41120108929d8e123d68742c564d5 0.00 MB 1 0
41,917 41,917 00000000190c08a6559f8a72c1ad114924d5b5cbe1432118ccb1a1b02e557d20 0.00 MB 1 0
41,916 41,916 000000003974802f2232d858f1c8ff3bef792478d4d3becf4838d630e72de07e 0.00 MB 1 0
41,915 41,915 0000000063082f7d2e28f0c55631a912b403cd297228536d1e2d3134c7fdc58c 0.00 MB 1 0
41,914 41,914 0000000016b8ed135d587e1441eb9267e5857a0b8f024793a8c90b1ffed19876 0.00 MB 1 0
41,913 41,913 0000000060884b28386a9b35d65ba6dad18a6adc470c2dd9a57019593e5457f7 0.00 MB 1 0
41,912 41,912 0000000020ecf0944c2e1bba4f239eba31ed1d3b476b584392ad2e03d51a4de4 0.00 MB 1 0
41,911 41,911 0000000057071f391412ac9595bf214a2425f0de07b5e27b15b36bcc70d9bfca 0.00 MB 1 0
41,910 41,910 0000000000041bc8154ccea7aae476b1e2546c12211420a86e02e889090f9612 0.00 MB 1 0
41,909 41,909 0000000064052ce4eae9d08dad651c58fefd4eee77d33a938c17aa2187d96854 0.00 MB 1 0
41,908 41,908 00000000384c551bcd704f1072098749e6458d909746e40b26c61881b5b78248 0.00 MB 1 0
41,907 41,907 00000000443ba5e976fc106af82b4a316e8d35fb4deaec84bda5d126c8bf613b 0.00 MB 1 0
41,906 41,906 0000000016b4f218bbb4b3730543ade432c0bfdf0a78b07bafea83a0fe09a4e8 0.00 MB 1 0
41,905 41,905 000000000fe162aaaa2ed022db6053be7ca85ff0f3e6379ce000868a9a1fd976 0.00 MB 1 0
41,904 41,904 00000000611c1b39f0bcb3996098bb695778e6e9246b7c8858d6a702b3c7f3ad 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.68 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,380.93 GB sent, 127.24 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.