Loading Tool

Explorer IconExplorer

Memory Pool

44,419 transactions
26.56 vMB
0.05681688 BTC
Random Selection Loading Transactions
Max Size: 140.16/200 MB

Candidate Block

Mining Attempt 4a2624fd4131f68d06eaa3da74d8fe5bae3cbb0e36e4ebdb1625f73096f430a7
Version 20000000
Previous Block 000000000000000000016f009a89c6d3e1d139367d7f3d8899daecc1416ee56a
Merkle Root c125a4f0eb8c08643769cb53505a75769498a1620b5164610fcb710be8d7c0a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,313
Size: 1.00 vMB
Total Fees: 0.00799403 BTC
Feerates: 54.71 > 0.80 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,754 (379,757 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
534,997 534,997 0000000000000000001dabc440bca6d548ccbf519c995265a7f991a120ae134b 1,220 1.00/1.00 vMB 9
534,996 534,996 00000000000000000025e3202cbc711227c89449131a40b95d958672b1bf0284 2,168 1.00/1.00 vMB 18
534,995 534,995 000000000000000000024acc7c205a3cc52500cfe132222bb0e4962732c44841 2,420 1.00/1.00 vMB 23
534,994 534,994 00000000000000000014269d17ea0b331083ec7d907aecbab52cb180230a2e3d 1,922 1.00/1.00 vMB 37
534,993 534,993 00000000000000000026f9d2547820edba29f75dec4f4aba28b7205c07e6e29d 2,486 1.00/1.00 vMB 33
534,992 534,992 000000000000000000221273e6c48fcf5548029a1b21c01ef70f4501b4e25c0d 2,428 1.00/1.00 vMB 25
534,991 534,991 0000000000000000000ca78b2c8522da5edcf6bf53c34ddcfbf9098ce2358966 2,604 1.00/1.00 vMB 34
534,990 534,990 0000000000000000001a89c9ab864ba75b379ece3a40ca6b8f6a44eff3fd17db 2,138 1.00/1.00 vMB 13
534,989 534,989 0000000000000000000b524b1eb02742d21d6b015ee7d2b4d3740b7ec580fe47 1,834 1.00/1.00 vMB 13
534,988 534,988 000000000000000000156863184d681fdd8621558b3e9bb1c8dcc4a77de9840c 1,729 1.00/1.00 vMB 18
534,987 534,987 0000000000000000001885809534598bce81ef55f1de043b2343a01d41de7d2e 680 1.00/1.00 vMB 25
534,986 534,986 00000000000000000000a28567530604dd292498a3748280f1d58227c4c69f2b 544 1.00/1.00 vMB 5
534,985 534,985 0000000000000000001217b6f8a6e360267ef00c7d0df3bbcfa55352e7945d67 2,063 1.00/1.00 vMB 20
534,984 534,984 00000000000000000016efd9c02be0d6f9ee4c543a9c0a27023064adb70b2f92 1,581 1.00/1.00 vMB 24
534,983 534,983 0000000000000000000c4748bf61d33dd69f7b27de2acf3b7570ad00f54b6990 1,903 1.00/1.00 vMB 20
534,982 534,982 00000000000000000022f4926b3cf4975876d89496a756a8b051b53113bdc685 1,800 1.00/1.00 vMB 11
534,981 534,981 000000000000000000079035c6efc3c784de450df6b50abdbe6602b6505397e1 2,161 1.00/1.00 vMB 9
534,980 534,980 000000000000000000026a84d51a1f262a0b3d48a2faaee6b4c7a424cd6c14be 2,123 1.00/1.00 vMB 11
534,979 534,979 0000000000000000002123f83b73c4fbcc89e6ed47c83947c55277b031d5faad 2,450 1.00/1.00 vMB 30
534,978 534,978 0000000000000000001af07d1736dc631e3635971bca5dd22ba12255085975b9 748 1.00/1.00 vMB 5
534,977 534,977 0000000000000000001b25c1b9cca3a1efd4f45e6a3a5df16d122b005b6ff480 2,162 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 781.95 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: 647.17 GB
    • Received: 12.91 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.