Loading Tool

Explorer IconExplorer

Memory Pool

49,233 transactions
30.23 vMB
0.17061235 BTC
Random Selection Loading Transactions
Max Size: 161.68/200 MB

Candidate Block

Mining Attempt 28be3293f6be513b4f8c5b0e57ebaeb31bfb0231aec79186d64cc1a351826963
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root 715b90fbe8335f5ba3459782fecbab4c5f00fb622748ffaa4d7a1e516986b72b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,059
Size: 1.00 vMB
Total Fees: 0.09177078 BTC
Feerates: 261.10 > 9.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (572,179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
342,632 342,632 00000000000000000ec40ff63ed5d5613199fd23c2d9ec64307102015f24bd80 1,114 0.71/1.00 vMB 21
342,631 342,631 00000000000000000ac04ef67d0f7b0c27af4d597eb6231ac8e5c8e6401bf87d 492 0.24/1.00 vMB 26
342,630 342,630 000000000000000006e939365397ec38d285a452b1c7470693f54774b1e07213 356 0.19/1.00 vMB 27
342,629 342,629 0000000000000000186209311c542bb96001b0daf4085e41c1037ab4746c3353 295 0.18/1.00 vMB 23
342,628 342,628 000000000000000007e8a2e5c5d3b33a1e9838bb0cefe3fb2c02a904ea844d7f 317 0.18/1.00 vMB 22
342,627 342,627 00000000000000000df57cf5705a81ee045a4426559403219176d6d07fb79bdf 444 0.23/1.00 vMB 25
342,626 342,626 000000000000000016a071c12089135c7d423b281de0f6487ba8239c6cef8b6c 821 0.43/1.00 vMB 25
342,625 342,625 000000000000000015b1b111818475430df19a30e03185f69177c20eb64b14f8 415 0.20/1.00 vMB 24
342,624 342,624 0000000000000000133411329ec08a7d23b06ae9c2bd9ef53335061508c554c5 1,069 0.68/1.00 vMB 24
342,623 342,623 00000000000000000fefccf03c221b7fa109cef24fc0f9f62f06619c9b37896f 72 0.04/1.00 vMB 18
342,622 342,622 0000000000000000044f66d6c96d729f7a70581d15b5fba7e72718e2005da2dc 256 0.13/1.00 vMB 26
342,621 342,621 00000000000000000b2558f0a5f9bb06ce7a6a3b927c81b6566f9f3232f81b4b 971 0.53/1.00 vMB 25
342,620 342,620 00000000000000000c7e50cca771c8d12f8cc6504c274dbc825b85bf7e48a312 739 0.42/1.00 vMB 20
342,619 342,619 000000000000000001d9c099714b2dc9a0d053e5998c7fd64b68d149feb882a0 939 0.50/1.00 vMB 28
342,618 342,618 000000000000000000edaecb2d72bed8166dbea885ff7819eb3c951fd0d7b3a1 65 0.12/1.00 vMB 8
342,617 342,617 00000000000000000305035584d49712f74e85c8e3b4bde8ed4edd3215d4c4f4 1,325 0.75/1.00 vMB 24
342,616 342,616 000000000000000004dfdb48be0fd04b5a780be271a1fb45b5f63a7ae6bd8f98 323 0.17/1.00 vMB 24
342,615 342,615 000000000000000000f520c9f1b99b37be412b8dc76d382e4c34967bf8c04f96 294 0.10/1.00 vMB 7
342,614 342,614 00000000000000001a1304093bb4cb9e76552b7fde09b7a53e0d3d88bbe53b90 241 0.14/1.00 vMB 23
342,613 342,613 00000000000000001245225b838316976121f9dbcc384c29fcb1e4ab1d60ec3b 538 0.31/1.00 vMB 24
342,612 342,612 00000000000000000bbd40f8cf8576a7b200399f29f7f3dbc9f0ec0d39ddf543 153 0.09/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.05 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: 651.01 GB
    • Received: 13.38 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.