Loading Tool

Explorer IconExplorer

Memory Pool

84,009 transactions
31.51 vMB
0.09842852 BTC
Random Selection Loading Transactions
Max Size: 193.09/200 MB

Candidate Block

Mining Attempt 3562787221bafc53a72c6943d6b6a9a29ac3f5f360f399a56e22bf0ffcb2f6f8
Version 20000000
Previous Block 000000000000000000007e377d6e096ae0ae208e7c56eca1526c4517ce45359d
Merkle Root 0902d62e0e35402e5ce067c92b4b52fcc5edb769982411b0eb9c2d54abd4b3c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,123
Size: 1.00 vMB
Total Fees: 0.02588409 BTC
Feerates: 299.70 > 2.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,225 (230,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
684,242 684,242 0000000000000000000384d35c44b9b819878f257ba1b34a7f9bd1d74e8d1c66 1,989 1.00/1.00 vMB 103
684,241 684,241 0000000000000000000273d312c403139d51e6b3f22ba7da1651b7a34afa4e41 2,385 1.00/1.00 vMB 108
684,240 684,240 00000000000000000008c01f7d289b27d94039ec236e37633ac0e443d48dba03 2,593 1.00/1.00 vMB 109
684,239 684,239 000000000000000000065cf08665b2a57d3dddff5f81449c2e3a265f8a38803e 2,409 1.00/1.00 vMB 126
684,238 684,238 00000000000000000008ab22ad01dc699969f93228903d5589a45a6956ccfdbb 2,249 1.00/1.00 vMB 130
684,237 684,237 0000000000000000000582524ddef5d679f1e5dbe220e8bb75c84f314a7ab729 2,233 1.00/1.00 vMB 124
684,236 684,236 000000000000000000044d947bcef242ac6ab7fdb7998fbf84c3610216cd5d59 2,263 1.00/1.00 vMB 115
684,235 684,235 00000000000000000006f3b48b64c7d75b751228df5d1566e78d4db0b827a944 2,556 1.00/1.00 vMB 133
684,234 684,234 0000000000000000000a59e754d78b96820de02f1b92ae9f36bd7583fff15a1d 2,070 1.00/1.00 vMB 110
684,233 684,233 0000000000000000000482579d0e567c35020225f8cc18fa998b0e3b29445312 1,005 1.00/1.00 vMB 111
684,232 684,232 00000000000000000008771daa3ef5f57925922dea119c7523ae490822721d26 2,350 1.00/1.00 vMB 112
684,231 684,231 000000000000000000093ad2605a0966580ba62f72e40f178e7dee6474cd196f 3,194 1.00/1.00 vMB 140
684,230 684,230 0000000000000000000722bceb2bcfb26170844a7d94af33393a7fe358123277 2,359 1.00/1.00 vMB 127
684,229 684,229 000000000000000000027bb55ce06a3d58051ed0411a797620f952c684f9b156 1,948 1.00/1.00 vMB 119
684,228 684,228 000000000000000000053618bccedbf1de3b99aa828e1a696ae2c7882f9d5de6 2,603 1.00/1.00 vMB 110
684,227 684,227 0000000000000000000aa6274781489d12e00016824970d305f7bcc0156f63e3 2,782 1.00/1.00 vMB 120
684,226 684,226 000000000000000000011de4c15ed50db0efd65c544aad63262ff4ca92aa6ecc 2,769 1.00/1.00 vMB 121
684,225 684,225 00000000000000000000152af677e6056334d4a804c6f49f16ee0053afee663f 999 1.00/1.00 vMB 105
684,224 684,224 0000000000000000000a798bd75b0621a2cff770a187f9b57a3e66e26cd6c9b1 2,124 1.00/1.00 vMB 127
684,223 684,223 00000000000000000007a0fcba11a63c785e70a653b44e7ec4ef83cb5b76b605 1,146 1.00/1.00 vMB 115
684,222 684,222 00000000000000000002d452692cd742bc6de9d1147e1d7627b2c7f1ac442336 2,365 1.00/1.00 vMB 125
Previous 10 blocks ↓
Total Size: 782.78 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: 709.61 GB
    • Received: 16.94 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.