Loading Tool

Explorer IconExplorer

Memory Pool

37,998 transactions
26.59 vMB
0.06236442 BTC
Random Selection Loading Transactions
Max Size: 136.37/200 MB

Candidate Block

Mining Attempt 166c6b4713df25dfb94b74c7bd5ce5947a5f2eceea87eb277797ae5f370a6b66
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 2549df41f9ff4c96b2a5b42e32bbad8fdc91536aff1a5362e5064e2c6a836831
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,395
Size: 1.00 vMB
Total Fees: 0.01285948 BTC
Feerates: 100.53 > 1.29 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (273,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
641,593 641,593 0000000000000000000f13bafd1124beb50dacee3b10c6f377e113165d863c20 2,867 1.00/1.00 vMB 176
641,592 641,592 0000000000000000000a87a566f474c771ba89c76017aebb647a517fe4eee954 1,820 1.00/1.00 vMB 104
641,591 641,591 0000000000000000000bf6b3bd9b56a40a3c8bc35c7bf48dee0236c9c5916336 2,522 1.00/1.00 vMB 96
641,590 641,590 0000000000000000000b365ff005012ee218b2adb06a1c3338c9d861421ad1be 2,756 1.00/1.00 vMB 63
641,589 641,589 000000000000000000085e75c4922647a878fa3cf63b8b21e341a7be0280e3ac 2,513 1.00/1.00 vMB 157
641,588 641,588 00000000000000000001cd28e86f885a8448f2a6b9998858585490b44f593e46 2,626 1.00/1.00 vMB 181
641,587 641,587 00000000000000000001f9aa0b6d343c049f984d7787e4c016fd28ff00c0b002 2,196 1.00/1.00 vMB 80
641,586 641,586 0000000000000000000cdd22adaf507f21f44c6bd91a2c7a8398a8ba7740a802 1,977 1.00/1.00 vMB 28
641,585 641,585 000000000000000000043109fece112622617c47eeb97c7d21713c5ea50bd3ea 2,194 1.00/1.00 vMB 28
641,584 641,584 0000000000000000000e8bb6dd18b314e5573cfd105f151410c725ee825e8aa4 2,728 1.00/1.00 vMB 152
641,583 641,583 00000000000000000004f7e52380c5d8f5b9239aa5c7c85890fe0413e0d84e43 1,927 1.00/1.00 vMB 13
641,582 641,582 0000000000000000000c3cfd24a7a58216f51582cafc3b5f97eca43bc5ac11aa 2,034 1.00/1.00 vMB 54
641,581 641,581 0000000000000000000a8429bfd6cf413fa9e032cb3dac2267843ce1310d441e 2,177 1.00/1.00 vMB 137
641,580 641,580 0000000000000000000399afa00c14af79b2971f8546d05ba316e23c07f8d43e 2,441 1.00/1.00 vMB 74
641,579 641,579 0000000000000000000a0c2d2a44b7ce918c37f042bd261692f74863eaa9d564 2,231 1.00/1.00 vMB 43
641,578 641,578 0000000000000000000d8b3f8eefbcca009495d7d79186d722363a417d5b39ae 2,138 1.00/1.00 vMB 63
641,577 641,577 0000000000000000000257eff6ceba3f1657120236d503573416ad47cc97105f 2,510 1.00/1.00 vMB 87
641,576 641,576 0000000000000000000f4a629a98bc7d75cbe5a2ecc810326ff9d1b6f4e85b4f 2,069 1.00/1.00 vMB 106
641,575 641,575 00000000000000000007b86426ffa671d5f52a0cf22eb1a03a73c114695983c8 2,499 1.00/1.00 vMB 138
641,574 641,574 0000000000000000000c575b4782417c5358e5ec19d1c02814c8859d0ca9638b 2,685 1.00/1.00 vMB 161
641,573 641,573 00000000000000000000dd1613cecffbbc1d7c75458f26c2aaf2041319b09929 2,527 1.00/1.00 vMB 181
Previous 10 blocks ↓
Total Size: 781.79 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: 633.63 GB
    • Received: 12.20 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.