Loading Tool

Explorer IconExplorer

Memory Pool

26,973 transactions
6.51 vMB
0.06662339 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.33/200 MB

Candidate Block

Mining Attempt 0c346f59ca3ea42be270ccaac7fac54090807cd9cbfb76f6315e345ac83835d1
Version 20000000
Previous Block 0000000000000000000122093735b2f0c7f736a0caf36530187991a0a75008ef
Merkle Root 966ca503122429fd090dd27275719732bc843d48c0e1110e7b5161bda6f58843
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,023
Size: 1.00 vMB
Total Fees: 0.04939889 BTC
Avg Feerate: 2.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,004 (895,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,336 17,336 00000000d4afb73ad5bdb13a40848bfed1637db23e925ff163843a95be435e5e 0.00 MB 1 0
17,335 17,335 00000000dfc5a2db8d8d99b1d1b4683a503972fe02eeedf9d3a4d53c8ef08428 0.00 MB 1 0
17,334 17,334 00000000c2f950356202b623d5c1d9e4922365f441dc6ee7683c77f99718e081 0.00 MB 1 0
17,333 17,333 00000000498e79569fcabdf2efcca60f62f5972a17947f68903d7b9c5959c9e7 0.00 MB 1 0
17,332 17,332 00000000e56721b94d3071da6ebd74f45b4c9fdbfd1435cfe96d1ec07709dfa4 0.00 MB 1 0
17,331 17,331 000000001ea82a718f2f3a473f25130d0cfc3c33f9da9eaaf6b00c8f1384d32e 0.00 MB 1 0
17,330 17,330 000000003a6f0a5f151985a8bfc1ff94ef29eda9967591397da37a408917e667 0.00 MB 1 0
17,329 17,329 0000000044c62252cc39921938ff2216dd797180ec61f5751d970b07b94245ca 0.00 MB 1 0
17,328 17,328 000000008cadc3dd69120f46516099914dfc0aa3aebfa2922d897548b07fe0cc 0.00 MB 1 0
17,327 17,327 00000000c89ebbf88b8f9da2b49f3b37509b4e8dff02826ed73e46186f7f81e1 0.00 MB 1 0
17,326 17,326 0000000070f4bd343ac66efc0ef2fbc0fbd0767881d52d295fc5c0634b00640b 0.00 MB 1 0
17,325 17,325 000000008cfe24d1d2cd4481a9f1c353e2a4437c4ed2b39dca5db0c5f142c387 0.00 MB 1 0
17,324 17,324 000000007a1f8fcad6c534d30af38d1a1ff436e818f55a1717f25e751a998d01 0.00 MB 1 0
17,323 17,323 0000000081c8cce614ff7af37bc61a1b832d14cdb7e10fb7d21ea106f59f80cf 0.00 MB 1 0
17,322 17,322 00000000f8482f2a629e3fa53cead3b31a8964fadd8863fef311f1c2ee2a9c5b 0.00 MB 1 0
17,321 17,321 0000000042ddde321e9882803b130e138629ed741bc48894ec2127338e4bde09 0.00 MB 1 0
17,320 17,320 000000005e0ac3ecc8030afa5e03982bcf704d96a6ffd703119f136b36a109fd 0.00 MB 1 0
17,319 17,319 00000000a117c7fefdb5608245a41f728451772f7bf280c99b4231c5c0a03b17 0.00 MB 1 0
17,318 17,318 000000007c1984671f260e9f8f76deae206e4cdaf347d02e7efa383d28ab401b 0.00 MB 1 0
17,317 17,317 00000000c06b2357c1bafcf55b1691c6ada45dce03cb580a0f328255bd04b181 0.00 MB 1 0
17,316 17,316 00000000e81c165a1e032f1018bd0ce2077d9e13aa3a737948c9f49485066cd3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 778.85 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: 385.16 GB
    • Received: 3.46 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.