Loading Tool

Explorer IconExplorer

Memory Pool

72,715 transactions
28.04 vMB
0.06691713 BTC
Random Selection Loading Transactions
Max Size: 166.08/200 MB

Candidate Block

Mining Attempt ef5d4252d30fb55f7a9c1bf9b7b6f6a4f160911cb077bebba034ae64c87fbed9
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 7a76d67e9c9785c95b0b733be45d87157bf02eec5dcf634b64038bd3d44a6306
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,884
Size: 1.00 vMB
Total Fees: 0.01090293 BTC
Feerates: 150.86 > 1.09 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (447,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
467,183 467,183 000000000000000001221b919d73fb33f39fda14e4edc7eb57a1fcff685c7d1b 2,739 1.00/1.00 vMB 318
467,182 467,182 000000000000000001c84d3ff2f7403fa398edfd2dd57067eca1fcf8c7da8a21 1,569 1.00/1.00 vMB 210
467,181 467,181 0000000000000000004e10d8f62eab5d8668a6f6480929ea99c4fb2ea4989bbf 2,138 1.00/1.00 vMB 299
467,180 467,180 000000000000000001a775b88f40c394f35e93ac43dfb58c115d08ee8a9b64c6 2,167 1.00/1.00 vMB 253
467,179 467,179 000000000000000001b04634bc1d23fe67e31ccf7274be2c7bcd1eb97012986f 2,653 1.00/1.00 vMB 357
467,178 467,178 00000000000000000153f862e9decef7ec8953acf4868afe87564a18e635427e 1,395 1.00/1.00 vMB 185
467,177 467,177 0000000000000000019e85237733d1901420cda3e7bcee2b3065cb3e05488402 2,503 1.00/1.00 vMB 246
467,176 467,176 0000000000000000003b1c40e483f6fe33224c23010922cbfdc4fa72c578636e 1,980 1.00/1.00 vMB 219
467,175 467,175 00000000000000000114220d6b72cc17894345bd715a1ea091f168067920bdb4 2,253 1.00/1.00 vMB 252
467,174 467,174 0000000000000000014415320638b34b91532ae6119ab014d10660fe1edf99a4 2,429 1.00/1.00 vMB 285
467,173 467,173 000000000000000000e1fb09be6e48dffb938430feb461cc7499f5fe03e31d21 2,597 1.00/1.00 vMB 346
467,172 467,172 000000000000000000aeb9397a4ec2a31dcb784ba95a9f09771d87376066125a 1,733 1.00/1.00 vMB 201
467,171 467,171 0000000000000000012a6bb9213aeb9000e0ec818ea37b80bd8d4e4fd1cd920b 2,429 1.00/1.00 vMB 312
467,170 467,170 000000000000000000cdd3fd97112dfe9fbcb56b6869b760dd172ae02ddac2f2 2,148 1.00/1.00 vMB 226
467,169 467,169 0000000000000000013bc400ebc4043ed45550d6dd771531cd0882c54353296b 2,103 1.00/1.00 vMB 265
467,168 467,168 0000000000000000009e3946d86f416cfbbba750615246f830e4b27d9cf6ba21 2,271 1.00/1.00 vMB 310
467,167 467,167 00000000000000000181a8dd35a0b40a12e2e3455b4a0cb5697bef7eb9aaa482 2,423 1.00/1.00 vMB 364
467,166 467,166 0000000000000000000eb4f7b6e1312f2f37a02a0252557b8812494a1491bb0d 1,943 1.00/1.00 vMB 247
467,165 467,165 000000000000000001ebd4996ccf060518269cf75f3b3446bb35ac9e05fa9d90 2,419 1.00/1.00 vMB 375
467,164 467,164 0000000000000000016196c56351cf8ce7249a54bf3dfd7e6ade789ba31234e3 1,958 1.00/1.00 vMB 329
467,163 467,163 00000000000000000009337a0201426c230d7f783a6fb605080afb82b0e4ff75 1,948 1.00/1.00 vMB 156
Previous 10 blocks ↓
Total Size: 782.45 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: 666.77 GB
    • Received: 15.22 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.