Loading Tool

Explorer IconExplorer

Memory Pool

80,229 transactions
30.07 vMB
0.08812882 BTC
Random Selection Loading Transactions
Max Size: 180.37/200 MB

Candidate Block

Mining Attempt 0824d71bec3fac167d6c2a270fd9760e3e76982cfa398eddc3e7b8bb31ffbe8d
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 8580f8f5e422a8e4765a55f7672ab7f5bbe65034fef9560debfcf95585219156
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,555
Size: 1.00 vMB
Total Fees: 0.02661229 BTC
Feerates: 301.07 > 2.67 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (66,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
848,950 848,950 00000000000000000001a9f665fe6b0e65998b807a2a6da659a77d665f2a088f 3,195 1.00/1.00 vMB 21
848,949 848,949 00000000000000000003164ce62968447d8305aa0ac22a590264792ac2d1a296 3,195 1.00/1.00 vMB 33
848,948 848,948 0000000000000000000344b21c342a2d359145eaee0c315cbcd043891e8c61f9 2,815 1.00/1.00 vMB 19
848,947 848,947 000000000000000000030744df2857a2e76d59129a4395b13a666f5c42582ec8 3,590 1.00/1.00 vMB 29
848,946 848,946 0000000000000000000100368da7cc9ae7cde098be6e44414e666335d105bbf4 2,942 1.00/1.00 vMB 43
848,945 848,945 00000000000000000000efa170a0da858180e9e247f77bd2ee05c05923541c4e 2,743 1.00/1.00 vMB 21
848,944 848,944 000000000000000000001510986537525508b64bf71044b99b2e964c29d397b8 3,086 1.00/1.00 vMB 25
848,943 848,943 000000000000000000017f339ca7c2819557c894a882b0e8bb035e6ee0562518 3,314 1.00/1.00 vMB 30
848,942 848,942 000000000000000000024d98ae394e8e3258505428c2958cd0baa1ea116de86e 2,794 1.00/1.00 vMB 25
848,941 848,941 0000000000000000000317bf07a89609a9c0c5c6c70c4f4f217dda591b93c067 4,432 1.00/1.00 vMB 23
848,940 848,940 00000000000000000002e68484878196c86fc94edf159af7eab8ef881c81ed6b 4,036 1.00/1.00 vMB 25
848,939 848,939 00000000000000000000fb377cfd2cdc972fb4ec0a7192bce797e4e7975be308 3,385 1.00/1.00 vMB 29
848,938 848,938 00000000000000000002e4c24830f2c089f1f9a9ba02b355ec939f08e5334ca8 4,230 1.00/1.00 vMB 20
848,937 848,937 00000000000000000000e4c58e5e5c5464cfd567ded6434dce94f8f7ec644d1e 3,312 1.00/1.00 vMB 22
848,936 848,936 00000000000000000002a24737a72e0b524b5c18adc42609baa6b3490c3142cb 2,860 1.00/1.00 vMB 30
848,935 848,935 000000000000000000025151b2206bb0b3f3b083751f2598fbf434e75be9c997 3,969 1.00/1.00 vMB 37
848,934 848,934 0000000000000000000046919ded824ba2d906f916d99608da8394012fb2b809 2,630 1.00/1.00 vMB 51
848,933 848,933 00000000000000000001e5ee8f90b5dea0b73a30ee60c358d6b5fb03bb47ff59 3,444 1.00/1.00 vMB 25
848,932 848,932 00000000000000000000fce56ec1a2ac9e1851de49ab89065452a3202ded78c5 3,420 1.00/1.00 vMB 30
848,931 848,931 0000000000000000000196a112996ed94a32b1e5e9592133c4731cd502de9dea 4,461 1.00/1.00 vMB 32
848,930 848,930 00000000000000000001c2fe5151fe9ff587351fec2dcfa612dc4b082ca4fd6d 3,457 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 664.97 GB
    • Received: 15.07 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.