Loading Tool

Explorer IconExplorer

Memory Pool

80,313 transactions
34.63 vMB
0.17486220 BTC
Random Selection Loading Transactions
Max Size: 193.92/200 MB

Candidate Block

Mining Attempt 5dc9e1b009ef82b7e10add9fcb6cc03b44fb1324ac02b1bc83e46822f9fc3296
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root fed11a4e4580e1571de3a4f29171b08a3e34407f6b7149040d2374813142e83d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,124
Size: 1.00 vMB
Total Fees: 0.04637243 BTC
Feerates: 150.93 > 4.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (43,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
872,047 872,047 000000000000000000025adc1a12e804f25ca0192c831a6062be540c5d0fea84 1,207 1.00/1.00 vMB 9
872,046 872,046 00000000000000000000b17c98d489352d5253eeeb6e55276f4bff6e7ef0b541 1,036 1.00/1.00 vMB 8
872,045 872,045 000000000000000000014c38af6844a939c660801221643e77c167cf8b6c737a 2,039 1.00/1.00 vMB 10
872,044 872,044 00000000000000000000bd8bae870c07f0c4af8e3a1b27ecd610e3f84e66cfe4 1,686 1.00/1.00 vMB 9
872,043 872,043 00000000000000000001be27cad1757e69216ae3e703cd173a363f8515c3c152 1,237 1.00/1.00 vMB 8
872,042 872,042 000000000000000000002ca2c4eaac19a14596d70f4d53442ad6d25568e59e20 1,308 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 783.11 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: 734.16 GB
    • Received: 18.55 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.