Loading Tool

Explorer IconExplorer

Memory Pool

32,549 transactions
25.14 vMB
0.07087943 BTC
Random Selection Loading Transactions
Max Size: 126.47/200 MB

Candidate Block

Mining Attempt e22bbcfa31c74d01ea80ed67d0873d57fad24391e2af2da69441cfba943c1d92
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 4c9ee8f1abf0cd3ce508d9fa700727caf6c74964b36719d49247c18598bc8989
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,910
Size: 1.00 vMB
Total Fees: 0.02338206 BTC
Feerates: 100.60 > 2.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (515,126 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
399,579 399,579 000000000000000004ab8adf22c80a3e63cd7c11a1812b1776dd5da1dbecbb95 1,602 1.00/1.00 vMB 27
399,578 399,578 000000000000000002a7dadd70917b714cd5c8e7b61d37da8d3da0b8162a7893 2,107 0.98/1.00 vMB 37
399,577 399,577 0000000000000000028923176283bf38837202fdf5edf411238e7a1e32d4e1af 1,791 1.00/1.00 vMB 49
399,576 399,576 000000000000000004f2129206118ebbf08c6d4701359b019af2b4495581f984 2,090 0.75/1.00 vMB 53
399,575 399,575 000000000000000000a529a23fafe92c0bee35b052bc263a9a514a5d79188241 2,435 0.98/1.00 vMB 44
399,574 399,574 0000000000000000064612fc20c1daf49c6efe8b0acb06a4d35d6db91a8a2002 2,482 0.93/1.00 vMB 48
399,573 399,573 000000000000000004dc3e9311a1b6ed41a58ada7933105d75ed167668a81036 1,407 0.98/1.00 vMB 22
399,572 399,572 00000000000000000380e37fb73970d59da84c7d5bac109d157be33649d300fb 1,726 0.93/1.00 vMB 27
399,571 399,571 000000000000000006932b416b6f76afe6a54248ae45c56368fbee05e3a02bc6 2,041 0.98/1.00 vMB 36
399,570 399,570 00000000000000000554ac64d1a131e1a6f4db0f5c31b6bb2dd0abd55eb8d95d 1,542 1.00/1.00 vMB 31
399,569 399,569 0000000000000000055b99f0e82314b0311db722ebb62df5357d4cb9cb6a2a23 2,320 0.75/1.00 vMB 59
399,568 399,568 0000000000000000029a49e373cfc3aa394ec67394cd179fd1843d6789cba0c2 2,181 1.00/1.00 vMB 44
399,567 399,567 0000000000000000032ea06a80cc101dcaa7d1da5487e45afa07a4901417ab66 2,474 0.95/1.00 vMB 38
399,566 399,566 0000000000000000013f84a951c9a477c0f2edf34efce3169930c2a96d496375 2,830 1.00/1.00 vMB 63
399,565 399,565 000000000000000003ceaaf0bebadf7e7a781a397a676bd2d2ed686f741e874f 2,388 1.00/1.00 vMB 50
399,564 399,564 0000000000000000068865266f2f116b68418a0f0f35c21ade1fc6d1f19cc552 2,824 1.00/1.00 vMB 49
399,563 399,563 000000000000000000cbc8683d38bdf8091ea68e85073084618d96fa46f7cfcf 2,346 0.95/1.00 vMB 42
399,562 399,562 000000000000000004eb46257aa8cedc10a58aeae079feb7f4436f3f16a720e8 3,308 1.00/1.00 vMB 60
399,561 399,561 00000000000000000208b80686626f34c216161821566c59e7bcb397ca906fed 1,330 0.93/1.00 vMB 26
399,560 399,560 00000000000000000129579f712b3c98cf7d486c5130b1c59c67f37095a55a56 1,278 1.00/1.00 vMB 26
399,559 399,559 000000000000000002bd21bd30632b6ec96cda9b80f4b7960afd1a33b9237a19 2,267 0.98/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 781.87 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: 642.83 GB
    • Received: 12.56 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.