Loading Tool

Explorer IconExplorer

Memory Pool

79,248 transactions
30.09 vMB
0.08424888 BTC
Random Selection Loading Transactions
Max Size: 183.30/200 MB

Candidate Block

Mining Attempt f123a84ce9ee236dbeaa19ba5c7936ec5894fb582e9b31b9c82391e7938c8c5a
Version 20000000
Previous Block 00000000000000000000d7c32edb112c6056dcc1521f24e801594872b22d15cb
Merkle Root b61086bffce4b800109ae0a95f27e3b70f3e226c8738897b4c43ecba742616ff
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,871
Size: 1.00 vMB
Total Fees: 0.01733393 BTC
Feerates: 300.83 > 1.74 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,394 (43,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
872,068 872,068 000000000000000000028364346b18330798839c1e452dcd582fafafe729aab7 3,817 1.00/1.00 vMB 18
872,067 872,067 0000000000000000000203f43cab6ed929c735bb5c48d07982a64a8a8c80d1a2 3,811 1.00/1.00 vMB 23
872,066 872,066 00000000000000000000172e85bbe7f21996e9175f96bf1e9b23d70bc4190956 3,687 1.00/1.00 vMB 25
872,065 872,065 00000000000000000001293a97421b27d2337e54b54132a14e4f090b01c36917 3,260 1.00/1.00 vMB 23
872,064 872,064 00000000000000000000248d915a59db935df8c463ca3ac164843f09e6d7602f 4,505 1.00/1.00 vMB 23
872,063 872,063 0000000000000000000273ae1e45748e51beed5152a6c0f0eb347ca734c35bee 4,894 1.00/1.00 vMB 29
872,062 872,062 000000000000000000014ef360a8cc20c71889c0a481a702c65205da0a75590f 6,505 1.00/1.00 vMB 28
872,061 872,061 0000000000000000000215fc64a27c011d38d36abbe66260b1ce5d5b3caedb18 6,729 1.00/1.00 vMB 34
872,060 872,060 00000000000000000000270a127c65d897262792b3afb76dd07277c6b3d88a4a 6,677 1.00/1.00 vMB 36
872,059 872,059 0000000000000000000054ccc7134711a22e0bfb5b82d076f72fc20d0fb2459e 6,285 1.00/1.00 vMB 45
872,058 872,058 00000000000000000002324c4c0de139c8b3ad9834a2d52d3e3c9c7f4db0a6e7 6,910 1.00/1.00 vMB 37
872,057 872,057 00000000000000000002bdd59abfa41903e6ea8def61432ebb3ae691c962f01a 6,805 1.00/1.00 vMB 43
872,056 872,056 0000000000000000000064e5fde08ba1f7110b5a718da6e7903826e2f68084ac 6,590 1.00/1.00 vMB 39
872,055 872,055 0000000000000000000093eedeb53ea28191efa3de48b108171b10c85be00c52 7,156 1.00/1.00 vMB 45
872,054 872,054 00000000000000000001a80d611745f40d8e50259bbd7d0f5876d91f6369a420 7,119 1.00/1.00 vMB 44
872,053 872,053 0000000000000000000065c9dc27c100e48b18a57b1e650b92bf1fda9c2f3edc 7,157 1.00/1.00 vMB 17
872,052 872,052 0000000000000000000114a8c3addd54985257e1a6448f33865c85f2f9b922e1 6,917 1.00/1.00 vMB 15
872,051 872,051 00000000000000000002ba548787487060a2244ae4c85399c76fee80007756ee 6,473 1.00/1.00 vMB 15
872,050 872,050 00000000000000000000cc8ab98e7302817e5ca4dffc588bc511a5490018d9cf 3,747 1.00/1.00 vMB 9
872,049 872,049 00000000000000000001aaf6cbe5530f27c1d3d4358a3171dd7aa3e038978de2 5,852 1.00/1.00 vMB 11
872,048 872,048 000000000000000000004879109d32af96860e3e5905561f07d86d34f70b783e 3,087 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 783.07 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: 720.92 GB
    • Received: 18.31 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.