Loading Tool

Explorer IconExplorer

Memory Pool

80,704 transactions
30.03 vMB
0.12395772 BTC
Random Selection Loading Transactions
Max Size: 180.63/200 MB

Candidate Block

Mining Attempt d77ded9d6ac13d4f88e75038d3bb55547cdb3097f1f3c4b6180c1239aeb941a2
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 7342c36640d47cbc0b96944ae4458b9c73376b7a10f0bfa08d8771fc2c3f440f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,669
Size: 1.00 vMB
Total Fees: 0.05117941 BTC
Feerates: 242.90 > 5.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (450,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,843 464,843 0000000000000000018f1fd48dd6de546db9970a00137df8c3bc5076a25bf63f 2,846 1.00/1.00 vMB 172
464,842 464,842 000000000000000000403010513bc19393e6b96c997b64542676c5bfd7d8463f 1,988 1.00/1.00 vMB 215
464,841 464,841 000000000000000001d626509077d804f61bfaf780f3d95b754d32649892db37 1,562 1.00/1.00 vMB 150
464,840 464,840 000000000000000000f30a0fe0c7b5564b5b702a53eeb26961ddead2f4797e25 573 1.00/1.00 vMB 137
464,839 464,839 0000000000000000016a4ae2542fe437b8f8f1506cff6edd6a01838036a4ea07 1,240 1.00/1.00 vMB 154
464,838 464,838 000000000000000000443445c824eb373689d1a90107382809653845a81c8c13 2,278 1.00/1.00 vMB 174
464,837 464,837 0000000000000000005fe609a19e67b53e029696a6d46eedb3b1db086b472470 1,732 1.00/1.00 vMB 224
464,836 464,836 000000000000000000c98df9e5b74ef36a49da6fef4f0c0e0c83c6139b30a89b 1,829 1.00/1.00 vMB 226
464,835 464,835 0000000000000000001704ede2fb1f1e6d09e377d50f2290764a4dfd23c9844e 2,056 1.00/1.00 vMB 199
464,834 464,834 000000000000000000c87166035b1c994a9fe8e7120bf1d377003fde2aa1627b 2,395 1.00/1.00 vMB 196
464,833 464,833 00000000000000000145f079b4aef0f1e6216cbb76793025d3203c30230c19d5 2,454 1.00/1.00 vMB 207
464,832 464,832 00000000000000000092c6f791fa62945ce95cc6e5b12426789b52c12b3ca1cd 1,621 0.53/1.00 vMB 355
464,831 464,831 000000000000000000b048876946df171315eed188bca3060509a8c7a87c386c 1,636 0.99/1.00 vMB 140
464,830 464,830 000000000000000000cb77f0192015165649a63b61530f95d89b78f7a250ee1b 2,356 1.00/1.00 vMB 236
464,829 464,829 00000000000000000145b9e3a517f316df3a270ecb21dc88278d522e4cdf55c3 2,297 1.00/1.00 vMB 208
464,828 464,828 0000000000000000003267a34d99f3707e39dc85e8c5a4e590776bc1a2566118 1,874 1.00/1.00 vMB 173
464,827 464,827 000000000000000000a19e939ccf38a5aeea15e6b214b45cbeb6328d9b3ce9c3 1,484 1.00/1.00 vMB 122
464,826 464,826 000000000000000000009ffda915616f99b708fd88c8c07079dca07d900b7d61 2,286 1.00/1.00 vMB 215
464,825 464,825 0000000000000000010f5cefab91c31ec39bd4d517108653edba004c5998c9cd 2,300 1.00/1.00 vMB 178
464,824 464,824 0000000000000000011082a7cb733f544b21b7bbb74ac5d1956b55d08bbbe210 202 0.10/1.00 vMB 184
464,823 464,823 00000000000000000117634579c56cfc41217d96784687533ca9a01421cb1130 3,151 1.00/1.00 vMB 249
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.15 GB
    • Received: 16.42 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.