Loading Tool

Explorer IconExplorer

Memory Pool

76,441 transactions
28.49 vMB
0.06724617 BTC
Random Selection Loading Transactions
Max Size: 172.64/200 MB

Candidate Block

Mining Attempt aec6826976bd1ae341265f656832591c3f573b627a1d7687b9c42b20d2c28c27
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 6bda59ef42ef2219d6117f383fde54b8f55618d06a2552c8864804117e60021c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,263
Size: 1.00 vMB
Total Fees: 0.00802900 BTC
Feerates: 71.79 > 0.80 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (198,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
717,022 717,022 00000000000000000008761ad9b4efa11e6950dc8e72a55d4161392ad29e8540 1,908 1.00/1.00 vMB 4
717,021 717,021 00000000000000000000a6bc34735adfc83a44c84f2fa84a131af96e9a7508d3 3,360 1.00/1.00 vMB 14
717,020 717,020 0000000000000000000369f88c7a14bde6eb655e8a7a4f5bcb984e82bb580b6a 1,342 1.00/1.00 vMB 4
717,019 717,019 0000000000000000000274cd3aeed356e6e7358ebbbf5c4b1927178b4dbd92e5 1,040 1.00/1.00 vMB 3
717,018 717,018 00000000000000000000db9e78ca9f00faf52e05d5a423ed849be6db7dec00ab 680 1.00/1.00 vMB 4
717,017 717,017 0000000000000000000ac8fe8064c7f80f476d42d60efdad15e39acc196c1785 2,949 1.00/1.00 vMB 11
717,016 717,016 00000000000000000005c678d80fa2d3ee1e7dd3cfc2c5945ffefa4d62db1607 1,351 1.00/1.00 vMB 4
717,015 717,015 00000000000000000001d15f6072b3bd366ef6cc45f34ca78b74be24677fa2ab 2,252 1.00/1.00 vMB 10
717,014 717,014 0000000000000000000a7c7025e23d1458556b6f2c31ed73af25cef1329d2aec 2,764 1.00/1.00 vMB 10
717,013 717,013 00000000000000000006ecd174ef3d992e9102179e9e10694d74fed37c9cc98a 1,824 1.00/1.00 vMB 2
717,012 717,012 00000000000000000008f8ac69a5f1c5eae136abb27ed727f4f02edaf7b6b089 2,863 1.00/1.00 vMB 16
717,011 717,011 00000000000000000007fd9fcc1dbd518e90f0602e2d40b2d1348f8a01db45ed 355 1.00/1.00 vMB 4
717,010 717,010 000000000000000000064e5054fecf7b404e77b7cfd12ee00be98fc0023e2c94 1,548 1.00/1.00 vMB 6
717,009 717,009 0000000000000000000483885bafd931a56b0575b9996244535f3ee055380c15 687 1.00/1.00 vMB 2
717,008 717,008 00000000000000000003255dd03e7c4eb66632f8a38a278fb87364fd97fe328f 2,708 1.00/1.00 vMB 12
717,007 717,007 00000000000000000006f9dcbe275d483482e9130164cbd8b9c8125af0a8caba 297 1.00/1.00 vMB 1
717,006 717,006 00000000000000000000024ce02fcf929d175f859e0d457855a2fc9eee142cf4 936 1.00/1.00 vMB 4
717,005 717,005 0000000000000000000af9123ec623300bdc6dcb7b5c94b3680fd8f3357340cd 1,860 1.00/1.00 vMB 5
717,004 717,004 0000000000000000000ab6c24257a22755ffd3110aebfd2327973d9d0f13556b 2,618 1.00/1.00 vMB 8
717,003 717,003 00000000000000000004671be4c58bcacd482d2cd50c674fa2d90ff2d45bfad6 3,252 1.00/1.00 vMB 14
717,002 717,002 0000000000000000000b6713adeb66d64cacefbcc5b402db608f75d6edd0f2cf 3,064 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.