Loading Tool

Explorer IconExplorer

Memory Pool

39,777 transactions
31.53 vMB
0.11530687 BTC
Random Selection Loading Transactions
Max Size: 156.67/200 MB

Candidate Block

Mining Attempt 19baf92fb3c2328a1b8d6fd04d834e941217d109c575bc68ca4b59ebf4d6e9cc
Version 20000000
Previous Block 00000000000000000000ee795ff54651a33f647300ad5c032d27420e322873c4
Merkle Root c6b8a449d487d9a6fca28b51c9648a608da1041b41f881da16ba765f4f2383a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,746
Size: 1.00 vMB
Total Fees: 0.05041844 BTC
Feerates: 301.60 > 5.05 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,370 (872,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
41,423 41,423 000000000f7f67aba647a68acea0c8448d2a0430ca844297d636ad35b669ed12 1 0.00/1.00 vMB 0
41,422 41,422 000000003031dc5058ade98d6106d933ebb8f0f3d95c9fc69f18d4805767848b 1 0.00/1.00 vMB 0
41,421 41,421 0000000035766394c7aa8e71d2d62f3b839017c60eb33ce1326d2969ad2e1089 1 0.00/1.00 vMB 0
41,420 41,420 000000000aa39ef56ac446b73e2acc4b7eeb9ccb863cf508326851f07a280cee 1 0.00/1.00 vMB 0
41,419 41,419 0000000034fd175e8bc102f33c6f65eb368893af604c1583fb5c229e3190eb5c 1 0.00/1.00 vMB 0
41,418 41,418 000000002c90f04f0a432130423cf82ebc1d12e7abd93c55b0c24e836e172c16 1 0.00/1.00 vMB 0
41,417 41,417 000000004ee9430dba5b5cb722168ff2b02dd5ddad57aa09c46178fa6b05d013 1 0.00/1.00 vMB 0
41,416 41,416 0000000027907b55282e2d81d1a3f8b9710222642aa84585e337799bbcbee7f8 1 0.00/1.00 vMB 0
41,415 41,415 0000000042ad0acda17a677d1aa29dc71e4dcd27056d0e134a30d77615388bc2 1 0.00/1.00 vMB 0
41,414 41,414 0000000018c1273c8531f6a11f52b2f8578b3d041db1ba5959d01d7e0afa5b2a 1 0.00/1.00 vMB 0
41,413 41,413 000000003204a15096710826b4f490797a4fbcdefed443f1c9e0186fee81d0d3 1 0.00/1.00 vMB 0
41,412 41,412 0000000020b442d3cc0aeee652bce0046cafed214c13580733228ebbe61ced48 1 0.00/1.00 vMB 0
41,411 41,411 000000006542bf67bb06185ad4af7ec85a3c5b6a5d656bbd99f09896c15be1bd 1 0.00/1.00 vMB 0
41,410 41,410 000000002ec206f201f12762f2bccab2e9ab37f7b890f790ca64fe3638916dce 1 0.00/1.00 vMB 0
41,409 41,409 00000000275b0f93af631c6a142e1c911049618234a8882b78034a3515b64721 1 0.00/1.00 vMB 0
41,408 41,408 000000003ef0ce9f7121563e57ded8131446708ad05bba3d076eed32ebcecca6 1 0.00/1.00 vMB 0
41,407 41,407 00000000624c1666fd42ce138776e44a1d858fe135d00341bb413ce0e1065f9a 1 0.00/1.00 vMB 0
41,406 41,406 000000003c57edae84b6891892ffff3526d4ab8d873944e6686a35b0f1d85056 1 0.00/1.00 vMB 0
41,405 41,405 000000000ffdc7563266205bbd7e9450293bb6e2bde8bac135a499058ca1e1ab 1 0.00/1.00 vMB 0
41,404 41,404 0000000054c6c90be07f71d3b865d3261f3bd1a627a2f648164b6277d8f08d0c 1 0.00/1.00 vMB 0
41,403 41,403 0000000020dd4be4e6f2c575166596334fc60c8b7ff0de11ca9a175504012d3b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.26 GB

Node Details:

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