Loading Tool

Explorer IconExplorer

Memory Pool

43,154 transactions
29.09 vMB
0.09163529 BTC
Random Selection Loading Transactions
Max Size: 148.83/200 MB

Candidate Block

Mining Attempt 1ecdda5bfd749a92584d5c2a1476c08889a1c25089aa43e4cd5f536f7df813bf
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root 13548af6d201641f20ce138daaaf29ee53c283fb216f6173064c3bb36b8caa9e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,209
Size: 1.00 vMB
Total Fees: 0.03320141 BTC
Feerates: 88.27 > 3.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (337,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,296 577,296 000000000000000000125ebcb3832669756e6cc84c9c48d72ce497f23d0ff0ee 1,672 1.00/1.00 vMB 38
577,295 577,295 000000000000000000240ff77d472ebd178566b1ae0e8c62b78cede08348be6b 1,954 1.00/1.00 vMB 81
577,294 577,294 000000000000000000274ef77228203a469f22d46cfc36ae084a8cc9df556592 1,645 1.00/1.00 vMB 81
577,293 577,293 0000000000000000000082cf0e641d6f4184524c284c71d90f30067657c76cc2 3,499 1.00/1.00 vMB 164
577,292 577,292 0000000000000000000ab0efaa92efd22b153a72ff7c96f0456fb965af8a87bb 2,031 1.00/1.00 vMB 69
577,291 577,291 0000000000000000002750a6cb858755bbf57f6be81eba30e41de8933448c56f 2,594 1.00/1.00 vMB 72
577,290 577,290 0000000000000000001992a577e3b4932fd78e60d20e87008fa83f6ce685af0c 1,122 0.37/1.00 vMB 160
577,289 577,289 000000000000000000279a5a9d2604f633498bcff2b84dbd8da2ec798d4f73ce 1,429 1.00/1.00 vMB 35
577,288 577,288 0000000000000000000659678303e11ee5bdb3c23c8eb2c988691f239c4cf9fc 2,921 1.00/1.00 vMB 59
577,287 577,287 0000000000000000001aaed13e1a88ef981becc1fd56d42bce21922124dd20a5 2,801 1.00/1.00 vMB 74
577,286 577,286 00000000000000000010a06d810273e704da9d6f308ffbf3be9dd75c970b0f47 2,661 1.00/1.00 vMB 46
577,285 577,285 0000000000000000001ed2c83a02eefc8cdf4788423024a48d1fb28d07a9cd94 3,036 1.00/1.00 vMB 108
577,284 577,284 00000000000000000013cbf1a867bd8a5bcc3debdee6848bc1a990cdd8ad51a1 2,862 1.00/1.00 vMB 150
577,283 577,283 0000000000000000001a5509a5512ca65e8214af21f8fe72282bb91ecfd9af15 2,939 1.00/1.00 vMB 147
577,282 577,282 00000000000000000021f9fa99adb1f6dd4ae6e0055afe50cc1c2c246344525c 1,911 1.00/1.00 vMB 69
577,281 577,281 0000000000000000001987e16d70cffd3dc0c71ac8de9bf48830159f89a2efdd 3,031 1.00/1.00 vMB 118
577,280 577,280 00000000000000000018beb108c21a12290c17e2d9df909edb9819d8f4a27880 3,385 1.00/1.00 vMB 140
577,279 577,279 000000000000000000272e85d8c97ca1fb1967854159cef7f926d5e457e8f7b4 2,477 1.00/1.00 vMB 131
577,278 577,278 0000000000000000000b9c20807fbfb5b414bfb1940efaf5b70db7cf607f78b3 3,000 1.00/1.00 vMB 181
577,277 577,277 00000000000000000028e51f278afe6846c22f62a5903a22bf2d47435b22f48f 2,119 1.00/1.00 vMB 49
577,276 577,276 000000000000000000269a0eba2d85f93deba76b07c0c4ff27bd2f3312c4610b 1,762 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 781.73 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: 630.34 GB
    • Received: 12.02 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.