Loading Tool

Explorer IconExplorer

Memory Pool

69,261 transactions
26.60 vMB
0.07756007 BTC
Random Selection Loading Transactions
Max Size: 159.27/200 MB

Candidate Block

Mining Attempt 2ae6249995ddc049318702e04a6a3ba3f8300c952ae44cc35e1071196d19f8b9
Version 20000000
Previous Block 00000000000000000001f691bd45982569b89a9b269b1e08ab97aba421b3f821
Merkle Root 429d569fec9e9f4eac7cd3fc2e8a1096e17e9033b31ce734a4a120378da746c1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,449
Size: 1.00 vMB
Total Fees: 0.02084347 BTC
Feerates: 703.20 > 2.09 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,481 (660,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
254,734 254,734 000000000000002cadb429cb54e48c7e643a6603d39464dd2be5b7473d3c2c04 432 0.19/1.00 vMB 147
254,733 254,733 000000000000003b7faac0cf0097265fa168a7d2f2a607f6b8e8954b988f69b0 71 0.03/1.00 vMB 108
254,732 254,732 000000000000003107e9d297d4f4cff636048c93176fd8da7c54ba552efb2530 303 0.12/1.00 vMB 127
254,731 254,731 000000000000003b26e61ee5e568776013311a1b7274cabdaa798a1e03a8abb2 378 0.15/1.00 vMB 121
254,730 254,730 000000000000003da5c8e1da438329206f2e9a4a2ceaec7d89fd1f3c491c5057 479 0.20/1.00 vMB 90
254,729 254,729 00000000000000013f0845c6e86bce581cae19f66e4e93c325b4c7c570c07166 256 0.10/1.00 vMB 154
254,728 254,728 00000000000000121a3821cb7de46149e50aff0d1fae4b158ee8e6c1ff310182 372 0.14/1.00 vMB 126
254,727 254,727 000000000000000ef432eb1aa0d7542486e54414e3b14ca91e205992b3f968fc 315 0.14/1.00 vMB 103
254,726 254,726 00000000000000051463e1c35cfc7c94c3cb6441598e87ce34b5af12a9debcdc 200 0.10/1.00 vMB 90
254,725 254,725 00000000000000068660e2c5c28011705607cde058feb14fcadd9c6527d8e881 243 0.10/1.00 vMB 113
254,724 254,724 0000000000000023a36b0b8cecfce4d6ceae3665ef41ce121ff137278383cb31 343 0.14/1.00 vMB 111
254,723 254,723 00000000000000280a21affe4cfd1b74498eaf3dc05c31963410094dcf18fbdd 600 0.27/1.00 vMB 113
254,722 254,722 000000000000001f43dee7f1d71176ed1719152d6ab7e27ba678bd3069de9f51 204 0.12/1.00 vMB 72
254,721 254,721 000000000000001d3d97831381c6636633593a1f09e96c556c82709a9a2fa4cc 428 0.18/1.00 vMB 97
254,720 254,720 00000000000000208914ce864368c1bbd1285757a7aa322d76ae5f8d1339087d 475 0.20/1.00 vMB 105
254,719 254,719 000000000000001d09d35c2de8cabd5e6456d9fe5454d5c1da4e5a1346eaec6a 629 0.25/1.00 vMB 114
254,718 254,718 000000000000001fa3b094a4d31de98fb1c5d3e3eafb57bafca3ad08b0f7bdf1 87 0.05/1.00 vMB 42
254,717 254,717 0000000000000038f30fcd80955429abce4b26b2f4f500985bc93eac944459c0 312 0.14/1.00 vMB 97
254,716 254,716 000000000000003c7e152d76b778b9445317c4c6cd86d62a4ee70c39a33ccf10 592 0.24/1.00 vMB 112
254,715 254,715 0000000000000021c432ed30e22a29e5d5e0e1beb41830da35d7cef083753bb3 465 0.19/1.00 vMB 109
254,714 254,714 000000000000000ba80c61d5e878229d3a6f7d654b7897099b17de5a5a350631 59 0.05/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 783.23 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: 758.45 GB
    • Received: 19.05 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.