Loading Tool

Explorer IconExplorer

Memory Pool

82,512 transactions
31.86 vMB
0.11144506 BTC
Random Selection Loading Transactions
Max Size: 191.01/200 MB

Candidate Block

Mining Attempt cd1276abef13517cf6877ce6812c3277cf63b305f49eeb446906fc7b24ec0af9
Version 20000000
Previous Block 000000000000000000010cf532a63a6441b67a3efb5df3eadda72118873c170e
Merkle Root a4caaa4633b0264598705ab8256b405546d14b8532dc44c53a6678694f95d1f3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,232
Size: 1.00 vMB
Total Fees: 0.02568300 BTC
Feerates: 99.50 > 2.57 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,376 (626,204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
289,172 289,172 0000000000000000967c2540f0c25c4db74580a0f5eeb8a9b7e7164d5a9577c7 101 0.06/1.00 vMB 38
289,171 289,171 000000000000000062707e7a0a8d8402d7cacbdce689f5c29bdfa1ca360a4630 176 0.13/1.00 vMB 21
289,170 289,170 0000000000000000c0a2b262a3c3897d6e899acd753cfa79f681ecd16d345aa9 430 0.25/1.00 vMB 34
289,169 289,169 0000000000000000c0638d98108f6084c1f344f70951260630e69b45c99535bd 392 0.25/1.00 vMB 31
289,168 289,168 000000000000000020cc76f78a24a6bc1c6d55e5514ee9b900ba08b3f97bc4a6 259 0.14/1.00 vMB 41
289,167 289,167 0000000000000000c48abb821c570565a0864fb2af3014ff9504c1eeeee16eb2 221 0.35/1.00 vMB 16
289,166 289,166 0000000000000000eeeb959f0081b70f39dbfb6506c677f8da69b2b53c16caf9 128 0.11/1.00 vMB 16
289,165 289,165 00000000000000001bc580f5c6402548f0bf740036cac6a68a37b879937cf2a8 639 0.25/1.00 vMB 48
289,164 289,164 000000000000000053d2aad2bc2d7ff9541855072f842fb62158c06c99fe95ae 135 0.07/1.00 vMB 37
289,163 289,163 00000000000000007fd2a7a8e0acba12ce1510edcbce94cb0906c5e554a7895d 603 0.65/1.00 vMB 18
289,162 289,162 00000000000000011299b1c8f64d1ed8a8cd261333762e0025d02555a45c119c 512 0.16/1.00 vMB 66
289,161 289,161 0000000000000000c73efc7d60a96a5e54dec9ff2f6c6d95ed53138f83015957 601 0.50/1.00 vMB 21
289,160 289,160 000000000000000101e9660a1e2ebd21ee59b9c501fb1254c45a83012dc20e40 512 0.18/1.00 vMB 61
289,159 289,159 0000000000000001090dff8f2c6c985b5dc5f0d3aed813e144d0e6f3c240b554 512 0.19/1.00 vMB 63
289,158 289,158 00000000000000008686d07bd64e6e6e8845f75e8afff5c9abcf9239360b31e1 590 0.25/1.00 vMB 35
289,157 289,157 000000000000000100d39c5d2e5b1f39174e5b5ca9a909fcf2bd7e8beddca4c3 331 0.31/1.00 vMB 26
289,156 289,156 0000000000000000a1a75ae65ffbeb2a0a4f15d798794363e0d6980a49a392ad 36 0.03/1.00 vMB 27
289,155 289,155 0000000000000000199ca189cdca364de9387a8492fcdd47583406051716b64e 134 0.08/1.00 vMB 38
289,154 289,154 00000000000000002d0823f24edab610ddf3043c87fb8e9829c8d936f332c1bc 178 0.11/1.00 vMB 27
289,153 289,153 0000000000000000fe3862d758c7c8d9bf87f458c3e9eaf0b7986bb94a6d8ebf 214 0.12/1.00 vMB 29
289,152 289,152 0000000000000000f6edca084c2df91874620ec09834fad8fd8299d9c65b2ed0 55 0.03/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 783.04 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: 720.41 GB
    • Received: 18.16 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.