Loading Tool

Explorer IconExplorer

Memory Pool

45,027 transactions
29.79 vMB
0.09068747 BTC
Random Selection Loading Transactions
Max Size: 153.84/200 MB

Candidate Block

Mining Attempt 9d16cd02aae6122689cfcec0d48d8688c8bdfc93a96ec8a64f1869bf22bfbcfc
Version 20000000
Previous Block 000000000000000000005995f28b7b2bd5ea07e6aa9ac102c0a7ba604cbde5a5
Merkle Root e6625c228fd0be4dd9a119652b3b4a85af4147738fd0bea9a4c1c3abb1c3dee6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,131
Size: 1.00 vMB
Total Fees: 0.03095484 BTC
Feerates: 477.45 > 3.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,617 (270,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
644,011 644,011 0000000000000000000998e2cc49e886e4be6467573f5940bae2e3912ed5d899 2,890 1.00/1.00 vMB 14
644,010 644,010 0000000000000000000c33638c1d457ed91932662bf2fab888d2c86f54cf6f31 2,109 1.00/1.00 vMB 87
644,009 644,009 0000000000000000000baab90bb0382af66a687153d099db702bedaab7cd74b7 2,213 1.00/1.00 vMB 63
644,008 644,008 0000000000000000000fee0d09651ac95fc2c5396df19b729c91d9835ec6c56b 1,935 1.00/1.00 vMB 97
644,007 644,007 000000000000000000099a5a2c99db9b5e5d67489a7899fdeeaeb0210a2c77c0 2,674 1.00/1.00 vMB 85
644,006 644,006 0000000000000000000fd723a9d28a33261a0997a283dc60d2b373a3ef4328ea 1,054 1.00/1.00 vMB 21
644,005 644,005 00000000000000000003408a88a1971ed93d2634c2ca8cd8f8d9ec89963f679a 1,363 1.00/1.00 vMB 11
644,004 644,004 000000000000000000081ed1408375943407db4e39340a462e881dcbe6e17989 2,528 1.00/1.00 vMB 55
644,003 644,003 0000000000000000000b92cbca8edcc5643fa49ce63c733fb17df0c6a74cb645 1,784 1.00/1.00 vMB 41
644,002 644,002 00000000000000000009c635ee9e8fd7d7001be6665676d791d647f9954961c8 1,563 1.00/1.00 vMB 82
644,001 644,001 0000000000000000000454ede8e5089f6981716f973438a2ff1f4624a1d46c38 1,286 1.00/1.00 vMB 12
644,000 644,000 000000000000000000050886dd33c984a06f3b6b9a063838a86c746fcd6aa060 2,504 1.00/1.00 vMB 29
643,999 643,999 0000000000000000000e23df280308b1b90dcc840266a47bff393672a146a7d5 2,591 1.00/1.00 vMB 72
643,998 643,998 00000000000000000006d767191cc3cbed01c9def0cf2e6e353b92a03e13d460 2,560 1.00/1.00 vMB 19
643,997 643,997 00000000000000000000dfc4321df20e17251836f23a3065f352e3ae1602993a 2,154 1.00/1.00 vMB 64
643,996 643,996 0000000000000000000ee696e04cb526eedfead91ad6e62d548e4566268a18d4 2,139 1.00/1.00 vMB 92
643,995 643,995 0000000000000000000e746994f2f6702ace5164fcc8f27f0a2f6582ab9a5928 1,809 1.00/1.00 vMB 10
643,994 643,994 00000000000000000006e61dc728e6991ff2fd2daebf884417be73ef0f2c032b 2,495 1.00/1.00 vMB 22
643,993 643,993 0000000000000000001066441696588798f4f032324b06fbc5cdd3ccdd10fa44 2,537 1.00/1.00 vMB 36
643,992 643,992 00000000000000000000dc2a7c3c056be15b778c26dde28a253b5ac752b8f879 2,812 1.00/1.00 vMB 19
643,991 643,991 0000000000000000000bed7064a528245aadd700b9591ce2e542cd78c05d259b 2,866 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 781.71 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: 629.61 GB
    • Received: 11.93 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.