Loading Tool

Explorer IconExplorer

Memory Pool

83,377 transactions
31.35 vMB
0.09723682 BTC
Random Selection Loading Transactions
Max Size: 191.07/200 MB

Candidate Block

Mining Attempt 3f6d33eecd19d49981980b5f75c52115ca7bf68ad6f7fb1e2bd1558144853c93
Version 20000000
Previous Block 000000000000000000018a6131e27c6c8e6c00f0695c67492c18c531297b0321
Merkle Root acae99aa16c5b7099e6b2b4e18c317437a3f8f9bea4cd0cdd0cb6ebc0c6fc2cb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,200
Size: 1.00 vMB
Total Fees: 0.02516964 BTC
Feerates: 177.93 > 2.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,332 (675,970 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
239,362 239,362 00000000000000d17569e60045b46f5c21b4587cc7ba7a5f44838f2f574b2785 419 0.23/1.00 vMB 164
239,361 239,361 0000000000000055c691f32face29abebfc3ce18354296d7142ed834938cbe42 480 0.25/1.00 vMB 165
239,360 239,360 0000000000000063a9ed534ed869d9e5f7991f09b470aed0357b63f8a1aa3972 442 0.25/1.00 vMB 130
239,359 239,359 00000000000000e228001398edbadd71c6a0712ec4606347a45ffd1f124f09cf 748 0.25/1.00 vMB 236
239,358 239,358 0000000000000081fa37f7b39a249d356ccd481030e7f5352707b99a824de49b 205 0.14/1.00 vMB 89
239,357 239,357 0000000000000080d36dfcb8d05e2f98de26fcdf9a407aaaa4e46875aaf51def 473 0.25/1.00 vMB 155
239,356 239,356 0000000000000086d6f87a1cc5a5e17b4b6f1b51f78b6fc390d5157616e66e23 701 0.25/1.00 vMB 212
239,355 239,355 000000000000012de2ae26249dcf2cfd60e215bbda445c65b0ed3013cfc36047 6 0.00/1.00 vMB 142
239,354 239,354 000000000000004c51d54d56cee3a512236d9264cba16321c320401506f37fca 52 0.03/1.00 vMB 131
239,353 239,353 00000000000000b8d3718e3070af5e46c0a9b115d5f7c4b0f6851b75cdce5eee 412 0.18/1.00 vMB 147
239,352 239,352 00000000000000a6c6a2e23ce13d7fa41ffe20c3cec50927007e56676b6307b2 81 0.04/1.00 vMB 167
239,351 239,351 0000000000000111023fdaabe8e356f4d8174e28f621718ab055631d6535721e 59 0.02/1.00 vMB 152
239,350 239,350 0000000000000046ebb73a1f112ef1ccc2cb4e26890d2926ac291248f6d21fbc 155 0.10/1.00 vMB 110
239,349 239,349 0000000000000157374e08ecf3e163763330273bf57ede338eb188c273daa94f 121 0.03/1.00 vMB 19
239,348 239,348 00000000000001512d12b77b5b6157074105121e0c15668ada5389acd13127e9 564 0.22/1.00 vMB 185
239,347 239,347 000000000000013c4fb8cec9a197a8fc0f63a6d8dd9e8258d0cf84b664708f3b 217 0.10/1.00 vMB 117
239,346 239,346 000000000000009fbaada8a36eabf4d62093ad5e7ed3bdcd69eac4df7dcdd61d 455 0.19/1.00 vMB 178
239,345 239,345 0000000000000031d20224358823c4d81c582a2afe89076b1a6714c628bbe3d7 269 0.14/1.00 vMB 120
239,344 239,344 0000000000000118b376a8c73f4e1f723b38a76773780f8ee0a6be948f1a9642 532 0.22/1.00 vMB 157
239,343 239,343 000000000000014b21e5a1de7ec5d2e4f2f565bb6822c27df72335b89fa73fbf 9 0.01/1.00 vMB 15
239,342 239,342 00000000000000e1ea39516623d291f5d78c9330e61eed6b63c0501ece01e202 318 0.15/1.00 vMB 163
Previous 10 blocks ↓
Total Size: 782.97 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: 715.93 GB
    • Received: 17.75 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.