Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,728 transactions (0.68 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
910,742 000000000000000000022cb30000000000000000000000000000000000000000 0.68 vMB 1,719 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,741 (834,836 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
75,905 75,905 000000000061f9087b2297cbd510491274be89da711b401b1a9d6a526173b804 0.00 MB 1 0
75,904 75,904 0000000000736c60630a072f714c7604a8f0a3f35be9aca62a17bec9991e7f7e 0.00 MB 4 0
75,903 75,903 000000000004a5d87d0fe08e05ec8fb29f43c55603374d1490ff54ae6df1c3a4 0.00 MB 1 0
75,902 75,902 00000000004e1ff5290882aa69b11b88ad07503f2d140c776859c9898e491ad9 0.00 MB 2 0
75,901 75,901 000000000058e4c68c42673a2403709020bea3a5c901bfaf004923ed71e025bd 0.01 MB 4 0
75,900 75,900 00000000007e01eb97db12b83af072debc409318cf74f7fe7d227f7728d033be 0.00 MB 1 0
75,899 75,899 00000000001d769cd5f3d27cc088fb7ff2a79437c7b920983fb7c7ec41bbc2ec 0.00 MB 1 0
75,898 75,898 00000000005e678c87a66e722e55ec25d3b76dfd2cb367b3459da90231b5b625 0.00 MB 3 0
75,897 75,897 0000000000060acd0b2608f83a3bba8a24fbd2a39cb9406a0ef699ed42d42af4 0.00 MB 3 0
75,896 75,896 00000000003f3becbce100ac430aa7c974bf797331e414ff7cddb3fe7ea96047 0.00 MB 1 0
75,895 75,895 000000000077902b8dc092a0f522ed7d8d55f0b71462b23b3a5dbde5da48d01b 0.00 MB 1 0
75,894 75,894 0000000000304ebea626d8877b6935e495623f23affc48620edffe70a66e497a 0.00 MB 2 0
75,893 75,893 0000000000273d75612fe7b3c43ec57bac807f2f3fc215010dcb7c55e3255e78 0.00 MB 1 0
75,892 75,892 000000000050882041e173669d4f31bc21c9d8ab8d2cca18d11794bea81f4c3f 0.00 MB 2 0
75,891 75,891 000000000076164f767fce1d9660e4447377bf4fc0bc67c6e0f52dc20d16a612 0.00 MB 1 0
75,890 75,890 000000000033551847e4961ed98dea9d5cd575af913d7b350abdb5a6b7fce514 0.00 MB 2 0
75,889 75,889 000000000052bfbd0a4944d3c6485e7d3f60fc86f8f555cfd4615cb19b80eda7 0.00 MB 1 0
75,888 75,888 000000000069e5032b3c290d7546db4ef8c6ca3ad0824e5fa277fe4ab532b726 0.00 MB 1 0
75,887 75,887 000000000050fb1b7688fed824ce8b5ee3bb0aae3331d23f5f05d1bbb3321a18 0.00 MB 1 0
75,886 75,886 000000000066604d057f30bb8a73e8f62e575ba6bba9657889d9ef1896417573 0.00 MB 1 0
75,885 75,885 00000000006dd0580e3ea4da4d16cfaba8a0df47e9f203ac2b4429e55eeea0f7 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 774.75 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,293.25 GB sent, 122.37 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.