Loading Tool

Explorer IconExplorer

Memory Pool

74,676 transactions
27.54 vMB
0.07180506 BTC
Random Selection Loading Transactions
Max Size: 168.13/200 MB

Candidate Block

Mining Attempt b2b95b6cc71a0410f1de993e78d645e88951e1b4c4685f61674c0e1b5c338c0d
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root ffb20e7903fd23eadbc0fc8bd6e5b1acc193d9986018c6b043ede7107704e1a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,753
Size: 1.00 vMB
Total Fees: 0.01293106 BTC
Feerates: 80.55 > 1.30 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (401,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
513,721 513,721 000000000000000000406f133922a983c04dd81a2757bd0833e41a522b8a0d1b 2,433 1.00/1.00 vMB 76
513,720 513,720 00000000000000000011e5cb71fb8e19b3f57fc06e099e8b134aff4a8a694b9c 505 0.20/1.00 vMB 33
513,719 513,719 0000000000000000000a59e5d6a4e967d43400eac28119407a31e2a72b86fcbe 375 0.25/1.00 vMB 19
513,718 513,718 00000000000000000023f4134f24101c17ea429c5ccb03309f997d278d9d6a0e 590 0.29/1.00 vMB 26
513,717 513,717 0000000000000000002fdea4550d2fbedad1d03f4c2357b518b34115d12e7858 20 0.01/1.00 vMB 53
513,716 513,716 000000000000000000286accf33d9f7ccb944363d40c335d075b7eac40dd65f7 59 0.02/1.00 vMB 43
513,715 513,715 0000000000000000004c312282d3ac94a5b402bf12e01a4200f250546a2072bd 1,361 0.85/1.00 vMB 40
513,714 513,714 000000000000000000269af7f074c3f841b5e40c1f9568e26244883c99a2f7cc 2,955 1.00/1.00 vMB 10
513,713 513,713 00000000000000000033a03c9f5106cfa09982e0d9f517fafb2ff9cdd69f12f5 2,385 1.00/1.00 vMB 55
513,712 513,712 000000000000000000475e325cd2c1ac694ff53aa8aa278e5801a2c9bf4df0c7 203 0.42/1.00 vMB 17
513,711 513,711 000000000000000000408839c0f4e7db14278b9035d336e369f131e8f1298ac1 2,097 1.00/1.00 vMB 47
513,710 513,710 00000000000000000041b2d7fd9c5e2114e86d947f0f2f50ac1bb1e20ddc708b 79 0.03/1.00 vMB 21
513,709 513,709 000000000000000000435ac262c79820959cd9c9315192e82c31e9e99a50f2e6 884 0.50/1.00 vMB 10
513,708 513,708 000000000000000000122cffeb485354c7cd8068a0502312ef96123af9848bc4 536 0.17/1.00 vMB 43
513,707 513,707 0000000000000000002e165c20f54de5ffae6656732a7302b447ea3f4225f1e0 3,225 1.00/1.00 vMB 55
513,706 513,706 0000000000000000005533805b6f125d81608e2d5e26fc6edaa9447ab184ded4 196 0.07/1.00 vMB 31
513,705 513,705 000000000000000000049b9057e3760c298eccf68b2102be7c9716247ced3dde 1,331 0.52/1.00 vMB 33
513,704 513,704 0000000000000000002af0777a0b87b43784394084f69a9a42de7621376f648d 377 0.22/1.00 vMB 38
513,703 513,703 0000000000000000002b89d242883bee26834423395795bd8dc44b42f4c28a62 443 0.18/1.00 vMB 22
513,702 513,702 0000000000000000000c8141d12c7bcbb92a2734b47534c5d492c4b34900c6ed 1,130 0.39/1.00 vMB 37
513,701 513,701 00000000000000000048fb2f747ae8539950c7bd5e881b90b1a25b09c46437bd 1,022 0.48/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.