Loading Tool

Explorer IconExplorer

Memory Pool

70,609 transactions
26.66 vMB
0.07237171 BTC
Random Selection Loading Transactions
Max Size: 160.95/200 MB

Candidate Block

Mining Attempt 1cddcb71437ad3968739a748597f0d2f67667fd391b244c6a8ba81274f975fa8
Version 20000000
Previous Block 00000000000000000001b9a43a13d61c36ff197c8d441de04206a35709143d9a
Merkle Root cebe19cd01f47ba603a1a90b79d573cf2aa78c1b52148b1d5d284f2705796b36
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,443
Size: 1.00 vMB
Total Fees: 0.01546875 BTC
Feerates: 150.75 > 1.55 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,468 (651,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
263,684 263,684 000000000000000f5c110ea7f0cb2c329c7e3285df2b6a8d2b30226053ecafaf 333 0.15/1.00 vMB 86
263,683 263,683 000000000000000eb6e7a231567a2ae3231028fcb77629818d1e198a94b8fca6 1 0.00/1.00 vMB 0
263,682 263,682 00000000000000018eb7f2f9f1c27e0839a5e138152813f4a584c3b21e86f5ea 587 0.25/1.00 vMB 137
263,681 263,681 00000000000000127a7d8322ef3b9ecd25da887c89d2b05556c8e62fe8587994 77 0.05/1.00 vMB 15
263,680 263,680 0000000000000005217e3a0547a464e6b8972912cde54ff6c98d03519e369e69 166 0.07/1.00 vMB 75
263,679 263,679 00000000000000118ceebbdbd61cc912525d30d7fd30833b7ee8a8033782bc3a 61 0.02/1.00 vMB 121
263,678 263,678 00000000000000056a21084ee52a2385ec22f766d0d7537ca631c57f9c623259 175 0.07/1.00 vMB 75
263,677 263,677 00000000000000067deb66e1cf6f08304ca35b71a9a7bca5bf3fa18c4c79e462 418 0.19/1.00 vMB 92
263,676 263,676 000000000000000d4d887f89b9629ff77d16768c82ecf5eec207dfc3cf1f5a9d 514 0.24/1.00 vMB 128
263,675 263,675 000000000000000f78aa923e7e11eb1310be4aa02b3b565c5b6bf1807b593b99 1,044 0.60/1.00 vMB 72
263,674 263,674 000000000000000f25c9c83f9a310b549f898a2020b2ba29b8c40cec237cde0d 153 0.05/1.00 vMB 82
263,673 263,673 000000000000000cdab2fb1252ac406170aaa6075c17259fd8ede6e588c5435d 159 0.05/1.00 vMB 23
263,672 263,672 0000000000000014c9d26fb8a07ed451f7d8ff4f69330809c833a1540b1a64bd 382 0.15/1.00 vMB 49
263,671 263,671 000000000000000d6fe340552fdef18e3e3ccc6df1dac348647ca517b1b7402d 577 0.25/1.00 vMB 158
263,670 263,670 00000000000000033ec63f189251bdf8382a717bca1414286741d7a6f3ed46ca 173 0.07/1.00 vMB 68
263,669 263,669 00000000000000034665d8f7ec806fbbf4a80b0ae10b706172fd1caee107f21f 994 0.42/1.00 vMB 123
263,668 263,668 00000000000000032216ba41b32c3d3a6efcf4ccc39fe598ba98d1a1a16c0cdb 423 0.16/1.00 vMB 140
263,667 263,667 000000000000000f61039c3bc7d64ff43754f08003d0b535ecc7cdfd156de548 400 0.25/1.00 vMB 89
263,666 263,666 0000000000000013eaf5c412d2f638a44464f2cc7fd9864afa23992c4f394f9b 583 0.25/1.00 vMB 69
263,665 263,665 000000000000000bf853f4ad10585e107729433b819d5fe9fa93e4f67f14ca54 605 0.25/1.00 vMB 175
263,664 263,664 0000000000000001a05ef16c0a394f9f2b4183fd6d55b47101c3205576e9974a 638 0.25/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 783.21 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: 755.42 GB
    • Received: 18.95 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.