Loading Tool

Explorer IconExplorer

Memory Pool

47,161 transactions
23.71 vMB
0.10833638 BTC
Random Selection Loading Transactions
Max Size: 131.21/200 MB

Candidate Block

Mining Attempt 98ed98898fc77d533ed06e437540504d3d398006f8c7bb2eda9c71995e21358b
Version 20000000
Previous Block 0000000000000000000075f7f0d716095abc5d5915552b56d7f74fc1265f2fec
Merkle Root aae927a236405923bd70c9f185dc1f0a9eb51ca951290f34c2b6f23c697f50e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,641
Size: 1.00 vMB
Total Fees: 0.02362856 BTC
Feerates: 19.10 > 2.37 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,087 (753,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
160,692 160,692 00000000000005c52c054996d23a63943ab80ee5f432a3087a0fc617e8d6daf4 1 0.00/1.00 vMB 0
160,691 160,691 000000000000081f2c0b7d852d813fe8e66c035d2d0256333818a3c0d7c9cfec 63 0.09/1.00 vMB 185
160,690 160,690 00000000000000bedcb0f09f2b0738f5086a626e8feeec6b19d3b71a4702421e 38 0.02/1.00 vMB 54
160,689 160,689 0000000000000977a23ae750d7fab8f63dde6c9def32aaf6a902dbff20880f2d 39 0.03/1.00 vMB 82
160,688 160,688 0000000000000096fe527075b469abeaf3d3f8311e17b638b7740da6d92daa58 23 0.01/1.00 vMB 224
160,687 160,687 0000000000000d50c804b63324905fea867b58d8137bfcf604f87a8187240150 5 0.01/1.00 vMB 22
160,686 160,686 00000000000001822ebb490989ba4cb8760b281bd56ad90b557eea54d8815b2d 61 0.03/1.00 vMB 162
160,685 160,685 00000000000002812373b8ca1b4b8b4d51be26062b31c3c4a43df2893f0a311a 6 0.00/1.00 vMB 42
160,684 160,684 000000000000040c20fc74be8dff560b67410537d5295d342249a48dff3de312 1 0.00/1.00 vMB 0
160,683 160,683 0000000000000dc5ac260d1c1d9e64feae859044f3de3bd11934c0a220d19892 72 0.02/1.00 vMB 21
160,682 160,682 00000000000000770d531e31315619d295da82497b78bc0b54ceb5901fda0d55 12 0.00/1.00 vMB 17
160,681 160,681 0000000000000e32dda0c5eac6dda8a1f6588242bec80532905ff516ba01db27 97 0.05/1.00 vMB 248
160,680 160,680 00000000000007df1423e029c7c85673d86ef58af0da4760dbbe10d4eb142f6b 76 0.02/1.00 vMB 31
160,679 160,679 000000000000079923c62bbd80d364d839c64d36d493e92b2ec8d0b0b8513929 12 0.00/1.00 vMB 10
160,678 160,678 000000000000068eb98ee4d5a8e2cd3428ca1211d12b83ff4e02148bf10f41f1 25 0.02/1.00 vMB 153
160,677 160,677 000000000000047e6c64aebc5f33452933b9a23277e00f6af7de8bf1f2bc55d1 11 0.01/1.00 vMB 18
160,676 160,676 0000000000000682a825538e8b99b86a41e90ed0946aedff66ae385f2a4a65a2 24 0.01/1.00 vMB 64
160,675 160,675 0000000000000418201be59d87c5c87652cd7e4b9175ce8f4a6c97df9a8266eb 47 0.02/1.00 vMB 9
160,674 160,674 000000000000029b721d5f53a91fd7cc2ab67a5fad2ec02dd7249907dac57105 42 0.03/1.00 vMB 161
160,673 160,673 0000000000000a39095853e1c48ef5adb3e5b5cee454f02c5ef057900bf81947 81 0.09/1.00 vMB 137
160,672 160,672 000000000000002b10f1d9c51ff5d7efb364502defa8295f6d1be2591a223e4e 111 0.04/1.00 vMB 272
Previous 10 blocks ↓
Total Size: 780.75 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: 557.00 GB
    • Received: 7.04 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.