Loading Tool

Explorer IconExplorer

Memory Pool

79,885 transactions
29.30 vMB
0.12541949 BTC
Random Selection Loading Transactions
Max Size: 177.43/200 MB

Candidate Block

Mining Attempt 2365e65e72c72cba8271c7730ca7abb0d3d4510fa11d4c0ccf7de3501bd54497
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 9678a9bb09359abe4f7b8b209b2468b1502c16b37af1346d2da7365cb9c95136
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,890
Size: 1.00 vMB
Total Fees: 0.04699621 BTC
Feerates: 301.72 > 4.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (649,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
265,932 265,932 000000000000000c81ed49287c2ce9c170a3c8ebe76c49b6d4a68aacfe36ac01 74 0.03/1.00 vMB 19
265,931 265,931 000000000000000bad11323666e85e07482cdb34048b8fe93bc0b894e2d842c2 665 0.22/1.00 vMB 93
265,930 265,930 000000000000000e2f2f88b6814542729f275d2f14bdc17f3b46f850b617c939 478 0.22/1.00 vMB 5,271
265,929 265,929 00000000000000049c1ee08bb82198dcd3d4e392a2799d11cf6ec1851366cf32 346 0.16/1.00 vMB 83
265,928 265,928 000000000000000a05dd609b620b4c85ebc604c5f23711c8c94299f2a5cf6d1d 332 0.16/1.00 vMB 92
265,927 265,927 000000000000000b7c4590b7a6fe26b57b4e01e21f3c92c32c10b36c92fde0e7 336 0.13/1.00 vMB 92
265,926 265,926 0000000000000003b3b5c34be99801b750d50cac1c75d795d733f00d5741960c 542 0.22/1.00 vMB 80
265,925 265,925 000000000000000d047a814b3ed9f4cefcc57a0939373ef409e5615d0466a3d4 215 0.10/1.00 vMB 93
265,924 265,924 0000000000000008bd1a7c9b615fc1b73c95b6885f4139b4558adab5a5ded823 172 0.15/1.00 vMB 57
265,923 265,923 0000000000000007e8bb65ebedd946c9a4ffe6aab35193c8b1ba0a663feae0a0 21 0.03/1.00 vMB 13
265,922 265,922 000000000000000c16ffd5f9b7699591fe7c1f8202963d436245a8b3d1a6bbd9 198 0.15/1.00 vMB 40
265,921 265,921 0000000000000002b8154a41e05a193482e3755c8ec62d1bbd71ac8bc4fd8702 151 0.07/1.00 vMB 69
265,920 265,920 000000000000000c257e6114a97c341536b3ed41ed405fd189342ed7da4a26bf 394 0.21/1.00 vMB 59
265,919 265,919 000000000000000cf3cc3d28d882c5cfb32ce37728b41a0d5956e30fc330b15f 673 0.25/1.00 vMB 112
265,918 265,918 000000000000000d66fe203e6eedabcf7e996e0ba6b673137c09307b46f41298 184 0.08/1.00 vMB 94
265,917 265,917 00000000000000094e4221d063e95f6b56f5aeb095e359e12935a2938f785f13 56 0.03/1.00 vMB 104
265,916 265,916 000000000000000657cac9a53a91581401e2f54c2e4bdf5091c62ad0a84b0b07 246 0.14/1.00 vMB 53
265,915 265,915 00000000000000045bc16467dc616d375818ee6dd254afb4f3e895128e8ebb82 57 0.15/1.00 vMB 5
265,914 265,914 000000000000000ae6c19b79e23aa92e068523fc428333d09fa6705c8fc8f1a4 37 0.01/1.00 vMB 66
265,913 265,913 0000000000000008e4c6f18ea9359b5176f176c7b48d657b35643dbb1fec5f59 452 0.20/1.00 vMB 93
265,912 265,912 000000000000000863f9577613ae394e6689581a63b0444bad30a651b2156967 233 0.12/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.90 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: 713.74 GB
    • Received: 17.46 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.