Loading Tool

Explorer IconExplorer

Memory Pool

77,921 transactions
29.32 vMB
0.08624190 BTC
Random Selection Loading Transactions
Max Size: 176.63/200 MB

Candidate Block

Mining Attempt 6c35ada80716ef8d4453a532ddccdb0bc102364f3040c5e969b90aaa7fd7c3de
Version 20000000
Previous Block 00000000000000000001dc6f2e0bb187e495b37d8aecff82e99d6f50fb42cdd0
Merkle Root 387214cef377fd00d48bc3d1148271deb1e67cc56dc35acf3c5f0355286ed32c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,008
Size: 1.00 vMB
Total Fees: 0.02439546 BTC
Feerates: 261.10 > 2.44 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,167 (311,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
603,408 603,408 00000000000000000014ac300b617d11772e127473941895dc362341cc0b6b82 2,616 0.83/1.00 vMB 21
603,407 603,407 00000000000000000005f81b7bd94c0fb7ba0e16296a028810fd59b5d8d568b5 3,333 1.00/1.00 vMB 20
603,406 603,406 00000000000000000008ca208002bd4f304ea98840471e2e2ca1cc80892e6e51 1,711 0.56/1.00 vMB 24
603,405 603,405 0000000000000000000ccc4469829228ccd4b0dc3d1e5cd00d2eb84d4307763a 59 0.02/1.00 vMB 23
603,404 603,404 000000000000000000011a04bb4243dea930ec56909e69284fec134e2d276ce3 2,864 0.94/1.00 vMB 19
603,403 603,403 0000000000000000000f3379f7520488bba271f30fdb66c1d1370eff22e17241 751 0.27/1.00 vMB 19
603,402 603,402 00000000000000000003e554ab2d3debd0a7a2ff159f660e58b8af660c8cebee 354 0.10/1.00 vMB 31
603,401 603,401 000000000000000000007c9222e19b9a668dd662eb2730023f3682f043306364 1,612 0.40/1.00 vMB 2
603,400 603,400 000000000000000000035e5fd33c8883d083a7003ff8fd0f77dd5888e46e187b 2,035 1.00/1.00 vMB 18
603,399 603,399 00000000000000000015b763a846cff3f9e1a2cabd2504932154a1c5dc5d3c45 2,869 1.00/1.00 vMB 19
603,398 603,398 00000000000000000004f5447ba93f8b55579596ab7ae5080aabf6c7e150c317 2,876 1.00/1.00 vMB 43
603,397 603,397 0000000000000000000a1c4c89b5340d3d9fc049a6dbe33a02712f75556c642b 2,401 0.84/1.00 vMB 5
603,396 603,396 00000000000000000008a20814bfc6ee3e6cea2fb8052f5d71c44e6f1273b4da 2,809 1.00/1.00 vMB 45
603,395 603,395 0000000000000000000e79b6d7bb097fd498edb1757dabc82e3d6eeda19b2c89 2,508 0.85/1.00 vMB 9
603,394 603,394 00000000000000000012ed1fd34ab2dc1452aede43e606bc280dbda379343a36 2,568 1.00/1.00 vMB 3
603,393 603,393 00000000000000000013706a83de7b9f897bb829d705088bd70c8024588d74e7 2,739 1.00/1.00 vMB 17
603,392 603,392 00000000000000000006c3845ff5b557d43c30a51bfcfecc1863fdec24370eb9 3,395 1.00/1.00 vMB 26
603,391 603,391 0000000000000000000b5a7f01dfe83d53e870983e7a8e29e92f3b7a17efd441 2,275 1.00/1.00 vMB 43
603,390 603,390 0000000000000000000baeec1946b7d756187a1f7b6041e555f885f0b6293d5f 2,488 1.00/1.00 vMB 48
603,389 603,389 00000000000000000010b3f3fc8121ffce11483d2d64948b6ae4749110915b0e 1,402 1.00/1.00 vMB 14
603,388 603,388 0000000000000000000319dab6bbe2d943d3dc68920ed20c4dbd51b2318c1e65 2,945 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.68 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: 685.55 GB
    • Received: 16.48 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.