Loading Tool

Explorer IconExplorer

Memory Pool

85,005 transactions
31.78 vMB
0.11179188 BTC
Random Selection Loading Transactions
Max Size: 194.64/200 MB

Candidate Block

Mining Attempt 2ab09f676a7397200412ca2d6a38c836dfca5bed2fcdb35446a6cf2a5f23343c
Version 20000000
Previous Block 000000000000000000007e377d6e096ae0ae208e7c56eca1526c4517ce45359d
Merkle Root bb39161b15378d7024f0d3f8475e5c0a6499d598d0f103de702df23a887c0168
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,626
Size: 1.00 vMB
Total Fees: 0.03605828 BTC
Feerates: 299.70 > 3.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,225 (235,438 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
679,787 679,787 00000000000000000000d9fc057d9801e01e8448b3c6d3ff02302adc85485de4 2,742 1.00/1.00 vMB 262
679,786 679,786 0000000000000000000b5d9bcbd38c64e5a39bf4073f7a94348c1336618957ae 3,740 1.00/1.00 vMB 344
679,785 679,785 0000000000000000000b975fedb1fe62e271bd20d1fa74d2fe28dcfac6f761f3 3,136 1.00/1.00 vMB 207
679,784 679,784 00000000000000000005978a60fb546163a6ce7e8253a195ac83baeebe8dfa4d 1,826 1.00/1.00 vMB 211
679,783 679,783 0000000000000000000713ae4830487cfc488c8ff54513144775f669a376ccc4 3,091 1.00/1.00 vMB 226
679,782 679,782 00000000000000000005e1ff77a05182accf8a8105636cf248672b8396af9257 2,103 1.00/1.00 vMB 220
679,781 679,781 00000000000000000005be07036a1dc4f72b9c170bf51eba0e9a9771052f2506 2,546 1.00/1.00 vMB 211
679,780 679,780 0000000000000000000294d38e2e3a831dab44e66559e80152a9db3c85e28a65 3,049 1.00/1.00 vMB 247
679,779 679,779 0000000000000000000632f84c72d6dbb13ba75b3f95cb6252836f45fa700392 1 0.00/1.00 vMB 0
679,778 679,778 00000000000000000008cb676ef4b1d3c5f5911eb6c9b632cf2f7becd895e65a 3,084 1.00/1.00 vMB 248
679,777 679,777 000000000000000000050b28ebadf15f9e1405dbc5960b5158b2a9da0e35b3ed 1,955 1.00/1.00 vMB 181
679,776 679,776 00000000000000000004d45f48bb74ec8049fe8bc6e1406663010ccc4cd062db 2,392 1.00/1.00 vMB 210
679,775 679,775 00000000000000000003c0d1d48c65921240e733395e52d4e9402c306b9382ee 2,156 1.00/1.00 vMB 196
679,774 679,774 00000000000000000001dcdf48807d4a1f171a956783e416bc9f41650613b2f2 1 0.00/1.00 vMB 0
679,773 679,773 000000000000000000053ef3a269ea4e11c8dcb1ba940f695c04011c9ca6aa76 2,975 1.00/1.00 vMB 233
679,772 679,772 0000000000000000000b5e649e08bf4a1403de818843f30844a0ad81a069ec78 2,526 1.00/1.00 vMB 209
679,771 679,771 0000000000000000000638bd5c049c5a03ea0df05b29b2762e8ac97571da947b 2,526 1.00/1.00 vMB 185
679,770 679,770 000000000000000000079b73ac74786f24b5e33a9886ca36b23dbf58f483ddb6 1,222 1.00/1.00 vMB 171
679,769 679,769 00000000000000000004ed2099096fef966f542a9df59aaadafe609331cfe0e7 2,134 1.00/1.00 vMB 109
679,768 679,768 0000000000000000000989f799b4614415b61771339055f711c22fbf2e5d5c0b 2,304 1.00/1.00 vMB 164
679,767 679,767 00000000000000000006f86f09706b0768d73215e4ab7306dfdd41a8f485ff34 2,256 1.00/1.00 vMB 125
Previous 10 blocks ↓
Total Size: 782.78 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: 709.62 GB
    • Received: 16.94 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.