Loading Tool

Explorer IconExplorer

Memory Pool

30,053 transactions
23.26 vMB
0.03037748 BTC
Random Selection Loading Transactions
Max Size: 126.48/200 MB

Candidate Block

Mining Attempt 8c1a84e8d8a84f209052df58978c3c525c49718492ab68bc6196c73a40a78363
Version 20000000
Previous Block 000000000000000000010bffbd3d3d5b1b4c0075f23143cb92d34eb1d62f789a
Merkle Root 38f807de2365919552f2f22adc045dbe2ca2d947fa76b5aba704f4a1e4d66630
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,785
Size: 1.00 vMB
Total Fees: 0.00487198 BTC
Feerates: 30.13 > 0.49 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,377 (804,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
135,491 135,491 0000000000000aba97b51b7fb0fd889e0503187dcfb2c79a0dfc748230ff4864 54 0.03/1.00 vMB 343
135,490 135,490 000000000000043a3914467a2bc9b21f583803653de664652f93cb8650038abc 123 0.05/1.00 vMB 19
135,489 135,489 00000000000008a29dd24da14515664cd31bf1ce3d5e4504a235930d27960c32 67 0.03/1.00 vMB 646
135,488 135,488 000000000000049dbe0ea9f24836c949a25778fc36ee883c93a833df780aa771 72 0.03/1.00 vMB 1,034
135,487 135,487 0000000000000a1eb5f38ba3e8dcb61df93e0f3c2d75c00ac7fe5107a6274a7f 12 0.01/1.00 vMB 637
135,486 135,486 000000000000053324e93ddd2ed06357249dfbfd632fadf94f6f0f17c96a0e25 128 0.05/1.00 vMB 311
135,485 135,485 00000000000006f81dfb5d0f3b1784a5076c2448cd53697932b098c371388b2d 5 0.00/1.00 vMB 0
135,484 135,484 000000000000078d87a4714f3ee3f2633a0034c7859152bf310230b8c6b3d444 61 0.02/1.00 vMB 186
135,483 135,483 00000000000001db79602bff0d9179020e701d882c103334d9f9ea68ce326ae0 2 0.00/1.00 vMB 0
135,482 135,482 000000000000080a1bdda650c7bf08d690404a0b23cf1f3a006ec52cd55b66a9 133 0.04/1.00 vMB 157
135,481 135,481 0000000000000523342e59d2ac1c4d6a057af3ffe159add3ac835119b56b7a76 62 0.03/1.00 vMB 675
135,480 135,480 0000000000000048f735d0a471fff08a4ad0da2efae4a0c5bca1442082269e6c 111 0.04/1.00 vMB 2,364
135,479 135,479 000000000000031d0fc51863456c40b5393732856d6e6c3f81ea6b8126704ddf 37 0.01/1.00 vMB 1,882
135,478 135,478 00000000000000cf5859ac265790db34d404199dc70289e1e6a4e52311854bd1 47 0.02/1.00 vMB 1,123
135,477 135,477 00000000000007a7552bd0642e234bdb3a91034c375277d01ead083f9017138e 26 0.01/1.00 vMB 297
135,476 135,476 00000000000003d6bc6e56b165bcbd8a5606bdc4b37d5cbc7c2573e9b4e0651e 60 0.02/1.00 vMB 6
135,475 135,475 0000000000000580f65676d5942efb52bc299306d77f6e70f4fd641e0ac2428d 30 0.02/1.00 vMB 427
135,474 135,474 000000000000093ea0544c5957f81de9f6a2893c35f97cd04ef2fba9f4d4ea8a 24 0.01/1.00 vMB 485
135,473 135,473 000000000000091fa3f59006f78c0ad1dcc4db1647327b5a73e5eacafa5c9cb0 23 0.01/1.00 vMB 573
135,472 135,472 000000000000053b31a202fd22b39a1d8c2119dff5a77fcf4acb03f055fb6bec 15 0.00/1.00 vMB 1,318
135,471 135,471 00000000000007f9c2892d3f7f97763a6eaf101d0184a06ec293684ef004e460 47 0.01/1.00 vMB 557
Previous 10 blocks ↓
Total Size: 827.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 4,454.19 GB
    • Received: 242.47 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.