Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,897 transactions (1.02 vMB)

Priority:

  • 1 sats/vbyte = (30 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,081 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,767 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,080 (849,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,939 60,939 0000000005d735838df0ead75d9173903ad824ff63805f8d82ec24c7ce9897a0 0.00 MB 1 0
60,938 60,938 00000000029bde3e5553a6dd83f685359810794115212fc961ca104b6c3f49b8 0.00 MB 1 0
60,937 60,937 00000000038f18fa48dada3e432e2ee1260a7a0afa853490cd008a6da3e92713 0.00 MB 2 0
60,936 60,936 0000000005fa8494aef3b208e7d2682c007bd400de9b13760b4e99bdaaf99f20 0.00 MB 2 0
60,935 60,935 0000000001ade8173e18970de31363ac3cc9e8791811bb7df408e574d8e2c760 0.00 MB 2 0
60,934 60,934 00000000058df2032f66dc7616daac2b3f7764ce7a913406e8c6480b2fe3b610 0.00 MB 1 0
60,933 60,933 0000000001d5b43b7b122619d7977dcd9113c523cc545c58b9ac64ee5c76ac2b 0.00 MB 2 0
60,932 60,932 00000000018c48f38c37ed8836263ff24de27d69d22cdc034c089293853ca403 0.00 MB 1 0
60,931 60,931 000000000b8c92e580e49fe0fb800d10f0f458db707d6687be620b1e7249fa21 0.00 MB 2 0
60,930 60,930 00000000066c98fa2a42dbe60d7ba0ea007b1645c7ac55789b0d1e3fd2a377c2 0.00 MB 2 0
60,929 60,929 00000000096075ac6539ad9aa0048f49ef599f96394d1ec9bb8be2e518f2a325 0.00 MB 1 0
60,928 60,928 000000000e8160dcfd16c07ce55cfa96dcd3891fff0535d3d244d64833ce43d6 0.00 MB 1 0
60,927 60,927 00000000074477f3b235aeec1046234b0519159f7d7ebdb533354230869e5789 0.00 MB 1 0
60,926 60,926 000000000b9b53511e6334be080c2d0d25d42b6618b74f8380f6eb442b6daec4 0.00 MB 2 0
60,925 60,925 00000000087805d07a9cf1123522489a732df08a83887d0623da9d931ba68f69 0.00 MB 2 0
60,924 60,924 0000000006412adb259afaf4e11e0d2b2ad69e2fdf9c875754acd34a9fc4ed4b 0.00 MB 1 0
60,923 60,923 000000000d0dac2c6e6c199ca6e92e242dd08973afec87948e7301b4a43afd15 0.00 MB 1 0
60,922 60,922 0000000005e7888a1cf2324070da5f85c0929cce9dd54c0c4d815aefcce1f364 0.00 MB 1 0
60,921 60,921 000000000673cc18b601461731ad7e3dc6807efa97abf97b0469098abb76d81d 0.00 MB 1 0
60,920 60,920 000000000d2ec457585aaed59e6d09073e032d445c6074fd4f91c69dfde5e3ba 0.00 MB 1 0
60,919 60,919 00000000046b18303f7023e5421e0e07c91771f085b1892ee9ec0b01050ff808 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.55 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,187.71 GB sent, 116.20 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.