Loading Tool

Explorer IconExplorer

Memory Pool

74,351 transactions
27.40 vMB
0.06692345 BTC
Random Selection Loading Transactions
Max Size: 167.39/200 MB

Candidate Block

Mining Attempt fcd7784bc78628c08672b8d6f2f4e9e62a233d208ad16a6678cea6b061b94e34
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root d5df016fa38fe73d1d261b0e5d418a5216e912227ccf4fb2d6c43bdd706b7a2e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,309
Size: 1.00 vMB
Total Fees: 0.00852719 BTC
Feerates: 100.53 > 0.85 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (87,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
827,680 827,680 00000000000000000001b829fc07c92273e56146b30d08bcab680e593d2f665e 5,063 1.00/1.00 vMB 28
827,679 827,679 00000000000000000000d569664fc6e4e3785d4d599c3f02e3d98b72c3031447 4,319 1.00/1.00 vMB 28
827,678 827,678 000000000000000000009ce88d5c0598ce48766e53e2aaf5a716cf74abebf18e 3,676 1.00/1.00 vMB 38
827,677 827,677 000000000000000000030019acfb8ccc2515fbee4bcf9a6a2acd67e8bc74067b 4,211 1.00/1.00 vMB 30
827,676 827,676 0000000000000000000099629583fc1469ea5c32ec6e3f2051800416c38b1527 4,761 1.00/1.00 vMB 32
827,675 827,675 00000000000000000002e987c61e95689d5de2ec89ba5fd1febbcd1436bec9a6 2,621 1.00/1.00 vMB 31
827,674 827,674 00000000000000000002123ed37c4b576329914d7f545fe6738a52702ef9e3c3 2,618 1.00/1.00 vMB 40
827,673 827,673 0000000000000000000008c879a6da2d4ed7c0a0aeb85436c19569a134eba2ae 4,856 1.00/1.00 vMB 29
827,672 827,672 000000000000000000031cfe7bf8c128f4e6329066061d26e1d89874cf388adb 4,033 1.00/1.00 vMB 30
827,671 827,671 00000000000000000003d487318325fe1159d0d5f9968e1ef6904ae57e2bfa9f 3,455 1.00/1.00 vMB 32
827,670 827,670 00000000000000000000110cba0a445720173c42cd9a948cf03d1869d31af767 5,459 1.00/1.00 vMB 24
827,669 827,669 000000000000000000023b3d70c1e4f09abbb0c42196047c37385205a413bcbe 4,330 1.00/1.00 vMB 31
827,668 827,668 000000000000000000006c703bf748d422583f07984d4606d01f3d3a79eef76d 5,333 1.00/1.00 vMB 28
827,667 827,667 00000000000000000001b1c4368ec0c80d49eacba8d4e4238325a6d0d72c9bd7 4,091 1.00/1.00 vMB 28
827,666 827,666 00000000000000000001d7ef7b9388f040a1c77be760a73144b0cafb81800ac7 2,383 1.00/1.00 vMB 28
827,665 827,665 000000000000000000004460ffcfa47523eb5ea9f917469705ca074de39a26c5 3,423 1.00/1.00 vMB 28
827,664 827,664 00000000000000000002611d5b3b371347f2e40915a44033571741c2b91f454c 3,317 1.00/1.00 vMB 27
827,663 827,663 0000000000000000000199dcfff0c061dc8a51571780f7e7c351559d34af195d 3,590 1.00/1.00 vMB 38
827,662 827,662 00000000000000000003494556a6b9378e99ad3a0276db8836a0cd3de11097a5 3,189 1.00/1.00 vMB 28
827,661 827,661 00000000000000000001ae1fac131de1e0422a2524872c28ccdf9db80b7c0cf4 2,032 1.00/1.00 vMB 30
827,660 827,660 000000000000000000010831c6b14eafc814094ffa089c3db15889c7a38424a6 2,228 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.83 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: 711.64 GB
    • Received: 17.10 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.