Loading Tool

Explorer IconExplorer

Memory Pool

78,549 transactions
29.32 vMB
0.08337168 BTC
Random Selection Loading Transactions
Max Size: 177.20/200 MB

Candidate Block

Mining Attempt 0f5f4f9963883a98f9a43866f1daac260be7cfaaa26564c00d6914d9a68e492f
Version 20000000
Previous Block 00000000000000000001f4b559d37e6ff387f62c9e7280040ea352cb9648bf8c
Merkle Root 0d02f47efaa8d6efb3da3b5d94c67b24b34ffe370eaab9284835f8df4699652a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,635
Size: 1.00 vMB
Total Fees: 0.02187864 BTC
Feerates: 95.73 > 2.19 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,161 (304,857 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
610,304 610,304 0000000000000000000181a4a94a4f22757dd302e33444c109befafd12aa8a07 2,267 0.89/1.00 vMB 8
610,303 610,303 0000000000000000000f6468fd5c7a730ce0b9b5e065b30905b0dcab54d714b8 2,680 1.00/1.00 vMB 4
610,302 610,302 000000000000000000116f565c87ea1114373c0fd1867c41a0b25db4a3582583 3,404 1.00/1.00 vMB 16
610,301 610,301 00000000000000000000bad7d0a094b5ee42906091126621a429e6dda2804cab 2,829 1.00/1.00 vMB 29
610,300 610,300 0000000000000000000f860fa358aaaf7ea2ceb211d16bd2826dc2770cdb9720 1,913 0.68/1.00 vMB 14
610,299 610,299 0000000000000000000183b6c4b8ff5640be8a1010ec004655c2913f0355d504 370 0.16/1.00 vMB 16
610,298 610,298 0000000000000000000a4885aaa33c0b6a09469495b9b7dabbe31fc7c769fe56 139 0.04/1.00 vMB 13
610,297 610,297 000000000000000000106e223d57cf1ede000014b827d834a28b260dd21ccc1a 1,762 0.50/1.00 vMB 12
610,296 610,296 0000000000000000000d31efceabf696c41ddf8c635062068d72307cbe5d49d6 366 0.11/1.00 vMB 18
610,295 610,295 000000000000000000132f6eddb26d5b07d45044e3ea3f33036c3e8d12deeacd 3,094 0.94/1.00 vMB 14
610,294 610,294 0000000000000000001490c06fda88bcd98fbcb00f86f9c10168e65c0cf60ae2 447 0.12/1.00 vMB 14
610,293 610,293 0000000000000000000158926dfa207d2dfdeb4271c93161c82f1e8b76ac2ce7 2,079 0.70/1.00 vMB 17
610,292 610,292 00000000000000000007de24e42b4c8359f7f47b7a4942c856ec128343b4bc75 1,205 0.42/1.00 vMB 5
610,291 610,291 00000000000000000009f08429a474af9b04e297ef0fbf161aaeb443f266c9b5 1 0.00/1.00 vMB 0
610,290 610,290 0000000000000000000270fee7f31fb29d7a1416e922619ab95ab6b60bab6202 3,136 1.00/1.00 vMB 16
610,289 610,289 000000000000000000113b43d20d850c3f489326c7863b82a2dd7e7afa31636a 3,129 1.00/1.00 vMB 16
610,288 610,288 00000000000000000012ccdb5be3a660120c5dcf018cbd71fb8f76b0a86cebee 376 0.19/1.00 vMB 65
610,287 610,287 000000000000000000010c3fd3ce7f370aa5ef4e5e7d953052c054832f3f550f 2,490 0.90/1.00 vMB 8
610,286 610,286 0000000000000000000b753f4ffddfe3405fd842d8ef602311f192faac5acf37 2,401 1.00/1.00 vMB 6
610,285 610,285 00000000000000000010872dd43f59e6ae3f46fb20f380b7c288a0f20a1bf0d7 3,176 1.00/1.00 vMB 24
610,284 610,284 00000000000000000006bf9a045cf14f151956883ad5ae00c521c2d5cc698f08 720 0.22/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 674.78 GB
    • Received: 16.43 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.