Loading Tool

Explorer IconExplorer

Memory Pool

76,617 transactions
28.75 vMB
0.07609646 BTC
Random Selection Loading Transactions
Max Size: 173.60/200 MB

Candidate Block

Mining Attempt c29546fa77f477d6d227ba8664065efaf2a60ab4c58e871a11b931e9e378dcd0
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 6845b39650678201717f7f67a135c554a89b0efb9a4d4c69ccb500a43dc9f7bd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,058
Size: 1.00 vMB
Total Fees: 0.01250836 BTC
Feerates: 103.00 > 1.25 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (183,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
731,564 731,564 000000000000000000065a60b95a061fe726e0db8bd2326a9bdb9152b52bb8da 1,420 1.00/1.00 vMB 6
731,563 731,563 000000000000000000026c6b9cb91f534446cb3e0e24941088e6282e1a895b6b 2,880 1.00/1.00 vMB 17
731,562 731,562 00000000000000000003621755043e8e53e3936aadc20c437801394128fc7653 2,343 1.00/1.00 vMB 5
731,561 731,561 00000000000000000003811f1d9dd5208440e9d69a8c8730ba2e75ab65f56afb 2,919 1.00/1.00 vMB 5
731,560 731,560 0000000000000000000347566d3c87b2c298603ab04f3a2c6f7c1a4ecdf155f6 2,057 1.00/1.00 vMB 4
731,559 731,559 00000000000000000001debaf341a8cba420b4505f8537c53ebebb3b40aabc07 2,789 1.00/1.00 vMB 13
731,558 731,558 0000000000000000000059331d124ada55a67200fefa511c782bbc175b9cfcff 2,998 1.00/1.00 vMB 3
731,557 731,557 00000000000000000001385d8515bc8d1ce041c0b231f690b416503fe18c174a 3,040 1.00/1.00 vMB 6
731,556 731,556 00000000000000000004c442a8a4442b2c5afc53883f182b2b0d0d38d7bef8a2 2,422 1.00/1.00 vMB 11
731,555 731,555 00000000000000000007d70ea3ea0035ad54dd335c1d9a51d798f37ba6718f11 1,275 1.00/1.00 vMB 7
731,554 731,554 00000000000000000004e5ce8ec20ad0829500b782bbac4956f9c8e7cfce9ff6 2,240 1.00/1.00 vMB 8
731,553 731,553 00000000000000000007e6464e488f72a10e6bed92d41ed51c7f30ad5956fdd8 1,037 1.00/1.00 vMB 10
731,552 731,552 00000000000000000007dfe9dd9fb3eae6626dc7917fbd4743cdd90988be2b77 2,197 1.00/1.00 vMB 6
731,551 731,551 00000000000000000005a3ad2fde54427946f35d40183eb504ebca235f4a2dc8 3,305 1.00/1.00 vMB 6
731,550 731,550 0000000000000000000946ceb35878dc961773a3205abe41e787115090cd7f78 1,380 1.00/1.00 vMB 5
731,549 731,549 0000000000000000000683bdd8284dbe8f4d619a70764bf1e7a3d0158bbb41a0 2,623 1.00/1.00 vMB 6
731,548 731,548 00000000000000000007088ce046e1cb243ce40668f03ed466f1ca6835232186 2,955 1.00/1.00 vMB 12
731,547 731,547 00000000000000000005f84f6d1d47a1daa50cfe87444b267a9dd0b34136e37f 2,362 1.00/1.00 vMB 23
731,546 731,546 00000000000000000005508559f0f2486528488ce79ff0842bd140905d04bf92 3,327 1.00/1.00 vMB 15
731,545 731,545 0000000000000000000616227abe1da4b205e57b4f42af345e55e6902f6b88bb 3,352 1.00/1.00 vMB 18
731,544 731,544 00000000000000000005d66fee765b258c313c000e8fccbfb213f5e5a81edf57 1,929 0.67/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.66 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: 673.01 GB
    • Received: 16.35 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.