Loading Tool

Explorer IconExplorer

Memory Pool

52,336 transactions
31.38 vMB
0.11398497 BTC
Random Selection Loading Transactions
Max Size: 167.38/200 MB

Candidate Block

Mining Attempt 1ff995e0f115c0723623423d4c35ae3b55d019e63ae4459b21ec82b36ca319b6
Version 20000000
Previous Block 00000000000000000001313720cdab0b96a52eb599aa00254522f99d726b53eb
Merkle Root 1099d9108516445145a359c7f4ffc4959b413e7a6f4e77627681b29f5c2e35e0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,640
Size: 1.00 vMB
Total Fees: 0.02755218 BTC
Feerates: 104.17 > 2.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,821 (370,311 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
544,510 544,510 000000000000000000103faab801d916d927a85c9f9d01d657c50e14ad173ce7 2,666 1.00/1.00 vMB 33
544,509 544,509 000000000000000000110d3d71d6b404261f02aad9ac79ca39f519cb0b700813 2,647 1.00/1.00 vMB 22
544,508 544,508 00000000000000000011af63e2aa76c82b1d952ce7db17a4de23dc0b1c9d890f 2,644 1.00/1.00 vMB 20
544,507 544,507 0000000000000000000d97314a8fa7e94776b9483cedc3cb770e15494e34e00e 2,944 1.00/1.00 vMB 27
544,506 544,506 0000000000000000000b19cf2044c668bae1414156daeace7b9861b55d24b7d9 2,478 1.00/1.00 vMB 33
544,505 544,505 0000000000000000001803d8810b63cf62df2871cb476eb8b66a94a8d2a290d2 2,762 1.00/1.00 vMB 32
544,504 544,504 0000000000000000001491ff0abcd262de0f63adfca1972144bdd733dff70aaa 2,875 1.00/1.00 vMB 40
544,503 544,503 00000000000000000006249becc25cc454c02097be7d76dee79a01e7928c109a 1 0.00/1.00 vMB 0
544,502 544,502 0000000000000000000f55985fb1070e1509a06b86c05959a1cb8a6b48a16697 2,664 1.00/1.00 vMB 42
544,501 544,501 00000000000000000000bf62d72a30c1b9b56b4c56ddd6bd5b735ef27f0e25d3 1 0.00/1.00 vMB 0
544,500 544,500 0000000000000000000d8cc90c4a596a7137bc900ffc9ddeb97400f3bf5a89b9 1,674 1.00/1.00 vMB 21
544,499 544,499 00000000000000000010b4817ec1843d82052113f0c6e0074d6587b21a5a5070 2,612 1.00/1.00 vMB 34
544,498 544,498 0000000000000000000951b8ddd42bfa07fece1ca0dbfd653bfcde343196badd 2,955 1.00/1.00 vMB 29
544,497 544,497 0000000000000000001509f66f86ecd8610fc989b51a4f850d183a1b1bda0620 2,015 1.00/1.00 vMB 36
544,496 544,496 0000000000000000001f3f7afb32fc2f70d0a50eb1d03df2ecfbb67ffa22d434 2,012 1.00/1.00 vMB 37
544,495 544,495 00000000000000000009a7654668f7e0979fe2eace5e9b4a24891528369ecf50 1,854 1.00/1.00 vMB 45
544,494 544,494 000000000000000000037bddd862a8fc6e9aa1ec6a4ca7802441b65fa75be55e 1,407 1.00/1.00 vMB 29
544,493 544,493 0000000000000000000a5839602b3af283629ce9c52b8bcf2e8e3d48140f573f 1,196 1.00/1.00 vMB 50
544,492 544,492 0000000000000000001cfd36e02f58848ab69419630a7bdd6a6e0dc35c04af94 896 1.00/1.00 vMB 76
544,491 544,491 0000000000000000000d94598b005d8e36c15809feb9f918e85838b280d0c2bc 2,979 1.00/1.00 vMB 13
544,490 544,490 0000000000000000000c2fd4f4ae900e90bde8ee79c803388cf98e5b67507400 1,838 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.07 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: 651.25 GB
    • Received: 13.51 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.