Loading Tool

Explorer IconExplorer

Memory Pool

38,026 transactions
26.81 vMB
0.05350897 BTC
Random Selection Loading Transactions
Max Size: 139.35/200 MB

Candidate Block

Mining Attempt d01a6f38d7115fd81342807b192c9f6e49af2d5e680ba98af43db1f4d53bae05
Version 20000000
Previous Block 000000000000000000000f0eb32368ca338bda4641ae91e1df2854638c1f9b59
Merkle Root efffa95222e922a06d698ae213491f1619ef5da3d9b312d9edc3e9f7a9782d09
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 539
Size: 1.00 vMB
Total Fees: 0.00397468 BTC
Feerates: 44.54 > 0.40 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,866 (683,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
230,994 230,994 0000000000000014d6fe8378cc454f3ae4a2cdaac854c78484a6d94ba7827807 179 0.09/1.00 vMB 128
230,993 230,993 00000000000001a12dbcf5378013d298e5c070005af5324de7f8c059862e0d54 569 0.24/1.00 vMB 174
230,992 230,992 0000000000000160ebf8b829e1467c4f33c8d24c2a5570de529c2ea4dd2175ee 22 0.01/1.00 vMB 102
230,991 230,991 000000000000001a4d70988df99381f206075487595078f70d97be6a01fa5b86 60 0.03/1.00 vMB 130
230,990 230,990 0000000000000128224415c37e550538d6ff8228ed7d268f18bccb259b2dfb30 288 0.13/1.00 vMB 103
230,989 230,989 00000000000001bd3b1baf51d5007320b0b38fefaceb409e7efe2bf4db27e0a8 90 0.04/1.00 vMB 100
230,988 230,988 000000000000020036adb6a80065eec226856876c4c3f7553dcc4e9f67e3761f 265 0.11/1.00 vMB 90
230,987 230,987 00000000000001befa1cdfe9ed4f65032dd2f4bcccf6687ed373c85d4c1b8fec 340 0.16/1.00 vMB 133
230,986 230,986 00000000000000f5cd24269d821183eba790a6f177ddd9081def868fbf1ff07f 257 0.15/1.00 vMB 121
230,985 230,985 00000000000001351bae6a54a359d93eaf6581ba210232a6a76baa8b4cf283d1 418 0.21/1.00 vMB 128
230,984 230,984 00000000000001b2b140cfe5e45aa75e982a34b023874909421e653447d0b98d 85 0.03/1.00 vMB 29
230,983 230,983 000000000000005f00d79c9d66559ea35e850bd7545e2e2fc491672040f00f16 248 0.13/1.00 vMB 140
230,982 230,982 00000000000001b5bf7b788df5b6304119b784fd8352e0b656f03b4f76e8b90a 561 0.25/1.00 vMB 215
230,981 230,981 00000000000001ad833cb7e2f40dad020e85fdbe1ac67f40a1490c2f2e842acb 3 0.00/1.00 vMB 0
230,980 230,980 0000000000000137fdffa7d3b211cce313163ba08f983371386515768ad45f4d 310 0.14/1.00 vMB 8
230,979 230,979 00000000000001a5f30c4ae4a941483f359bee3cfc8c51cda7f187531c854af9 160 0.06/1.00 vMB 116
230,978 230,978 00000000000000b87b6ccc8fbc3ae11e2e1ddec5fe9936a3f62abe65c2fb8e6f 194 0.08/1.00 vMB 130
230,977 230,977 0000000000000195d226233ea30ffeeb54bcb756b4226d332fffb166c04cb7ae 72 0.03/1.00 vMB 54
230,976 230,976 00000000000000b8b8dd62221b9f3382e5dd9c1f6c62d09499e7e5aeb15cf0ed 370 0.17/1.00 vMB 142
230,975 230,975 000000000000012cab6c0a274463f99fc573f0d75da06e7262db24b7600ad7d0 611 0.38/1.00 vMB 259
230,974 230,974 000000000000003449471a1d47b8c4d7b315c7efaf292f2dd49da765e439aa18 482 0.25/1.00 vMB 242
Previous 10 blocks ↓
Total Size: 782.15 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: 653.02 GB
    • Received: 13.82 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.