Loading Tool

Explorer IconExplorer

Memory Pool

35,309 transactions
27.28 vMB
0.05727779 BTC
Random Selection Loading Transactions
Max Size: 136.91/200 MB

Candidate Block

Mining Attempt 27018cad0d4dead498e76d27736d0890e71a0dd2d2935ef198c8940655fa393d
Version 20000000
Previous Block 0000000000000000000099f0b996849ebf7add480c0470f20ce70c41d4478c7d
Merkle Root d9554cef7bba8d928521b662e6809d94960f023d43a54c5058cd709601d11657
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,065
Size: 1.00 vMB
Total Fees: 0.00570108 BTC
Feerates: 150.93 > 0.57 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,634 (337,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,300 577,300 0000000000000000000cc861f7b24335bfeb4db8e1bceccd8dce64b884eb166f 2,241 1.00/1.00 vMB 21
577,299 577,299 00000000000000000024cc622efe9cd0c85d5da13e16b9f383f82b2cbaefa8db 1,848 1.00/1.00 vMB 88
577,298 577,298 0000000000000000000809e05c2282a0e834a4a8f6834244ac6a5f3a253c96f8 3,006 1.00/1.00 vMB 140
577,297 577,297 000000000000000000084e297b7033e0a9167ed7a8bf349d3ae0cf0a8dd6e4de 1,870 1.00/1.00 vMB 94
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
Previous 10 blocks ↓
Total Size: 781.74 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: 630.47 GB
    • Received: 12.04 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.