Loading Tool

Explorer IconExplorer

Memory Pool

25,847 transactions
4.99 vMB
0.02062069 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 38.68/200 MB

Candidate Block

Mining Attempt 45766c12bf9789b52e36a5d1c44a9509ea74555a405b17764e25949725e78e8a
Version 20000000
Previous Block 00000000000000000000642ce8c8d43ca6aa50a593148e8ea2bfe69c55ff1595
Merkle Root c5bf511177c2dd9151bb5696f8bb72ff94074b0ca9a3590c9005bfaa1ff60023
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,175
Size: 0.82 vMB
Total Fees: 0.00965719 BTC
Avg Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,843 (771,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,440 141,440 0000000000000757eda74f86cb2a2a07d81425a0a343086b9d683f7deccb3122 0.02 MB 41 64
141,439 141,439 00000000000005900e00b0db4823baa30a6ac2f56aae30b355adb880598c035b 0.00 MB 5 63
141,438 141,438 000000000000090d9f6efda6b4a1d0f8248c12a3fda9202fa014970a84bb80c8 0.05 MB 166 110
141,437 141,437 00000000000007e7b04787d9a447ef48eea811795bd2326ebf1dc4f0c04d555e 0.05 MB 110 309
141,436 141,436 00000000000005844b375b0f73944aa28aacd66c6df6afabd6a5931247c7d4a5 0.02 MB 21 2
141,435 141,435 000000000000024258f0ab02b72d3bdeb59cb086143623341903c0d916efba8b 0.03 MB 74 234
141,434 141,434 0000000000000073ed15fa835651c07cb14cdbaaffc0e51968c053c8b1cd2c31 0.01 MB 14 1,216
141,433 141,433 00000000000003e3fc598551410fe6377fd8a5428d5688d26c48e4217793422c 0.01 MB 8 156
141,432 141,432 0000000000000599cfa7d811795e142b5b9dd5a21413039c9e0e06d87f21f8be 0.00 MB 6 16
141,431 141,431 000000000000028497b2d0d30c5517709771ada6193f1ed16eccc9ac8d958fd0 0.00 MB 13 43
141,430 141,430 0000000000000428edcd0afa109dbbd57ea70c6ceeb6cab69a868ee53724dcde 0.01 MB 15 57
141,429 141,429 00000000000001970947f62bcabd2844807a819a771cea39bf746d8f0028606e 0.00 MB 2 193
141,428 141,428 00000000000007b1c953eb10cbe99d3839fac379815b44e1968c64e14e2a1552 0.02 MB 30 53
141,427 141,427 00000000000006e4414357bc35b13165f684bb5d0ae4bf40cd3ac6b804fa1443 0.00 MB 9 179
141,426 141,426 000000000000078a30fc0df6a110260457c74c589584a60db71f297478fceaf0 0.01 MB 33 247
141,425 141,425 000000000000015780b253ad21b6c61edb2154e1c1032eae9a788f77a1122b52 0.02 MB 72 68
141,424 141,424 00000000000008bbc4378ec2679b8328252268fa326274230b643cdd46b0950e 0.00 MB 1 0
141,423 141,423 00000000000009258e78539adf889977f4868aeb91939b0c76263dfbfebe11ee 0.05 MB 105 270
141,422 141,422 0000000000000910ca598a28cdbf2b875de2dbe90699557c77af65c3643ae951 0.00 MB 9 89
141,421 141,421 00000000000006cdd8d67c99b0997b831b88eec6ee72d86a4fcda50c25b7a924 0.02 MB 36 163
141,420 141,420 00000000000000969ff2f1af7681f57657b4c1c91a536e555b281b432eb2f26e 0.00 MB 8 47
Previous 10 blocks ↓
Total Size: 778.57 GB

Node Details:

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