Loading Tool

Explorer IconExplorer

Memory Pool

77,362 transactions
29.50 vMB
0.07140905 BTC
Random Selection Loading Transactions
Max Size: 180.17/200 MB

Candidate Block

Mining Attempt 30f354aa1a8ffb8c1a1781e05ada3ac466129900d47faa199b85597ca0bc5333
Version 20000000
Previous Block 00000000000000000000cf3f5f15c57b2e8fb71d527029774760b564239aaa9b
Merkle Root 6509e63b07f46b351d9bdf26cecda4f484efa37b6c0aa5ee04a74a308c0fad21
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,108
Size: 1.00 vMB
Total Fees: 0.00635913 BTC
Feerates: 75.20 > 0.64 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,400 (651,479 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
263,921 263,921 00000000000000116f5468f7d6a7e6d2f27079ec046205af9029c0a6145054a3 207 0.12/1.00 vMB 89
263,920 263,920 0000000000000011d4661a53c5a0bc890d2eed1194b218a7e236341744cfa4b4 60 0.02/1.00 vMB 136
263,919 263,919 0000000000000007bcc943afdecf6a3b4d812d3145e9e4d9720c95a85bfb544f 75 0.04/1.00 vMB 92
263,918 263,918 0000000000000000290e7f39234a93f8a1d1f6a1931adf12b92b0162d015b4c7 92 0.04/1.00 vMB 86
263,917 263,917 0000000000000006f850947c807b5d0fc883ad4f030ddf559f4398d216e631e1 83 0.04/1.00 vMB 92
263,916 263,916 0000000000000010a1046866a4bf226f745c6ed9a50597a9c987f7741469ea0e 337 0.14/1.00 vMB 114
263,915 263,915 0000000000000004b1b9ef553c58a3d1ad63ddd39d5b0c5f48592d12bb7450e9 112 0.14/1.00 vMB 36
263,914 263,914 0000000000000010f776f1d7cab8bdb4436857e4dfca38d145ec3038734d911c 146 0.06/1.00 vMB 96
263,913 263,913 0000000000000014eca1826f8ea443b8553a7f90cb20b934bf169651a3df5d48 108 0.04/1.00 vMB 93
263,912 263,912 0000000000000014bd168896e34b2c389498a800cd175459ced049003b7e2996 316 0.14/1.00 vMB 114
263,911 263,911 000000000000000fed8148d09c79fe305e04fa0a450b21da74829e0c2615cc6f 4 0.00/1.00 vMB 94
263,910 263,910 000000000000000192c8215e7db171d20b5c5c077b1cefb273eee501ecd3d3c1 198 0.10/1.00 vMB 62
263,909 263,909 0000000000000002d0acb7686b485b553d72a2610e4b5d4b71af65b4a97b3b51 356 0.16/1.00 vMB 114
263,908 263,908 0000000000000007cfe01444da04f12781ee407bf004a4dca5a024fe46119ec3 67 0.03/1.00 vMB 90
263,907 263,907 000000000000001008911f43e164735ba8a2bf98f4e189a4de9b34eebb5f57f2 262 0.11/1.00 vMB 84
263,906 263,906 0000000000000006bd9d434f913e224165d636b27863c8481db3b5c8fde15e62 317 0.15/1.00 vMB 105
263,905 263,905 000000000000000c98638da51ed28d80a06ad2aeb3bde550bf96679da730acff 381 0.18/1.00 vMB 101
263,904 263,904 0000000000000010aee4b1d0013f118ee5801ef8e0c5fbacfea447e41533da54 351 0.15/1.00 vMB 125
263,903 263,903 0000000000000002faae6f3ce28738aa105f40bd32cdbf0b4f835de3d1dd3ac0 208 0.09/1.00 vMB 94
263,902 263,902 00000000000000040eada331c1b1be96bd9869c913ad9b8b297600fe2e206af5 155 0.08/1.00 vMB 78
263,901 263,901 000000000000000e85867daaa304465ef0cb1ddb1074d2d962e5fbe3bfea7bb7 169 0.10/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 783.08 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: 721.16 GB
    • Received: 18.35 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.