Loading Tool

Explorer IconExplorer

Memory Pool

84,945 transactions
31.97 vMB
0.11636514 BTC
Random Selection Loading Transactions
Max Size: 195.50/200 MB

Candidate Block

Mining Attempt 33e5d73d0ecf0c62f7756ac418cbcec4c86bb1c91e08d3fca27c4c4db149d2a5
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 7fbe7237bd3352ab58fc7f685c20f3567f39d199c17128cafb87cc6d5a91e3e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,739
Size: 1.00 vMB
Total Fees: 0.03752509 BTC
Feerates: 301.05 > 3.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (590,223 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
325,003 325,003 00000000000000000f1e3e3506b2621b225fc409bb63a603a89e0e9c44cf4bae 105 0.06/1.00 vMB 23
325,002 325,002 000000000000000007aef759578e8f3a3e25b3bb4b2fd363e6c9c01b26d54f2e 403 0.24/1.00 vMB 26
325,001 325,001 0000000000000000006a446097f7b1eb970ac12dee4e5ced95ad1a3f38a67a46 1,127 0.61/1.00 vMB 32
325,000 325,000 00000000000000000409695bce21828b31a7143fa35fcab64670dd337a71425d 620 0.29/1.00 vMB 46
324,999 324,999 0000000000000000088b734e2349c58fd7244bb11d0b27670766e09c2b913016 219 0.15/1.00 vMB 28
324,998 324,998 00000000000000001b6387b99c213c5e4c783a91bb96ea419d274a4b1c39dc93 78 0.05/1.00 vMB 29
324,997 324,997 00000000000000000926e35235ded8db3b5fbe1b7920cac0eab393af565b3514 72 0.03/1.00 vMB 32
324,996 324,996 00000000000000001e26f43f8f0111a79e4e9bee4215e6df7a789708fa2570eb 551 0.28/1.00 vMB 28
324,995 324,995 0000000000000000139358fd5104cd38b1e178aa57b981cbe7ec5b3b9d99e809 110 0.05/1.00 vMB 43
324,994 324,994 00000000000000000a3bb5460c6ad833557e3ac0e496272a06f8c04dc168bff7 247 0.11/1.00 vMB 33
324,993 324,993 00000000000000001bf5013f1f917a74775c42ace2b9bf09c03303b09ef09508 667 0.47/1.00 vMB 24
324,992 324,992 0000000000000000152c3db4fe011716c4e5d41e44089e1da9d7d64917bb5011 149 0.15/1.00 vMB 17
324,991 324,991 000000000000000005cf94aa278a9aa66437bfb94b2991e85bba489fa406aeab 311 0.71/1.00 vMB 13
324,990 324,990 000000000000000017bfe7f1329832052757efa16222c3623fac937a5d69d284 812 0.35/1.00 vMB 33
324,989 324,989 00000000000000000bf1c828db5fd87d7a33880b9191188ca8865e0e4a8c499e 462 0.50/1.00 vMB 19
324,988 324,988 00000000000000001c46b35db3d5073d9b9187c122020ae38e23584b3d7fac52 926 0.82/1.00 vMB 25
324,987 324,987 0000000000000000108990f40126139a90efad28bf7ada02798bf18b798d95e2 55 0.13/1.00 vMB 14
324,986 324,986 00000000000000000587212f9046e3dc59d36c6e2d95f05535caf49c4a0a19c3 30 0.02/1.00 vMB 20
324,985 324,985 000000000000000009b7dc235064c4a13760fa96620f2d64341a7a2886e06de6 248 0.21/1.00 vMB 21
324,984 324,984 00000000000000001b140b3818cabe5e456fd9c6b293dfaaa0605d3d17bd2b58 138 0.06/1.00 vMB 26
324,983 324,983 0000000000000000180f5a5bac6d02ee38921c46c8a34f537f70b496ab8c3b8e 32 0.01/1.00 vMB 51
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.71 GB
    • Received: 16.96 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.