Loading Tool

Explorer IconExplorer

Memory Pool

83,476 transactions
31.02 vMB
0.13846176 BTC
Random Selection Loading Transactions
Max Size: 187.15/200 MB

Candidate Block

Mining Attempt 7cff56c2ce7d43343f064bbedf0f5ce40fbaaeb942bc1fa7d9a3a9f27230547c
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root 48f7d4ab4f72def6ec4fcdb0683bac19e9760b19962fee1b2dee3f96942a6643
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,790
Size: 1.00 vMB
Total Fees: 0.07017956 BTC
Feerates: 366.60 > 7.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (244,007 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
670,967 670,967 0000000000000000000567dfaba6c2ef7172d1518e0d83079a1329545d8b4a85 2,296 1.00/1.00 vMB 114
670,966 670,966 00000000000000000002ea6640f510561e551d42b0abf938aa7dd165ce288541 2,274 1.00/1.00 vMB 39
670,965 670,965 000000000000000000012ba2d632ca35d546af81831bf808635ee14a176690fd 2,318 1.00/1.00 vMB 64
670,964 670,964 00000000000000000006b96d84c6d5801b3b226697002b0dd7bba0115eb57938 1,824 1.00/1.00 vMB 39
670,963 670,963 0000000000000000000a6f35afbfcf61d16b0e81eda42be1e3caa4d971965e41 2,185 1.00/1.00 vMB 69
670,962 670,962 00000000000000000002794c69c84840356fe34664cdf62af14fa068ebd71e46 1,857 1.00/1.00 vMB 47
670,961 670,961 000000000000000000019122e4f963c1e4097f1f44c3d3e3017c6db14d9c8dec 2,087 1.00/1.00 vMB 72
670,960 670,960 0000000000000000000326c01cac03b9cded403d2bcc01f1f3f78f768f16c34f 2,111 1.00/1.00 vMB 59
670,959 670,959 00000000000000000003c0f9d065b8a00b238f5385cb2fe013fd526c886765f4 2,388 1.00/1.00 vMB 61
670,958 670,958 0000000000000000000428ec2897ce6575ff0a3b50a9e5f16927625b4e842602 2,798 1.00/1.00 vMB 115
670,957 670,957 0000000000000000000cea3fb7c4f33258cc5ea8e6e2f4b82cc52f2f40c7c8ed 2,058 1.00/1.00 vMB 49
670,956 670,956 00000000000000000001901cc20921fc0be5b11927066001a5dc36b55484bc84 2,550 1.00/1.00 vMB 101
670,955 670,955 00000000000000000007660b58a376fb88f675fad0b713212f42fe74e51b9189 2,983 1.00/1.00 vMB 113
670,954 670,954 0000000000000000000d082a84b7ff56b94cc9a24ec53c81e8c2cc9a764bfd60 2,808 1.00/1.00 vMB 126
670,953 670,953 000000000000000000054d8d60af292e7d03470a3e9785b1808af870512c3f94 2,342 1.00/1.00 vMB 38
670,952 670,952 0000000000000000000b123228d7530b8323dc1faf397afd4d8fe38df9d7a46a 2,219 1.00/1.00 vMB 59
670,951 670,951 00000000000000000003a19256e2d56518a729960892f6d326c207b17041da1a 1,389 1.00/1.00 vMB 106
670,950 670,950 0000000000000000000776470f7dec38bf0e98a99324571a657f1cdb9a01875c 2,314 1.00/1.00 vMB 116
670,949 670,949 00000000000000000008281f291f2de7535a447365bf371214c6605f8b64f269 2,085 1.00/1.00 vMB 99
670,948 670,948 000000000000000000061f30538869c45d16d28b56c1fee468d94f708a773099 3,236 1.00/1.00 vMB 122
670,947 670,947 00000000000000000001166b2ec4d6aceeb6f8e46acb850f5a754d2d53a5ac60 2,111 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.34 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: 661.58 GB
    • Received: 14.82 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.