Loading Tool

Explorer IconExplorer

Memory Pool

42,345 transactions
26.74 vMB
0.07863017 BTC
Random Selection Loading Transactions
Max Size: 140.64/200 MB

Candidate Block

Mining Attempt 5088aba87c5e169945b5678f9b69af5788fb2e3246e57ec5a34d15f4c4e96af6
Version 20000000
Previous Block 000000000000000000013c07e3f50f8bd19f23caf49a29d0b82da9f012381c04
Merkle Root 80f03e89a26a6269de4761dba9df4eb54e435d083bb350a5eae405b740284ac3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,252
Size: 1.00 vMB
Total Fees: 0.00379858 BTC
Feerates: 40.21 > 0.38 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,901 (339,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,680 575,680 0000000000000000000cdf08710d679032b8d49b13aae007a86fc3fc9aeaf68c 1,747 1.00/1.00 vMB 17
575,679 575,679 0000000000000000001e95d65d688f7c0966b84a493bc34ca7c94acb680bcea5 2,099 1.00/1.00 vMB 69
575,678 575,678 00000000000000000001222cf8cf0e15f55d579df8a049a95a1e98659644a60a 2,160 1.00/1.00 vMB 37
575,677 575,677 00000000000000000014efc04c5673d412ffb550b7c6078bc311714be0c54a76 2,364 1.00/1.00 vMB 58
575,676 575,676 000000000000000000228bb8508ed64d66bf058667c90bcbbe584a3ba4035511 2,686 1.00/1.00 vMB 76
575,675 575,675 0000000000000000002945811461082631ed8218e72fc353a6570303a1b06843 2,816 1.00/1.00 vMB 153
575,674 575,674 00000000000000000016d5fd07c1aaf9c6fbfb8d588a03fb3d9b34cef6fa0ec4 2,814 1.00/1.00 vMB 77
575,673 575,673 0000000000000000001e59b6b43320708c2fcac365e25d99515b25d1bc6d63c6 3,014 1.00/1.00 vMB 81
575,672 575,672 00000000000000000001bbba9fd0a9d0620d24d2362c21151e09227bf87edc14 2,922 1.00/1.00 vMB 81
575,671 575,671 0000000000000000001452863aa6105745806291729109a2408bfad710a0b529 2,802 1.00/1.00 vMB 112
575,670 575,670 000000000000000000268d560d7038f462389f208aa5e72b93c75ab04cc67a8f 3,168 1.00/1.00 vMB 140
575,669 575,669 0000000000000000001642efe24b973483dc4cf8d21c0bd426d406a0b04b4d33 1,565 1.00/1.00 vMB 53
575,668 575,668 00000000000000000016d37d53f51e89d8d205dbf63034bad62ac6a06d8305b1 1,623 1.00/1.00 vMB 57
575,667 575,667 000000000000000000233e131d73f21ab7cb3ba281ca9a3f458c358d6cae17c2 1,947 1.00/1.00 vMB 17
575,666 575,666 0000000000000000002067449b5b5bf8ad2365fce580fa46b113f8c29905198c 2,374 1.00/1.00 vMB 36
575,665 575,665 00000000000000000007decbb5a1ce40a8542bea764a8f8832a800fb9c7d12e5 2,496 1.00/1.00 vMB 91
575,664 575,664 00000000000000000020e49be896f88464f89799789e464d82c2441b36c44a33 2,809 1.00/1.00 vMB 102
575,663 575,663 00000000000000000002bd3006a0a979bc41c859784dc52ef8d6251e2b306f5b 2,966 1.00/1.00 vMB 146
575,662 575,662 0000000000000000001bd4bcaeabf30292c7f694c1aaf63aab252248a1a3f093 1,173 1.00/1.00 vMB 39
575,661 575,661 00000000000000000014c465596287f03811305af98c90e7d9cb1a7681f7fe3f 761 1.00/1.00 vMB 25
575,660 575,660 0000000000000000002791e51396226310eb22cc13288b6c62f0448545016212 2,481 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.21 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: 654.42 GB
    • Received: 14.14 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.