Loading Tool

Explorer IconExplorer

Memory Pool

84,177 transactions
31.39 vMB
0.09600134 BTC
Random Selection Loading Transactions
Max Size: 191.72/200 MB

Candidate Block

Mining Attempt 6318fe96c8e5a356142b66afe0beae468969addf9eaff335a625b4222c3e01d7
Version 20000000
Previous Block 000000000000000000007d18c42d3ede84298f1d150a1c2a3362d6d1dc1e1e0d
Merkle Root cff6e59d154c79589ff1bdf068906edc61f2f73a55c00ea0c4a5061d45eab285
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,719
Size: 1.00 vMB
Total Fees: 0.02406640 BTC
Feerates: 150.77 > 2.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,335 (232,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
682,970 682,970 00000000000000000006f58520bdecc6b6f2ecc14585073664db08454b3373ba 1,879 1.00/1.00 vMB 38
682,969 682,969 0000000000000000000a2ad21184723809b0dc9c71b6406afb91dfa9134f3657 2,417 1.00/1.00 vMB 92
682,968 682,968 00000000000000000005373884d5d135e1c5c5c6c623c119528fbe80ab687d25 1,969 1.00/1.00 vMB 55
682,967 682,967 0000000000000000000add1c326a38fc749a2d4e8485486b983c8e9cd4bccabf 1,586 1.00/1.00 vMB 45
682,966 682,966 0000000000000000000a88f4ec477667e9d14ae87f3c1062dd4722e36fc993cb 2,140 1.00/1.00 vMB 84
682,965 682,965 000000000000000000097a91ae916ee548b2528a9245daf4e9efd0d47fbf697f 1,803 1.00/1.00 vMB 26
682,964 682,964 0000000000000000000938f6d19a268dded0f063a3bebb8163184709bb892e1f 2,161 1.00/1.00 vMB 82
682,963 682,963 00000000000000000009a4cf8a0218e0f966b63f996a2e64cc17e17d9a98e2f3 2,184 1.00/1.00 vMB 75
682,962 682,962 000000000000000000099a61ae5c36d4993a27e85beeb7d4d6f4fdc979021d84 2,185 1.00/1.00 vMB 86
682,961 682,961 0000000000000000000497983bfef7818c3f7af9b0e43a6eb5556518cc1f1445 1,949 1.00/1.00 vMB 104
682,960 682,960 00000000000000000007c18623bdaf19bf5e751f7d64a8d723f0797ebf9acdce 2,198 1.00/1.00 vMB 36
682,959 682,959 0000000000000000000621107bca397469b7adbf720c426dfa0f1a63d7bf093d 2,144 1.00/1.00 vMB 50
682,958 682,958 0000000000000000000b4a4179f8088d6c39c283dfa724b4af2173a543b40950 2,009 1.00/1.00 vMB 100
682,957 682,957 0000000000000000000cdb567a239f026ad37b97233821ce3dcdcc0895ff568f 574 1.00/1.00 vMB 86
682,956 682,956 0000000000000000000bbdb910e21056bdba946d1684fcc16e584914cc3cde1a 1,273 1.00/1.00 vMB 95
682,955 682,955 0000000000000000000483beb70ad8fd8475da0cd0417499c5a310ef6ddb3561 1,243 1.00/1.00 vMB 50
682,954 682,954 0000000000000000000d9d791740148bc2e80501219697399bafa73a12717c5a 1,705 1.00/1.00 vMB 43
682,953 682,953 00000000000000000003c54646926bcdafa0bd3fe194564cbca2e44d1ac7bb4f 2,153 1.00/1.00 vMB 62
682,952 682,952 000000000000000000056e16b2d1d46e0370f0277bb7b62dfb88db2a2e400d8c 2,611 1.00/1.00 vMB 75
682,951 682,951 00000000000000000005aeb509abd1c98af7db195a6e57898e1273e7a50eed51 2,537 1.00/1.00 vMB 65
682,950 682,950 000000000000000000018c81e5c4ce50114eab530aa3a7c01d4dc171fa16bf03 2,832 1.00/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 782.97 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: 716.10 GB
    • Received: 17.78 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.