Loading Tool

Explorer IconExplorer

Memory Pool

43,772 transactions
26.73 vMB
0.06715980 BTC
Random Selection Loading Transactions
Max Size: 140.66/200 MB

Candidate Block

Mining Attempt 5d09fd6e99a3921eadd062127b67a7cdb27f08b0693c7cf947844bea1784b0d8
Version 20000000
Previous Block 00000000000000000000474abf3fcf62d8e89483dbbfc4091cc0a57225296f17
Merkle Root e6aa8e457408db56a2f7752dafe9faf872db5968f3a0f59f642e421870e1e66b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,084
Size: 1.00 vMB
Total Fees: 0.01804079 BTC
Feerates: 200.71 > 1.81 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,728 (911,088 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
3,640 3,640 0000000002af85152112866833f4a30a251324fa75552bae9514f9ed7e9fc0d6 1 0.00/1.00 vMB 0
3,639 3,639 00000000f3e160a69e8b6b424b7ed6591558b63fc41b24c3e317988bd93313af 1 0.00/1.00 vMB 0
3,638 3,638 0000000083c5e39b7f7179b89332beb552d585cc4bd3ff69fb4bff56e02f65ff 1 0.00/1.00 vMB 0
3,637 3,637 00000000773154fb5e95c65f36d1f0f6c02355f61da430dbd05d0c56166bb1cd 1 0.00/1.00 vMB 0
3,636 3,636 0000000026e0e62efd67c827c3574ccf518af231744a36f4487d4a20b59064c4 1 0.00/1.00 vMB 0
3,635 3,635 000000006a9110164292ac6f9ba47e1d9f2104d18c046428ef5ff5f35a95f129 1 0.00/1.00 vMB 0
3,634 3,634 00000000b492190b7fbb1cc199f58480d0ca057a2638820cd63bd4d4532e2ff6 1 0.00/1.00 vMB 0
3,633 3,633 00000000feda20cb72d180aca36f84ca83fe457cec92609f8b49e490854edf5b 1 0.00/1.00 vMB 0
3,632 3,632 00000000d59f27729332440c835726320bfef8d414e570c6172f8de528717a45 1 0.00/1.00 vMB 0
3,631 3,631 00000000d1793f33f5ba85b8f2921c2d81ad4f111a5bd67fa1fc696cb4f9aa40 1 0.00/1.00 vMB 0
3,630 3,630 00000000c89d93a1e2a0825a3b97fe301fe36ea57d7ac1ec2416f0a111f82ef1 1 0.00/1.00 vMB 0
3,629 3,629 0000000051e1a4081edd803c99ab5ead482782a59c994733bd95ea3d0746309a 1 0.00/1.00 vMB 0
3,628 3,628 000000001ebf3033fde59493d37c66db2fd17b62fa40184da71a0931f25f708f 1 0.00/1.00 vMB 0
3,627 3,627 0000000054482b901c92a940bdff1472426043be7833f969d98e27b93adf8dd6 1 0.00/1.00 vMB 0
3,626 3,626 00000000508a91354e9ea0b022772e4880ffadf21b97ed341f047887fa153d2e 1 0.00/1.00 vMB 0
3,625 3,625 000000001089b8daa01146187596c7f81c8ed253a1af379bebb06f9271334679 1 0.00/1.00 vMB 0
3,624 3,624 00000000cdd7bbb3ed07a08ac0a53de3d93dcb7448987b05e5c2f5476cf2733a 1 0.00/1.00 vMB 0
3,623 3,623 000000007907807feab71ef29ce55b4ad6755861338ec4af11d3abd3cff29158 1 0.00/1.00 vMB 0
3,622 3,622 00000000c188ff06f43ab85a24029db0b005ac3ef8cb5c2b45a1c8069cb44d00 1 0.00/1.00 vMB 0
3,621 3,621 00000000ba40c14d8fe57dea3c9f2b8f9e917c2b5826d681b3cfbcad7eac99be 1 0.00/1.00 vMB 0
3,620 3,620 00000000e748d250f16c67b040b739ac5814ffc93a160d942b9a8f8ed404174a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.91 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 645.84 GB
    • Received: 12.78 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.