Loading Tool

Explorer IconExplorer

Memory Pool

42,015 transactions
31.76 vMB
0.09456202 BTC
Random Selection Loading Transactions
Max Size: 159.31/200 MB

Candidate Block

Mining Attempt 0fe438ed2693bf3036f0bbe9e7e9bf6a81115370ff2bddf36fca9ab96c91d889
Version 20000000
Previous Block 00000000000000000000a7f094557a1c08216b2fd5b94073a11ff2864e9b9455
Merkle Root 488d13b4af66d9185b6fa6f931035ab6f4103b994fe5a9a77b3c16d9d525b893
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,462
Size: 1.00 vMB
Total Fees: 0.02893857 BTC
Feerates: 401.97 > 2.90 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,565 (735,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
178,972 178,972 0000000000000a9cbfee979270a53c966d51034418e17c9041e8e207c0b26e00 125 0.05/1.00 vMB 91
178,971 178,971 00000000000002112095b309c8d8a35eccb5e7e5a4df7f7b4857a154e9c26f50 167 0.05/1.00 vMB 31
178,970 178,970 00000000000007e21e9053bbd5b16e7f65e652b2c439dfb4a67a5c51a5e1a416 141 0.08/1.00 vMB 131
178,969 178,969 00000000000002c36febe66d27c6799ce65fb1ff43341c21d1540e8852c2b2f7 64 0.03/1.00 vMB 146
178,968 178,968 000000000000015301eb1bd833cb9d180f5ee6f60eaec6e5265ade1036eff9c3 22 0.02/1.00 vMB 7
178,967 178,967 0000000000000507874dac0f0d3f352a25bd34434ac6bb9c0b355dc5a3ad8a03 96 0.10/1.00 vMB 70
178,966 178,966 000000000000006e2472029fd29476a72cf8a659bc173a5883eae4184ec257e3 59 0.02/1.00 vMB 92
178,965 178,965 000000000000057bd970fcd222711198e005f9e730cd30d74f0d1ab1c2cb322d 125 0.05/1.00 vMB 179
178,964 178,964 00000000000008252f122b19d69e9e13042eb1cc4346988d204f8ab6bfc0d15c 9 0.01/1.00 vMB 314
178,963 178,963 000000000000009db4c609fcb3a142f15e3cbde2c4093470e11858fd3dc3b98e 17 0.01/1.00 vMB 56
178,962 178,962 00000000000001e015d87c5b6843d5f57ac1eb7da83f78022ac9b6b099619721 34 0.01/1.00 vMB 6
178,961 178,961 000000000000066e6d9b1480da2d909062f6df8d8b283852a9a2f6155bf4aa58 151 0.04/1.00 vMB 77
178,960 178,960 00000000000000b3a3b305e807fd604e96411d8aacb7b07cb74abaec6472fe10 25 0.01/1.00 vMB 84
178,959 178,959 00000000000006799cbed834b7e595fe8fe34afef4e416a390ace30cd9f2b7ec 117 0.04/1.00 vMB 136
178,958 178,958 000000000000054d1683085d524f3b0ad5834f0a8fc41310bad8a25ec2f9eb81 76 0.03/1.00 vMB 174
178,957 178,957 00000000000006870daf93b5de3a717c0333ac22709facb7ad9ad3cf18640ff0 89 0.04/1.00 vMB 150
178,956 178,956 00000000000008ea97f806b945652b0dd915142d6d81f50984165b1828d9cb99 16 0.02/1.00 vMB 14
178,955 178,955 0000000000000483db49f057fa3b8ce2229b95f1cc20ff58816e1df041119fca 103 0.05/1.00 vMB 118
178,954 178,954 00000000000004377f6c2c07000c878267d7585a12c11ca1fa259c0c1558ecef 44 0.01/1.00 vMB 77
178,953 178,953 00000000000005ee3757bbccd5a64ad8a20dfbcb8c75e3c5bf70bf8c87a10c9e 50 0.02/1.00 vMB 122
178,952 178,952 0000000000000674a1de4e379f293786c37eb5f7f9cf9e4adda336f48a51129f 13 0.00/1.00 vMB 417
Previous 10 blocks ↓
Total Size: 781.62 GB

Node Details:

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