Loading Tool

Explorer IconExplorer

Memory Pool

73,849 transactions
28.89 vMB
0.07144222 BTC
Random Selection Loading Transactions
Max Size: 174.84/200 MB

Candidate Block

Mining Attempt 9e561677be4bbb910bce3747dc1a1fc52814f4ad289268d1fb4ef16013e0719d
Version 20000000
Previous Block 000000000000000000006ad2cd61f9f953da3e0595499548edf2e4ab20c1cc23
Merkle Root d0c434bfd56ae31cf0975e21390994f1e2d77ccb9ccd5b0f5039cc0bc9221d95
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,092
Size: 1.00 vMB
Total Fees: 0.00746561 BTC
Feerates: 73.20 > 0.75 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,433 (713,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
201,607 201,607 0000000000000084a2dfb2d6f057b003ff4e4589d47e7cc7f9e35bde982cdae1 323 0.13/1.00 vMB 126
201,606 201,606 000000000000042be27d600b0f30e34bd82c678180956283d4e808e041b2babf 116 0.07/1.00 vMB 92
201,605 201,605 0000000000000559b797c6b726cb138715bd86bb2d127abaf2c2efca7a0a45aa 78 0.05/1.00 vMB 63
201,604 201,604 00000000000004ce019af5b350dd4163749d149becfb13c3c89f07dccace5916 1 0.00/1.00 vMB 0
201,603 201,603 00000000000002c30d2ca29dd4194ddb85976b84d4593d098c580ddab7c8252e 896 0.37/1.00 vMB 148
201,602 201,602 00000000000000928c3e5eaa6dbb0a05751c8dfb86bbe0216c2e61bc050c5602 544 0.19/1.00 vMB 174
201,601 201,601 00000000000003c52ff2c90f4e318b7d987c9a6a23c809d0f945d50689411cca 113 0.05/1.00 vMB 223
201,600 201,600 00000000000003a5e28bef30ad31f1f9be706e91ae9dda54179a95c9f9cd9ad0 25 0.01/1.00 vMB 143
201,599 201,599 000000000000041fb61665c8a31b8b5c3ae8fe81903ea81530c979d5094e6f9d 311 0.14/1.00 vMB 78
201,598 201,598 00000000000000ccb28f2e462f46ee762e801995862388f11ba9a682670e7590 65 0.03/1.00 vMB 104
201,597 201,597 0000000000000468b21ddcda74388a6f3a52687a494e88d244529fb2545b98b9 20 0.01/1.00 vMB 45
201,596 201,596 00000000000002e74a1d20af3afc49a386912f78cfe69bd04da1432d1d6e9bb9 84 0.03/1.00 vMB 133
201,595 201,595 000000000000027a64ff27f555c419280d7a32d580d31406c61f10d8465019a6 20 0.02/1.00 vMB 44
201,594 201,594 00000000000004132f6b66ed0d8b1c1e3d7aa0d8271af778666ba2dcec86301a 223 0.09/1.00 vMB 213
201,593 201,593 00000000000005ba9af64afe1e33cfcb6e089b4844e3b94749fbe73a11dec061 75 0.04/1.00 vMB 71
201,592 201,592 00000000000003d0133cc5cbd64c3e541aeab4130e612da197c6db245535b663 103 0.05/1.00 vMB 121
201,591 201,591 000000000000021d33a39374c7333402f48bb54410b9b7624a055aea9e78d674 100 0.04/1.00 vMB 75
201,590 201,590 00000000000003eaf1682566ed54bd1d96fc11da62d9ee8eae7064250372f602 343 0.17/1.00 vMB 123
201,589 201,589 000000000000034a9ea2bd9fd8767be8cd8a9f52aefa3f3bf8c9012f3f29986d 16 0.01/1.00 vMB 80
201,588 201,588 00000000000003dcf784bc05c562656c959c616a1db859e9e3bf552675061e4b 660 0.31/1.00 vMB 96
201,587 201,587 0000000000000187bca7d2eaa120d6b5e93fa16aceb29751ba868b7a28fc7558 610 0.28/1.00 vMB 119
Previous 10 blocks ↓
Total Size: 783.14 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 742.96 GB
    • Received: 18.67 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.