Loading Tool

Explorer IconExplorer

Memory Pool

82,206 transactions
31.11 vMB
0.09960159 BTC
Random Selection Loading Transactions
Max Size: 189.48/200 MB

Candidate Block

Mining Attempt 65fe9c23272a324aca8489e8b491e85e6c658c8314116b45825081d7ee1bcdc5
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root 6bfbdc4a8f71c3a262471bcee4bc71ba5341ac802e9fed47a29c5f12557255e7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,997
Size: 1.00 vMB
Total Fees: 0.02521351 BTC
Feerates: 151.12 > 2.53 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (556,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
359,321 359,321 0000000000000000088f224b9e69f286fe32f6e5cd05ae12998de12016e6d714 272 0.15/1.00 vMB 29
359,320 359,320 000000000000000016c9a5a89a17fba8266097f498f8def28bc747d62c3bdbf1 113 0.07/1.00 vMB 15
359,319 359,319 00000000000000000f485f74c2e8aa6f0500fbc1ecd20b60cfd45bb2fa022bb3 664 0.39/1.00 vMB 26
359,318 359,318 000000000000000012d935914da74cae34d44d9ba4a0f2a392d7a4310c43af46 335 0.31/1.00 vMB 14
359,317 359,317 00000000000000000bfd44bab805b23abcc9eb02459ca0191eae0f08d416bfda 522 0.32/1.00 vMB 19
359,316 359,316 000000000000000000ce4f16bebd5cca15165a35629866048c9b89fb2fd5bf2c 202 0.10/1.00 vMB 12
359,315 359,315 00000000000000000a063e3a5c1e5f54b8115557d71d7faeedf44e9cf6b390c0 792 0.48/1.00 vMB 25
359,314 359,314 000000000000000014ff379781b1d0a4c769b71d1b890be84dedc1f0a56be88b 684 0.64/1.00 vMB 26
359,313 359,313 000000000000000004dd13a375cfdc4232d0b5c1c41a67c6c61621dbf1ba26a1 832 0.75/1.00 vMB 19
359,312 359,312 000000000000000010b5b792ba1ee230e291f4053a76dc21880431786d929dfb 2,400 0.85/1.00 vMB 39
359,311 359,311 0000000000000000110e7d0857703f8c3cefccd48f1b33f2a7accdcebc142d21 237 0.14/1.00 vMB 23
359,310 359,310 000000000000000011a78add037a8cf27979339c122f6c1a861cb25f22682a4b 108 0.10/1.00 vMB 12
359,309 359,309 00000000000000000b01a8e39dc8e39ba64e2e7437ab194f66068048f504a5f0 110 0.10/1.00 vMB 6
359,308 359,308 000000000000000007df01333c6ba0cc4804c3dab5b51835107c0371504caea1 1,498 0.94/1.00 vMB 21
359,307 359,307 000000000000000011f37fe693a934d0b52acdfebf54f27bc14c8a991e66fbbd 2,717 1.00/1.00 vMB 38
359,306 359,306 0000000000000000142fa3dc726a645538de005ce69c89045b7fa5f91004df7e 988 0.46/1.00 vMB 30
359,305 359,305 0000000000000000088184ccd520f845ec2a5197500357304985baa6d1e923cb 1,467 0.73/1.00 vMB 27
359,304 359,304 0000000000000000034d08b8c27b907e3a4047921e0238c51a97ddaa77267e1c 421 0.21/1.00 vMB 23
359,303 359,303 00000000000000000a9b9f4d59de77aa09519627c11bf7a35b7e2192aa7b1a23 23 0.06/1.00 vMB 2
359,302 359,302 00000000000000000623de468dc63829f1bb64331a36e2ca15069f02e41b3cdc 1,033 0.49/1.00 vMB 25
359,301 359,301 0000000000000000091620833943b0b9067edd2a090a234a84c36a7f9eb379e0 1,151 0.61/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 783.06 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: 720.64 GB
    • Received: 18.23 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.