Loading Tool

Explorer IconExplorer

Memory Pool

51,769 transactions
31.06 vMB
0.16611200 BTC
Random Selection Loading Transactions
Max Size: 166.53/200 MB

Candidate Block

Mining Attempt cabea7a92f858f385052015e62c2fbe774f01abc8972cc4cdcb4df13daa0d0b7
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root 5cd27135a831c7e6ee66f02099487ec1176eec836d0ff6772d9c2da68ac52e21
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,211
Size: 1.00 vMB
Total Fees: 0.08805749 BTC
Feerates: 477.45 > 8.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (337,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,747 577,747 00000000000000000017b58a5f72315bd15e434153327b5626fa73473e97065a 1,531 1.00/1.00 vMB 85
577,746 577,746 0000000000000000000e01b2cb944d5cdad57183e6a8137bf1b1e69554fd3bbc 2,971 1.00/1.00 vMB 119
577,745 577,745 00000000000000000022f85df0e4c1a3fd6907b542fd653473017af22bc7915e 3,615 1.00/1.00 vMB 171
577,744 577,744 00000000000000000002c6cf1df475c6ff968bfef4f8cc5b3d623c5175e64530 2,228 1.00/1.00 vMB 132
577,743 577,743 00000000000000000001203bc193d428888c67deb23b8d753ed520e86f46b713 2,750 1.00/1.00 vMB 79
577,742 577,742 00000000000000000016de14ccce26182322e59209995d32f16a17abc3b8cf3c 3,126 1.00/1.00 vMB 126
577,741 577,741 0000000000000000000df2f519b96d3adf2819c7b2d3be5f0a06c9aa1432a177 2,373 1.00/1.00 vMB 119
577,740 577,740 00000000000000000017e55efb5c3fb46c3ff0d656dcb1baaf3ed8c464164a62 2,621 1.00/1.00 vMB 100
577,739 577,739 0000000000000000000fbeceab224efba402b103c9f999e8e43d6d24f648f654 3,102 1.00/1.00 vMB 119
577,738 577,738 0000000000000000001829444e7cae15afada479d30c3e7df64d93dc9eb06d86 2,439 1.00/1.00 vMB 122
577,737 577,737 00000000000000000010b3239cd1346d7e147032c3aac499d69fbb1dd8687657 3,013 1.00/1.00 vMB 132
577,736 577,736 0000000000000000001e7ec9ea77f41867d527b52ec5591db7469cf810ccd536 3,185 1.00/1.00 vMB 169
577,735 577,735 000000000000000000130a5af6f991d6702451b411a956f1a05dca76ba7c9ae4 2,581 1.00/1.00 vMB 141
577,734 577,734 000000000000000000219858756a8d215d5b37ab879431d98f3da82bb86dc99e 2,944 1.00/1.00 vMB 136
577,733 577,733 00000000000000000018224293d5815049f62516cedc470feed12f5b90f168eb 2,608 1.00/1.00 vMB 151
577,732 577,732 0000000000000000000fc81d0ae2f8d9d7405f612f4bb17168a10884ad5e596f 3,247 1.00/1.00 vMB 171
577,731 577,731 000000000000000000104899d516ded9589dde141a5a3bd73a2f03b96d0ba912 2,515 1.00/1.00 vMB 152
577,730 577,730 0000000000000000002062d9c3da9ca7adf97e9ebc8e93930406b24eaa24710a 3,415 1.00/1.00 vMB 166
577,729 577,729 0000000000000000001e7b8d713009a1257a720d5e77d85ca609a7cac45e9822 2,576 1.00/1.00 vMB 154
577,728 577,728 0000000000000000001688afcabf440eb79be5b8d438ec5143a8a64946eb110a 2,966 1.00/1.00 vMB 179
577,727 577,727 0000000000000000000e99bfeeebc6c7321c89edcf6a2628cc57526854a5a34c 2,221 1.00/1.00 vMB 152
Previous 10 blocks ↓
Total Size: 782.08 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.31 GB
    • Received: 13.54 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.