Loading Tool

Explorer IconExplorer

Memory Pool

42,546 transactions
28.95 vMB
0.06063834 BTC
Random Selection Loading Transactions
Max Size: 149.13/200 MB

Candidate Block

Mining Attempt 08bce91bdeaa1758b8b58d7a4284071fe65bc36014fd32928322bd4b093089cc
Version 20000000
Previous Block 0000000000000000000196b9925bca5e45f094c3c1c9dd239e8581451c4f878b
Merkle Root 4a6140c2bbee8036a8b08512d6e64fb60527981b0072eb048012b91d7c1f9be8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,829
Size: 1.00 vMB
Total Fees: 0.00425515 BTC
Feerates: 40.20 > 0.43 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,616 (117,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
797,036 797,036 000000000000000000046682a67fc0af48b0138cc16bd342777153db63a29a27 1,732 1.00/1.00 vMB 9
797,035 797,035 000000000000000000007dc9ae415b751c088d43144339c175252df7ebdc81df 1,865 1.00/1.00 vMB 17
797,034 797,034 00000000000000000001877d4def72a2dd1c9b9ebf03f2675710c86c2ba1edd2 1,769 1.00/1.00 vMB 14
797,033 797,033 0000000000000000000070f81320bcc78c4879faa0e1654736afca36afe76a3c 3,096 1.00/1.00 vMB 28
797,032 797,032 00000000000000000003f460829ed7b10209d32e088e4a0846956fafeb1a1fae 1,621 1.00/1.00 vMB 18
797,031 797,031 000000000000000000051ed4fc75b797a5b9fae2c454327d8c64019c8de05ba3 2,951 1.00/1.00 vMB 23
797,030 797,030 00000000000000000002fcdc00990a808f3ca2209d5036b614f803410fe4e48c 2,958 1.00/1.00 vMB 28
797,029 797,029 00000000000000000002b5b54b43881e6c2263c0f619d252baf3dc1ad7ddccba 2,472 1.00/1.00 vMB 28
797,028 797,028 000000000000000000038861fc2e7b965d0c7d39e4e045515a11755f91eb4b85 2,824 1.00/1.00 vMB 24
797,027 797,027 00000000000000000002927c459ce2e9f803991a7108851f346ed11905fc66b4 2,104 1.00/1.00 vMB 27
797,026 797,026 000000000000000000008da69e8c11f6587a9dc9ff5c6e02a8f1215ce8eb1344 2,094 1.00/1.00 vMB 36
797,025 797,025 000000000000000000026fb3c39fe4c4a386bc5cb69dbb38a190150eb737323e 3,415 1.00/1.00 vMB 11
797,024 797,024 00000000000000000003b2d867505b5fc972038c8a0fe7b093341f7c856e73db 2,894 1.00/1.00 vMB 18
797,023 797,023 0000000000000000000547e7dbcbeea4a29757c4b0f0bdf695bb5a14d1f1f2a3 2,362 1.00/1.00 vMB 13
797,022 797,022 000000000000000000017fec88545a09428e5c8de8b5551c562ef4af67b06df6 3,112 1.00/1.00 vMB 18
797,021 797,021 000000000000000000053035724791c2b28d569718ba361c17f1a2bac1db2e61 3,193 1.00/1.00 vMB 26
797,020 797,020 00000000000000000003f23092db3a2bc8da996417bbbbf12bde62885bd79108 1,989 1.00/1.00 vMB 13
797,019 797,019 00000000000000000004e45157a49c9a5ee03591c7740398f9dfe353779c3b64 2,174 1.00/1.00 vMB 14
797,018 797,018 00000000000000000002fe066d9698b39263bbfe30cce5989f1b5349b9b7fcf9 2,593 1.00/1.00 vMB 31
797,017 797,017 00000000000000000003c7aecee7e3afc481632b04a3eedb940984f5f24e5c4f 2,351 1.00/1.00 vMB 21
797,016 797,016 0000000000000000000483a30c65ef674d9b95aa2eeb57a69a5534172c1ca4f7 2,318 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 781.71 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: 629.39 GB
    • Received: 11.91 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.