Loading Tool

Explorer IconExplorer

Memory Pool

79,477 transactions
29.51 vMB
0.09246011 BTC
Random Selection Loading Transactions
Max Size: 178.58/200 MB

Candidate Block

Mining Attempt 5c5eb3e18a20b7d28444d4ed5464691f3811765fbccdad8d98b3493a71d8171d
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 678770c3cf7355ea90c6973faf17a0b4eca63cd9dc50eda9ad4d88ad030776bf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,791
Size: 1.00 vMB
Total Fees: 0.03032192 BTC
Feerates: 301.60 > 3.04 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (254,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,221 660,221 0000000000000000000a6eb245fa0fa889ff8bbe18e7e65fc08dec963107ef9c 3,023 1.00/1.00 vMB 84
660,220 660,220 00000000000000000002bed19edbd8ce3fdc318ce62fef1b082727e72d2fc37a 2,551 1.00/1.00 vMB 24
660,219 660,219 0000000000000000000978483737c4d724eae29e2b88e32b4ec8dead74883678 1,772 1.00/1.00 vMB 14
660,218 660,218 000000000000000000077e1b24226f8acc76d9e9a764c62ad98c2516cdd068a5 2,685 1.00/1.00 vMB 29
660,217 660,217 0000000000000000000afb077c2e635c9b2af928ae1d178da1d921525b4be588 2,237 1.00/1.00 vMB 86
660,216 660,216 0000000000000000000123da7117b4e67214863f75aa8712177700515bfd6de3 2,275 1.00/1.00 vMB 34
660,215 660,215 00000000000000000007e4e823ec76e0db528a8b4f4f6ffea63dcd12458407d4 2,935 1.00/1.00 vMB 69
660,214 660,214 00000000000000000006128d11ba17329541417ac75054e8ad83a890846bd3d6 1,995 1.00/1.00 vMB 29
660,213 660,213 000000000000000000024350bae25e37e5eadd8198719458ce80be3d901dddf7 1,580 1.00/1.00 vMB 7
660,212 660,212 000000000000000000035d00cde0c20cce2477ab8348c0bbd0a3dcfac52ed911 2,499 1.00/1.00 vMB 12
660,211 660,211 0000000000000000000ceb49a78b654779a0014c607cd7f5ec83ab3d6200f85f 2,653 1.00/1.00 vMB 23
660,210 660,210 000000000000000000019033bc477f6f375b205da51858a3a9c08ff917e48525 2,850 1.00/1.00 vMB 58
660,209 660,209 0000000000000000000385857d4e0cc02d21b24b1009c352b6965b9a12da3679 2,683 1.00/1.00 vMB 10
660,208 660,208 00000000000000000006ccebaf2e0281e9ad2f6653428f956ae9f2d3d18bd53a 3,184 1.00/1.00 vMB 80
660,207 660,207 000000000000000000082dbdc8c6d03ec965f65025663694dfb8090f814223fa 2,278 1.00/1.00 vMB 53
660,206 660,206 0000000000000000000b21cb3ca7c20079a1a03fd3c89cb16261e8d709fb22fd 2,650 1.00/1.00 vMB 15
660,205 660,205 0000000000000000000c4e66e66ba6bc7428c722911c7955dee5b65781cb7fd6 1,874 1.00/1.00 vMB 74
660,204 660,204 00000000000000000001b1ba7cfe6b2e50b8a2352da30719df39ae28ac1e8f1d 2,830 1.00/1.00 vMB 49
660,203 660,203 000000000000000000076bc5b421f1ab60530c19befa504cc6e13996685ca3ef 2,917 1.00/1.00 vMB 75
660,202 660,202 000000000000000000042abdd4afd079c3df15ee5e5b65dbe608af8ee246b429 2,198 1.00/1.00 vMB 51
660,201 660,201 0000000000000000000bd3328dea4b8864b9bfe5a8589afd1e4f5e2f3bbd19af 2,227 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.