Loading Tool

Explorer IconExplorer

Memory Pool

37,837 transactions
18.02 vMB
0.14042069 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 94.93/200 MB

Candidate Block

Mining Attempt ecc12b275e2d1bab7199ce6ba78af2823db8493c60e4aff114263f23092ff9a5
Version 20000000
Previous Block 00000000000000000001ab848c87dfb69fa6da8fc174f477469f30d59a2ed557
Merkle Root c903f57a0a663a1fda06b85745ca0d4c46c8f6cd72bc438273711af0167b96cc
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,180
Size: 1.00 vMB
Total Fees: 0.02889162 BTC
Median Feerate: 4.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,332 (660,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
253,254 253,254 00000000000000230e3441e2f7c339f2b4ea4e4f36d29e6744a4b2e5d67f8da9 597 0.24 vMB 117
253,253 253,253 0000000000000019745a00d9b86a2b50400fac97df6978609481d42a34d64fd5 60 0.02 vMB 117
253,252 253,252 000000000000000eb69262e94265b0ba230467985fa5067d446b1cb8ad00e345 164 0.08 vMB 71
253,251 253,251 000000000000004ac76984242296a478776acd237ea0535efcfef94f9ab7db90 114 0.08 vMB 49
253,250 253,250 0000000000000017adbf5ae531b28be0a0d4ffcfd38c25f4fc8d13d7577cd957 600 0.25 vMB 85
253,249 253,249 000000000000001407f1cabc9a267b8a1c9ec01eb3db133a7604c2e023e83360 607 0.25 vMB 144
253,248 253,248 000000000000001cf1cb5c7e4f5e62b069ff7eaa9c889b8d50794b49e48d3f3d 598 0.25 vMB 135
253,247 253,247 0000000000000014c7991270ec2e17e8001e4dd7873a1478db27817ea15a6414 311 0.12 vMB 122
253,246 253,246 000000000000001dcb428dbb42801621614bf7ad3eca37ba8f48e2719160dcb9 157 0.07 vMB 112
253,245 253,245 00000000000000163ca0ae06ed6699ce5056255a518deafe3d3104a055280171 502 0.20 vMB 122
253,244 253,244 0000000000000028cf2986a5c61293604199cb4616bf3fec8fd77003f9cdf7ab 226 0.09 vMB 54
253,243 253,243 00000000000000451a8589b9eca347338835dc484067e96a74864f2b04e0b19f 633 0.25 vMB 149
253,242 253,242 000000000000004af893cec8dd3ae16adc50d42a55f0755270cabd3f05dc0bae 376 0.21 vMB 112
253,241 253,241 000000000000002d2472f9aad0789bd03d54b894bc1accaf2c72ee118a5d6d42 45 0.02 vMB 49
253,240 253,240 0000000000000031445da4e90481277e855e814162a9eb93366e875b47fe52a0 473 0.21 vMB 106
253,239 253,239 000000000000002991fd6dc131f062b331c3c8269b58848b91092b7d96cba004 159 0.11 vMB 70
253,238 253,238 000000000000003de2c39a1f5a280e0dff5e918d3bd5e3586c179bffcbdc802e 125 0.07 vMB 49
253,237 253,237 0000000000000052d93d2fe90579abd981237dcb5d858d89717a40de88228e68 612 0.25 vMB 132
253,236 253,236 000000000000002abee40d5b6bd55513138ac6fc4318bb3bc635408997753e41 156 0.08 vMB 111
253,235 253,235 000000000000002f01043a0113899c35a39722dcdab6b4b7640e087583f1cf30 496 0.22 vMB 112
253,234 253,234 000000000000000459823b7dd70f8eddb5b17f924a1135e17eabc25281829bf8 71 0.05 vMB 51
Previous 10 blocks ↓
Total Size: 779.44 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 86
    • Outgoing: 10
  • Data Transfer:
    • Sent: 134.54 GB
    • Received: 0.56 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.