Loading Tool

Explorer IconExplorer

Memory Pool

40,451 transactions
27.56 vMB
0.06830901 BTC
Random Selection Loading Transactions
Max Size: 141.36/200 MB

Candidate Block

Mining Attempt 1d922412385c1f97b4ac27a2b79d0fc7f6e8671b970ff159d123d32afba90e4b
Version 20000000
Previous Block 000000000000000000004ab2d9074b9d6bcd795d8888845f0458baf6acec01c0
Merkle Root 9fbab5a3ac78233b292d0711c9b460f27c161a04830b9ad7fdca7f263e119267
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,567
Size: 1.00 vMB
Total Fees: 0.01584821 BTC
Feerates: 307.10 > 1.59 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,652 (867,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
46,787 46,787 0000000004a31537cf09331c8b0250ad8928adc8e78e089e8eb62ce620587745 1 0.00/1.00 vMB 0
46,786 46,786 0000000029b8392679e1ec114d18ee41bddbcde8cdb33fcb0c3b9f2973a53e05 1 0.00/1.00 vMB 0
46,785 46,785 0000000011ba08cbbfa03931877cc37ed7ba678b64087bc248d1c39e67b7bcca 1 0.00/1.00 vMB 0
46,784 46,784 00000000346175717b5f98b763eb628dd772343a98df36573e5386d5f0efc530 1 0.00/1.00 vMB 0
46,783 46,783 0000000030c7a095045c3ff4d42fda164c573d011589feecaa25bffdd52efc65 2 0.00/1.00 vMB 0
46,782 46,782 0000000035f7516f93b26373215d3687c8486a8fbe2d45375c005dc1b0239af2 1 0.00/1.00 vMB 0
46,781 46,781 00000000297660a11feb657e73d07cf982aaab6258336c5da30260825a4383f6 1 0.00/1.00 vMB 0
46,780 46,780 0000000024958b53f2ca1ba69eb2b6cd6771319e34b2951255044d678729e057 1 0.00/1.00 vMB 0
46,779 46,779 0000000001868d7b0e99a47c87e5a93277a14805cc32cb859a8e714e2a9eef94 1 0.00/1.00 vMB 0
46,778 46,778 0000000001ca98b9fd246ed0163ede68ee486dcbf381c21551a1c21948d96a60 1 0.00/1.00 vMB 0
46,777 46,777 00000000205e986bfc5407f69147a2fe4d7ef8afd1d465d2cef312324bb20f2b 1 0.00/1.00 vMB 0
46,776 46,776 000000002b4ec1db87c3f65906379c0390e92003ecbe1ed459d2a0aa0d2de181 1 0.00/1.00 vMB 0
46,775 46,775 0000000007336db6178fd72ed4be0d5e5e85d6fa2068f6984324ebf6cfd21d29 1 0.00/1.00 vMB 0
46,774 46,774 000000001d85f9c11b09358891963768450278f5a741a0c506dccc1e9b85bbcd 1 0.00/1.00 vMB 0
46,773 46,773 0000000032302eece056d4e8d617409718c80dbe7e87024b12794c81092481e9 1 0.00/1.00 vMB 0
46,772 46,772 000000000151dd43e17dfd02af678b1b8d52fc00b05e9106b2feb830b27209b0 1 0.00/1.00 vMB 0
46,771 46,771 000000000f5d218e96cf54e29d8eb8570166427bb2d2b6c67bd7d61138ae0282 1 0.00/1.00 vMB 0
46,770 46,770 000000002a4733382759c0d5e13bc4a30bf9be871e81548a5d03029e4d726985 1 0.00/1.00 vMB 0
46,769 46,769 00000000063558fd24b1c3752e4baaf323ef66691788ce1efdf5b0fdc8d359be 1 0.00/1.00 vMB 0
46,768 46,768 00000000146e28348d962160e9d540ababbd1dababb93d4f92aed9e53bcf36de 1 0.00/1.00 vMB 0
46,767 46,767 000000000bdcb3d06dfe9dc80372dbf28824ae3d24c97f63755cc26ca2633f48 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.78 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: 632.87 GB
    • Received: 12.17 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.