Loading Tool

Explorer IconExplorer

Memory Pool

80,344 transactions
29.67 vMB
0.06959201 BTC
Random Selection Loading Transactions
Max Size: 179.04/200 MB

Candidate Block

Mining Attempt df182372010145b6e543a7eefb060fffe59e1b8ac99dd10f3555e838943d00f6
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root fbcffd2ff374c585ce2f92bbbac3ee7110f7b50f1dbcbf997180dd73f6d8e931
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,177
Size: 1.00 vMB
Total Fees: 0.00900742 BTC
Feerates: 502.67 > 0.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (171,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
743,884 743,884 000000000000000000068fa46bbfeb54838f3ef76814821ca1b83eab7d710510 3,599 1.00/1.00 vMB 30
743,883 743,883 0000000000000000000727ab97941801593705a0d3356554ad41b80c7f2312f5 1,037 1.00/1.00 vMB 31
743,882 743,882 0000000000000000000619bd05de1007b66efdbd2c4b4596a133982366591a5e 2,292 1.00/1.00 vMB 44
743,881 743,881 0000000000000000000918a1e6e602f6a2d24141839a487be5a2c72703106daf 2,284 1.00/1.00 vMB 17
743,880 743,880 0000000000000000000570871bda0b9f6bc7b375c7d5523f6e60befe421e8a4d 751 1.00/1.00 vMB 18
743,879 743,879 000000000000000000052707b4df77edf0476eb5cc91bf65c3850c7d53af7d77 229 1.00/1.00 vMB 17
743,878 743,878 000000000000000000008bbc1441c0d2cc44cb48c4475094faee86e5847f4dc6 2,022 1.00/1.00 vMB 25
743,877 743,877 00000000000000000005bf20ed29c70dc487c6953bd4a9226721797f28115510 3,037 1.00/1.00 vMB 22
743,876 743,876 00000000000000000006eedcfdbd0f54dcf233bf3239fd11d7937871b0cdac82 2,991 1.00/1.00 vMB 34
743,875 743,875 00000000000000000005d08c274997cfbd8f6ae6e62934f70e8ad25c5bc8c2c8 3,265 1.00/1.00 vMB 22
743,874 743,874 00000000000000000000f2a8bf92934e5e7cc19b2d76f539f3d3970345ae768b 3,796 1.00/1.00 vMB 25
743,873 743,873 00000000000000000002c551dd089cea7b7caebc26fa0abbb4eea97eb1e25a00 3,098 1.00/1.00 vMB 21
743,872 743,872 00000000000000000004f49042bfb24c33f8080ac9de1eba4fa4b235072745be 1 0.00/1.00 vMB 0
743,871 743,871 0000000000000000000193bb05a102bd0a0530b09bc2c245858f30fcf15f05d6 3,164 1.00/1.00 vMB 22
743,870 743,870 00000000000000000003ff5a6eb10dc4db0ba957de833530d3c6889a8e3e3f19 2,783 1.00/1.00 vMB 27
743,869 743,869 00000000000000000005456df777869cd2c1d64ca49e1ad1db90ed70c3ff925d 3,858 1.00/1.00 vMB 27
743,868 743,868 00000000000000000009469acb8892578382d21fc5614211223d6542dceb0496 2,689 1.00/1.00 vMB 24
743,867 743,867 00000000000000000004e8b30c78b79fa6bae9a337bc2a69f3f47df9e95bc844 2,696 1.00/1.00 vMB 25
743,866 743,866 0000000000000000000942cdb6d0444f889da3702e9e8499e098139f47e13f3b 3,642 1.00/1.00 vMB 26
743,865 743,865 000000000000000000014f6e798f1233b1f2829731eb7503c3fb7b3a16b127f7 1,588 1.00/1.00 vMB 25
743,864 743,864 00000000000000000007a4d7ff225d96c77fdcb210520eb07f40ae090e36ccee 2,580 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.36 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: 662.54 GB
    • Received: 14.86 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.