Loading Tool

Explorer IconExplorer

Memory Pool

32,009 transactions (5.32 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 43.68/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,573 000000000000000000022b910000000000000000000000000000000000000000 2,320 0.01896790 BTC 0.73 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,572 (753,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
158,918 158,918 00000000000004a019266ebba7e4241a61aa2c6930a235a274d79c6ca0ad565e 0.04 MB 93 106
158,917 158,917 00000000000008d7b4aba2f20a4b6b8b168c82d42ee23a5cb03f91feba06a4d7 0.01 MB 19 350
158,916 158,916 0000000000000400cfcba22a3e7c70820ea5b03dd2c9887721480fc5ea6d6436 0.03 MB 73 87
158,915 158,915 000000000000011b884bb4740794b261a821470b3a5b1efe7731a43d017a9d81 0.01 MB 29 241
158,914 158,914 0000000000000cc4fd911e2622d478c04d2c0eb8221be2f2151e4b40bc3eee38 0.01 MB 23 144
158,913 158,913 0000000000000b80e5662eb99a41aaec5529e00b579b31e65978dca5a9a4d76a 0.01 MB 23 47
158,912 158,912 0000000000000e0a3a85cee067ad634ac40d53db64f70477155e0644169be442 0.01 MB 41 138
158,911 158,911 0000000000000ceba9d8e683975f6c5e132c30a407d841af85909cee02c14ddd 0.00 MB 6 30
158,910 158,910 00000000000002493859854e15378da4d6597aeb89fed48cdc4d3793471ce313 0.01 MB 17 54
158,909 158,909 0000000000000b735aef6e1e5d2ae8a388e7d3f65cdcc60a80581dfcf0e0d82a 0.03 MB 109 30
158,908 158,908 000000000000097b7ad8be7f28228e4158427eb7416f2da7c72f4fb823a71923 0.00 MB 13 160
158,907 158,907 00000000000007809cd026aaaf1c2e9971c0d0f60af99c67331bf56330371866 0.00 MB 10 0
158,906 158,906 0000000000000b6f095dbcf07f4b18a25bf9665237d3617218930e3319da7231 0.05 MB 127 131
158,905 158,905 00000000000005be93a9f15289e3a265596928b43ca9f6b463706f64c5a907fa 0.00 MB 16 60
158,904 158,904 0000000000000abaacb203d2de1db57ab0517baec5c575b414d9f35a7555cdce 0.02 MB 35 152
158,903 158,903 0000000000000dfb40e33decd447ab295851974ac7cca6014ba7f091994bca72 0.00 MB 11 16
158,902 158,902 000000000000015e015b6d31eeaa1cf723a695ea234fbdfbb6a75471c2c6a4e4 0.01 MB 17 162
158,901 158,901 000000000000070f8710e8819bc92b4050e58ed5852b79eeea4d99c34a58be69 0.01 MB 22 53
158,900 158,900 0000000000000b94069c75b2b2f3fc4815293c7e6c3a4d13a3ef29c12f2a3bf3 0.02 MB 54 267
158,899 158,899 000000000000072439a45063854657347cf9b553dcbd7646692e9498a9675f16 0.01 MB 38 140
158,898 158,898 000000000000025a345402f32cfd56ca405d9ff2896b37abbe62c3a78fb905b1 0.01 MB 15 216
Previous 10 blocks ↓
Total Size: 778.08 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 65
    • Outgoing: 10
  • Data Transfer:
    • Sent: 10.11 GB
    • Received: 0.26 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.