Loading Tool

Explorer IconExplorer

Memory Pool

74,428 transactions
27.57 vMB
0.07353936 BTC
Random Selection Loading Transactions
Max Size: 168.09/200 MB

Candidate Block

Mining Attempt 0bbb43c97317478688924c917a8bab5bd9d4706c2394e399fbdef8822e141e61
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root 04c65f4f613ecf289def9933ba13e176525431d54b4255d10b26bbcff76b5bbb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,216
Size: 1.00 vMB
Total Fees: 0.01475134 BTC
Feerates: 98.68 > 1.48 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (738,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
177,094 177,094 000000000000012d4b40efdd2085c10404ec292203e2559abba4d838247e0c0a 60 0.02/1.00 vMB 11
177,093 177,093 000000000000063771edec1e4cfc4e9cf7f9f06a2ded41d47e3a7b232ebc364e 102 0.04/1.00 vMB 129
177,092 177,092 000000000000078d6f81949ed7f53e94a70483674a57e042b433a7b9da95b276 13 0.00/1.00 vMB 0
177,091 177,091 00000000000006b1d99d40007ff75e4261bcf7588f5a4c82c0cedf9d9a6e01af 32 0.02/1.00 vMB 132
177,090 177,090 0000000000000373c2dfebd164a1f056419d3507718d7d7f8f515f79be9e512e 58 0.03/1.00 vMB 106
177,089 177,089 000000000000018bff1ed41a1379506f1286070adbbc2d515079ae5f1ee1909f 75 0.04/1.00 vMB 41
177,088 177,088 0000000000000819b92c65233fa2ae1351c1b36b23f69e1e4748dcd3d3e32b5f 154 0.06/1.00 vMB 102
177,087 177,087 00000000000001dc0f092c497be6b300c6f8b704db936b8237e18cd5f1132a1f 51 0.02/1.00 vMB 164
177,086 177,086 00000000000002776136f594cba8b29f0cab5731fb74ee5f02eba92ac078c355 4 0.01/1.00 vMB 16
177,085 177,085 00000000000003385dfe63e5404f7a591572b33b404bdd73345b12db9d4a3bce 6 0.00/1.00 vMB 64
177,084 177,084 0000000000000a4ca2ce7783b14ee49251684044e39862d312543d5667bfbb13 46 0.07/1.00 vMB 62
177,083 177,083 000000000000010dcf3244533fbd9f532547f9e18a27e9b08363eb1c08cea41a 24 0.01/1.00 vMB 69
177,082 177,082 00000000000008df510f80307843b3e2bc5e8b630e62f9d0ead43161210a00b6 50 0.02/1.00 vMB 51
177,081 177,081 0000000000000a863bd8431e6aab151693c34da35c4b511fdf311e7894a5a9a6 132 0.05/1.00 vMB 139
177,080 177,080 000000000000073691414d592ae5c16d614ed92b4bb297d157476f4446d5e5c5 30 0.02/1.00 vMB 53
177,079 177,079 00000000000008a77432701f9d6fd387c972c445d63b2f425421941482c7cf28 10 0.00/1.00 vMB 387
177,078 177,078 000000000000022713f96b7f6fa57a57edecf620faa06f95b68cced08fc99ab8 70 0.03/1.00 vMB 132
177,077 177,077 00000000000008131525d9922727496f43a871d05b6a5ccd592b65f580716e23 48 0.02/1.00 vMB 56
177,076 177,076 000000000000067f03ffba30cfaba6a64e213e44f5e7dae5ecd2574c6187ef0b 53 0.01/1.00 vMB 3
177,075 177,075 00000000000007bffccc5f765792913dd9ac8bb2d26be075b8bbdea3cd990208 59 0.04/1.00 vMB 96
177,074 177,074 0000000000000981a17b4f6b46b75844a255ae7cbfe5e24914bf3867de4edbe3 110 0.04/1.00 vMB 172
Previous 10 blocks ↓
Total Size: 782.89 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: 713.37 GB
    • Received: 17.36 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.