Loading Tool

Explorer IconExplorer

Memory Pool

79,701 transactions
29.27 vMB
0.12641240 BTC
Random Selection Loading Transactions
Max Size: 177.20/200 MB

Candidate Block

Mining Attempt be34e0f6aacd9aa85ed6b38b462b2ae143b71f1c302e121c610e3e2b408908b1
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 3ded109a27df13ff786e6df65311d7eab3b538b6877d2e8363c12a8a72f77983
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,514
Size: 1.00 vMB
Total Fees: 0.04712127 BTC
Feerates: 602.26 > 4.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (209,203 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
706,102 706,102 00000000000000000003e911e5ec69f6975b2b0572b5819f0aa0be776bcb8b89 100 0.94/1.00 vMB 1
706,101 706,101 0000000000000000000c61d4b5d89f5dcfdb0c6b39a2fdf41ba698263e488b66 851 1.00/1.00 vMB 6
706,100 706,100 0000000000000000000d1d30e8240ec8e679b37e49808c484515c51e3b42da88 413 0.95/1.00 vMB 2
706,099 706,099 000000000000000000009dcc0dc6bbda49761bdb539474971e90d91aaa75ca84 1,742 1.00/1.00 vMB 9
706,098 706,098 0000000000000000000747b03a547091632c656f85de160caefa85afd136c11e 1,178 0.97/1.00 vMB 8
706,097 706,097 00000000000000000004e43a810f2dfc0954b2ae68fae6403f3fc7cb0e682c45 1,418 0.77/1.00 vMB 15
706,096 706,096 0000000000000000000dde5532a1669bda42c9e6daae62e40ab3e16aec1ee7ea 59 0.04/1.00 vMB 11
706,095 706,095 00000000000000000008bd9f612769ef8ed212796858a8d5efc9c823313b287c 264 0.08/1.00 vMB 15
706,094 706,094 000000000000000000011c582a6bf13efe7415f64ebe8d5d4dadfeb0868c451c 1,413 0.80/1.00 vMB 5
706,093 706,093 0000000000000000000bb261e9e233cfce6db51c16808b396e9cdac20ca17af0 2,060 1.00/1.00 vMB 20
706,092 706,092 00000000000000000009eb9568336d47479e5caf8c95c57e3ea7148aeee9ec3a 1,504 0.53/1.00 vMB 14
706,091 706,091 00000000000000000002d312697761b8fde71f3911d93560ed7568d2f31a2200 530 0.22/1.00 vMB 13
706,090 706,090 0000000000000000000cc55b4cfa6aabbb47e8c399bdfeb85ecf5d7e3583192f 1,220 0.42/1.00 vMB 12
706,089 706,089 00000000000000000006d49488d6f524511b4a0323af3ab7653f577be93bed81 1,072 0.52/1.00 vMB 12
706,088 706,088 00000000000000000000c420af234b39ffd13c386a6e39362b2a5fef17ffa748 782 0.59/1.00 vMB 11
706,087 706,087 00000000000000000009e8b7641b1a11069d6d58590d9b96d444d3e9f8a5812d 1,788 0.73/1.00 vMB 14
706,086 706,086 0000000000000000000720b189d10cafcde643cb4ee4e0edc88fbdc689fc1291 2,181 0.82/1.00 vMB 14
706,085 706,085 0000000000000000000b786e92e30e53bfee1b8ea00eefed8b903a98aa94d89a 1,781 0.98/1.00 vMB 8
706,084 706,084 0000000000000000000a79a65ffccd4fe058f6dbb442374354bb11e4c2051986 1,613 0.99/1.00 vMB 12
706,083 706,083 0000000000000000000a1a3f5f91d11c38d86876e904ae40807873b96fbf290a 1,101 0.98/1.00 vMB 8
706,082 706,082 000000000000000000090668bbd336f492dcd4e9c99fb40bb608c0b75d85714b 332 0.13/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.92 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: 714.45 GB
    • Received: 17.54 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.