Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,377 transactions (0.61 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
910,394 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.60 vMB 1,377 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,393 (870,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,049 40,049 0000000004d22728ccbcc42622b8f1a2536298e010c8107689d6ad6ac56c3a24 0.00 MB 1 0
40,048 40,048 00000000328dfbc0016024b8f8a4d0d2443d6bb72d4baf4458f302fbe3d4b6f4 0.00 MB 1 0
40,047 40,047 0000000070647754b00c2a8d2996dd8959cf685be697ec0a1d6895dbc4160979 0.00 MB 1 0
40,046 40,046 000000004320d3fdc964c004bb58199dc0cebba27b46a669a345eabb03af54fb 0.00 MB 1 0
40,045 40,045 0000000023df1a1484733eb908b9b7401415e9372ab2487a8bda974c99c8acf4 0.00 MB 1 0
40,044 40,044 0000000047aa5ed1a8699af8675d1b7e79a0d22ba473e06836f8ca346a918412 0.00 MB 1 0
40,043 40,043 000000002fd12fcad30bd9b3e65840235202e1fea1e32539d87953ace0e136ce 0.00 MB 1 0
40,042 40,042 00000000597022a4b6c4992efd01607ef5a5f7f62b2881625fc7ea5c52f12bd6 0.00 MB 1 0
40,041 40,041 000000003043927a7f1cf3d7dbbc4e08b0d8ae66f81b7fba68a3a09404d64e34 0.00 MB 1 0
40,040 40,040 00000000250abf8a6b6ffcbb74aaf520c9dee3cca6001f788fe537c3073c9244 0.00 MB 1 0
40,039 40,039 000000005f732980a32b79ac7e444059634888ae444a08ea1654548e2feb9a58 0.00 MB 1 0
40,038 40,038 0000000035333c224594c361f2fdca898820058e756f0153e934ef35c6411085 0.00 MB 1 0
40,037 40,037 000000000b33549579d596ebeeb90e033a7768ffafd63a71a3feb7208f9e9e1e 0.00 MB 1 0
40,036 40,036 0000000072aaaec3addce65689a4b8312f9b74f6e080afd0367888150cbfdf76 0.00 MB 1 0
40,035 40,035 000000006dc25deefb692c9346dbc8a2a7e1e35bd2dea0b9407ca6f3657d3667 0.00 MB 1 0
40,034 40,034 000000003dbedaa7ede3ca4804ecf29a75f660c78a2cd196423ab0a8cd032258 0.00 MB 3 0
40,033 40,033 00000000611c8ffbe65f6f43204eb986bf4c57841d9194d0f48f21777534d28a 0.00 MB 1 0
40,032 40,032 0000000016a5040208ce3a9dcbc11008c30eb61f2a370ed58af7ff5f5307f8d8 0.00 MB 1 0
40,031 40,031 00000000623b432493760cdddce0d597750e2c6d95669f3b6bb3cdc72968c7d9 0.00 MB 1 0
40,030 40,030 000000001ecf0da7992cbeb1c20dd6ee30ec71ed87737621fcb853038f27704f 0.00 MB 1 0
40,029 40,029 000000004fa2276f5d5fc9ffa7a2fcb7644a4844bc9f910187ffb02e9453c4b3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.13 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,233.82 GB sent, 119.17 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.