Loading Tool

Explorer IconExplorer

Memory Pool

231 transactions (0.07 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 0.38/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,392 000000000000000000022b910000000000000000000000000000000000000000 192 0.00155974 BTC 0.06 vMB 1.83
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,391 (871,303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
41,088 41,088 0000000010951f5db4ef77b754bcb03b0ce9fd6b19621d2540534072da1dfb45 0.00 MB 1 0
41,087 41,087 00000000407c515bcca341d436f1f3bd6a17ab62f81278edecd4d9f02314e77e 0.00 MB 1 0
41,086 41,086 000000003d3ca382fc0a12353a0f7483563c994e5e9c46781d0c165c8991796d 0.00 MB 1 0
41,085 41,085 00000000433e77712225f118390409ed14898dac3b9edd21d96b5f9f6eceeaa1 0.00 MB 1 0
41,084 41,084 0000000031475abe43a3c24d66fd23207dcdac1c5a8a89267786d2e09ddb2a86 0.00 MB 1 0
41,083 41,083 0000000014f3b59a5f505b92bdad808971eb819b2caf3bface25b706038d6009 0.00 MB 1 0
41,082 41,082 000000003a6ba4acf1945624084d8c1baa3bc3faa799dd7c2c8d3d65ca502938 0.00 MB 1 0
41,081 41,081 000000000df27ee89ec4f2e1cd82380a683264dc5853743e6af688086765fe53 0.00 MB 1 0
41,080 41,080 000000001dd06cefe94d7e87fccf85f737f7566b36ce344cff111fcbb767431a 0.00 MB 1 0
41,079 41,079 0000000058dca84e657b7a2485819d1ae74cce8fce673b8c132e143efad2ed73 0.00 MB 2 0
41,078 41,078 0000000013bd5d4802a17225968cdcb580163fcfd02354524c900f4f6bd94e82 0.00 MB 1 0
41,077 41,077 00000000123967abb2b93ca85b0432014688a3e4f1986b6f99f0ba647ad28251 0.00 MB 1 0
41,076 41,076 0000000027d5b2d2858e3892a6cb2a7baf40c0da096602895a531d8093516826 0.00 MB 1 0
41,075 41,075 000000004cd520d73d7bbae253b1f961bf819c06b649edff94018c80b7b26f31 0.00 MB 1 0
41,074 41,074 000000001e7de7cb5a871168b4f834fb1f13888c30d9668d998b7923dfde53d1 0.00 MB 1 0
41,073 41,073 0000000061b67cd85f0385f33ef23d05eca3a7da13a4038acbd1e13ad7120ac1 0.00 MB 1 0
41,072 41,072 0000000062077a296d94a16fed7a854804447cf71cbe3beb780de076fd9c9609 0.00 MB 1 0
41,071 41,071 0000000006eb0c7690b6449b0f7ab47e6ae13e8da33dc110a2b83a6655be8ed8 0.00 MB 1 0
41,070 41,070 0000000003b8da8bfc26d22a601affbcf05ab25770bb02eae8661d3c9261e442 0.00 MB 1 0
41,069 41,069 00000000179ffc6a07a9d43bbb370f2b34b9c88adde9c45042154283432d1ded 0.00 MB 1 0
41,068 41,068 000000003d88778cf7369a28ec6defc88c975812a52a3302ea416407b615397a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.78 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,549.11 GB
    • Received: 137.21 GB
  • Uptime:

Notes

  • 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.