Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,612 transactions (0.44 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,279 000000000000000000022cb30000000000000000000000000000000000000000 0.44 vMB 1,603 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,278 (870,218 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,060 40,060 0000000078c50cd6f5b5fe230e32da703d490b4ee785d883e8e0ce6cd1631451 0.00 MB 1 0
40,059 40,059 000000007cde088ee8e5ae835fa49fa65ef0108e669cd8e95f5ed49f64369d51 0.00 MB 1 0
40,058 40,058 0000000079c33d9be8082f8e42e7b3041be805c6e2053d8b7e73f17088c6ace6 0.00 MB 1 0
40,057 40,057 000000004e563ac51789bb3c087c8bdfc805de6fd33f42e6f49cad05339a0239 0.00 MB 1 0
40,056 40,056 000000001ba2adb33ed0ef50aa20d89d8a94f5d8128587cff823e2960f6abf09 0.00 MB 1 0
40,055 40,055 0000000063d1fd263667272b993002bd8d75d7abe06c9a5eeeed4c0e28722fd9 0.00 MB 1 0
40,054 40,054 0000000001af649737da8b81b697f1d10a20099593e95ad7fdd88426ac3c81f1 0.00 MB 1 0
40,053 40,053 000000006eb68d4a89390b5699c77cbf1038d1a99f376dee3a7003b0d537615a 0.00 MB 1 0
40,052 40,052 00000000762b0ee9e90e8c49aa9f80a8fdcc542ca3aab68f1cc58fb09fb7fe8c 0.00 MB 1 0
40,051 40,051 000000007efc4dfb4520bcc51bb84227fc4cc72706e51fe7bdf21eacdf3385eb 0.00 MB 1 0
40,050 40,050 0000000078e63e4edcb41ca29fad647d43c35a2afb23cf1d3f7ac60586475bce 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 773.92 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,227.37 GB sent, 118.13 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.