Loading Tool

Explorer IconExplorer

Memory Pool

44,676 transactions
26.46 vMB
0.05235944 BTC
Random Selection Loading Transactions
Max Size: 140.22/200 MB

Candidate Block

Mining Attempt 660f58f335cdb4d0238afa1c73cc705b1aa3d8d645ab6566fea76dcdcf83a619
Version 20000000
Previous Block 00000000000000000001127a2e96d397c2be9f34cab3902b51cfac0ca622c96b
Merkle Root e4b01bc6ff33f3f2f9994bb991b6e806609dd709b6bd5fffc2ba07ce608842fd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,543
Size: 1.00 vMB
Total Fees: 0.00382699 BTC
Feerates: 40.21 > 0.38 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,780 (389,816 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
524,964 524,964 00000000000000000010b33a6ba5d848c9f0a3cf84835279d880ad151883e40c 2,243 1.00/1.00 vMB 45
524,963 524,963 0000000000000000003ee585e47c16cf97c89e25cdb01fe68a1946cb2c228b12 975 0.62/1.00 vMB 36
524,962 524,962 0000000000000000001172a9980d508a917ed26978f63584d47138ef9f52ca5f 2,359 1.00/1.00 vMB 36
524,961 524,961 0000000000000000000a26674ff8ef8f91626507f1088650c26f80b058deda08 396 0.15/1.00 vMB 21
524,960 524,960 0000000000000000003345e97f34769c61e9135ec3b183465626043ea1b82be0 1,205 0.83/1.00 vMB 5
524,959 524,959 0000000000000000002fa1c02e93923f9ca3308372191778a2ef3f45656c94e1 2,543 1.00/1.00 vMB 25
524,958 524,958 00000000000000000026180d943be62ffc994b06e21d75ae3ec794552a6efa35 2,197 1.00/1.00 vMB 67
524,957 524,957 00000000000000000020ac808f8f9ff9c1e2fe5b8c2b5877fd772dbe5d18d51c 18 0.00/1.00 vMB 16
524,956 524,956 00000000000000000010f0d353faa6f6a3ddbff399c3956fc6ee7e2fff60aac5 1,351 0.55/1.00 vMB 26
524,955 524,955 000000000000000000082e0e21664d3f1bc7697b596a716ba79cb2c5f298a266 493 0.23/1.00 vMB 31
524,954 524,954 00000000000000000002e8852490baab9e50311808d200fe223d09b2f2fa3ac4 351 0.17/1.00 vMB 16
524,953 524,953 0000000000000000000b333cc01f97ecb40815d938264fdfaac13680a7cf1a39 262 0.09/1.00 vMB 25
524,952 524,952 00000000000000000003f6e5885dde7bf4fcb532647c36b259cd311e71eaffc6 1,395 0.62/1.00 vMB 23
524,951 524,951 00000000000000000004a44612c26afd6a413cd486efda2a3538442bb22e24d8 1,108 0.53/1.00 vMB 22
524,950 524,950 00000000000000000023d255b8668f77d94816239f6cf302439dea7484973d23 1,667 0.76/1.00 vMB 20
524,949 524,949 00000000000000000039727f6d5a3c1ab011714a7a50de7152c7bcc58bbbedd2 742 0.59/1.00 vMB 52
524,948 524,948 0000000000000000000e2b8acb5b9d35308b9f2601f67de1eac730fcd8be0f58 854 0.37/1.00 vMB 18
524,947 524,947 0000000000000000002c2e045201af5f80d6541ccf07d0fc3346cf2d0b03fa81 817 0.36/1.00 vMB 11
524,946 524,946 00000000000000000029a217217bc3d7ce6aa8017f6b4d01e54f71dc4e920e49 408 0.33/1.00 vMB 7
524,945 524,945 000000000000000000360b1f7b3970794e1fb06f47fcca72c4e5d92d8679a26d 2,219 1.00/1.00 vMB 37
524,944 524,944 000000000000000000050bacc8534c5eac37ff1a21bfadb0b6c6ddca47d57d8d 104 0.08/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.99 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: 648.78 GB
    • Received: 13.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.