Loading Tool

Explorer IconExplorer

Memory Pool

80,742 transactions
30.42 vMB
0.08707318 BTC
Random Selection Loading Transactions
Max Size: 185.60/200 MB

Candidate Block

Mining Attempt 3c0c446ea565bede217ca4dc995b88de259abcd544e859c77644055c33bb4109
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root ef7ee71010434dcf484c11ac48e6d10ca9ea376561882e2c8a9dd5a5aa16ecce
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,730
Size: 1.00 vMB
Total Fees: 0.01898131 BTC
Feerates: 402.75 > 1.90 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (147,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
767,969 767,969 00000000000000000006a75bfc32e435d8bbb35f625a5b88a8f4a5996cbeeb22 1,839 1.00/1.00 vMB 4
767,968 767,968 0000000000000000000276efab33a6e98a970675ca44c9e6cf169f9c59d64aad 3,123 1.00/1.00 vMB 11
767,967 767,967 000000000000000000048e3f094c95efedcbaa3b52e32cf0ceab35c311ca4fec 2,108 1.00/1.00 vMB 7
767,966 767,966 000000000000000000012786c4798c9849fd35d40fdabd9416eaff3e0b9ab255 2,645 1.00/1.00 vMB 15
767,965 767,965 000000000000000000051a84a1b239f4fc46b20edd2eeaa9820de02165360643 3,929 1.00/1.00 vMB 18
767,964 767,964 00000000000000000006c0f5397ae9cacddbe3ee2afb3a4ff732ac79e22e712b 3,222 1.00/1.00 vMB 28
767,963 767,963 000000000000000000042be6c5d9d5f4eb6e4db4cce58e1b1058736f5c2c0ded 3,110 1.00/1.00 vMB 12
767,962 767,962 00000000000000000007f11fde69707f71cdc5e1de4db721d875c0a933f48e71 2,135 1.00/1.00 vMB 21
767,961 767,961 00000000000000000003d60783847b5a8071dcddeafd52a9c841679effd7132a 2,726 1.00/1.00 vMB 17
767,960 767,960 00000000000000000002a393a005a1e88a88484f199a82dd2b8c6a561a4494e6 2,618 1.00/1.00 vMB 8
767,959 767,959 00000000000000000007b0443569498063fd707bb9fc83ab8778d15a77836619 2,597 1.00/1.00 vMB 18
767,958 767,958 0000000000000000000808133ce4fca9172bcccf7555ec28e4c57c0cabc9889a 1,894 1.00/1.00 vMB 11
767,957 767,957 00000000000000000004c8f8c237bf020b48a285e3f365efab1c4fddc5c738d1 1,775 0.66/1.00 vMB 11
767,956 767,956 0000000000000000000392bfe1afdfc9d24138469af9e77d389f10c611c8e6ae 1,053 0.40/1.00 vMB 11
767,955 767,955 00000000000000000005f39619c48b51c2fb0eea736f3ed40a92f48bcce3e4ce 2,003 0.78/1.00 vMB 11
767,954 767,954 0000000000000000000264d5c7df6586d9c42e37224f5009b77c253770607a0d 781 0.34/1.00 vMB 3
767,953 767,953 00000000000000000004af17fc57cc07a76188165e159251387ddc47d4efaae8 1,819 1.00/1.00 vMB 10
767,952 767,952 000000000000000000028806dcee062f0e96452e4dabe1feb78e6be9e9488cb8 3,231 1.00/1.00 vMB 22
767,951 767,951 00000000000000000005c4880a264b5964dab42ee0895c30a6f9e0ac3701dd12 1,426 0.51/1.00 vMB 12
767,950 767,950 00000000000000000001ecf6966ef5aa528c1e0efac554548af69570dacdfe0e 923 0.30/1.00 vMB 13
767,949 767,949 00000000000000000003d3d681aa438dc34a5b61fc9f370d87d82b2ccb6fb472 2,706 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 783.00 GB

Node Details:

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