Loading Tool

Explorer IconExplorer

Memory Pool

25,180 transactions
26.92 vMB
0.05451271 BTC
Random Selection Loading Transactions
Max Size: 128.43/200 MB

Candidate Block

Mining Attempt e330baccffa89f4393f6bbd1a6284a28f816b85ba265d31456293fe34bf252b6
Version 20000000
Previous Block 00000000000000000000c78ac01bc6de4341166accce32c41dd1feec8f577607
Merkle Root b2cf54c7e45c1e8236bdc8cf93f55be46dc011a44336400da353195cdac844be
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,281
Size: 1.00 vMB
Total Fees: 0.00412507 BTC
Feerates: 44.54 > 0.41 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,501 (813,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
101,175 101,175 00000000000374194cdd1cdbc3e8392577a129f4d71dedcdb65b7d1e8b29217f 2 0.00/1.00 vMB 0
101,174 101,174 00000000000224134bb66da684a0ea45fde579057c34a34991f627d6134fe3ff 115 0.03/1.00 vMB 0
101,173 101,173 00000000000049f85cb1b11f6b6b6f9cd15b54636a65cfe87acde477ce44bb62 13 0.00/1.00 vMB 0
101,172 101,172 000000000000ae063df0287c857a42c560097f753565766b0fe8deb53a5a044e 14 0.00/1.00 vMB 0
101,171 101,171 000000000000cd09cc3d5d085622446a6a7ab90d9bcd9a37ee303b0117bb134e 13 0.00/1.00 vMB 0
101,170 101,170 00000000000137995b8cb5f25dc0ae5d97eef525f279c41e59f1e39c0cb26775 6 0.00/1.00 vMB 0
101,169 101,169 000000000003f043a6ae1d3b7ff9745055ff7a8b92c9fe13130768acba87dd6f 7 0.00/1.00 vMB 0
101,168 101,168 000000000002cfe7318b6ed6c96e75fe7efc14be9a3161b5dd5f9cf9c67b4641 5 0.00/1.00 vMB 0
101,167 101,167 000000000001d85bd9a3c286aaf32bb3a6ad4d8c4e64e628e4e5e27245efba08 8 0.00/1.00 vMB 0
101,166 101,166 000000000000023999098e743d01ad4d87b4d467157fd263fa6342b21069befa 1 0.00/1.00 vMB 0
101,165 101,165 00000000000352659b7ede9b2bd1073ce2b2eac2ec2f805feedd5f59c9ad71ad 2 0.02/1.00 vMB 0
101,164 101,164 000000000000509c2a97ebc257f5a034fa9ddb72effc12b83be3e0b5af6f91c5 1 0.00/1.00 vMB 0
101,163 101,163 0000000000012442ea6cfda23bd35409b7a494933d3b285fd83580cea0f61915 2 0.00/1.00 vMB 0
101,162 101,162 000000000001afd7876ab0d2de7738b4f4f2e7c2364f48e2334c412306022b80 1 0.00/1.00 vMB 0
101,161 101,161 000000000003df4c8cfc5439fcbc7b7abf5478f6b2841a2561b76d56d79a866b 3 0.00/1.00 vMB 0
101,160 101,160 000000000001b78d04bd4894421f608679869db89a25d704db87eb0d69699497 10 0.00/1.00 vMB 0
101,159 101,159 0000000000020d7155273955807241fa705844cff1f61eba79b845d88bf92217 11 0.00/1.00 vMB 0
101,158 101,158 000000000003c50c8e789956a049cdcf0fa2709c9f1ea93bcccc819f8c9137df 4 0.00/1.00 vMB 1,349
101,157 101,157 000000000003e6c232fa698a5d0f8d6438f3d1354c4b0e53ac711e417627c0da 3 0.00/1.00 vMB 0
101,156 101,156 000000000002b8d630f4fb58ef8e9d4b20e7730340b83e5490281d8e8e0e4263 7 0.00/1.00 vMB 0
101,155 101,155 000000000003e941b8a6f21107cda6df7ef215680d7d46dd3b76f2e76c55e942 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.50 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: 612.33 GB
    • Received: 10.97 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.