Loading Tool

Explorer IconExplorer

Memory Pool

79,010 transactions
29.59 vMB
0.07323464 BTC
Random Selection Loading Transactions
Max Size: 177.66/200 MB

Candidate Block

Mining Attempt a6da9de1d6fb0e15a1d19249f7080200572a45805a81c18c13ce98625769f590
Version 20000000
Previous Block 00000000000000000000a86620bedaadabef003d30be662b4766362f5afa4a4b
Merkle Root 79b64a81e8d1d0993381f16958ad550cebec2efc6f73996c89f32da2c31debe7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,414
Size: 1.00 vMB
Total Fees: 0.01314391 BTC
Feerates: 90.48 > 1.32 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,004 (438,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
476,454 476,454 0000000000000000010997ad5c67a12157d8c46570ef287e8011d41c06ee60ba 1,270 1.00/1.00 vMB 111
476,453 476,453 00000000000000000024f9536c9de7822f94e1e4531b1298b92e5867cb4e1c6a 1,848 1.00/1.00 vMB 171
476,452 476,452 0000000000000000004b07ef81eb9f6bbf7d29965e2a409e878b0167a58ec079 1,596 1.00/1.00 vMB 163
476,451 476,451 00000000000000000141562c56e9c8eb57ff751b42a6d1384c0c072f63940d9c 1,178 0.99/1.00 vMB 78
476,450 476,450 0000000000000000012de81c32e045804b3bde5289dac8d69098540c244ec632 1,693 1.00/1.00 vMB 120
476,449 476,449 00000000000000000156bc0a4888fce151c6e822eedf1d552b628c4bf35f3194 1,963 1.00/1.00 vMB 107
476,448 476,448 0000000000000000011a7da5d28ddffe4313e0659be8c7918a2dfe409a0b7c77 2,067 0.99/1.00 vMB 185
476,447 476,447 000000000000000000424e0bfd09a74943bfb1e9f37c359ff5847cc606433d21 1,988 1.00/1.00 vMB 116
476,446 476,446 00000000000000000034c85cf01327f27cb7f046d1491c9324a1ca32c0eea28d 1,590 0.99/1.00 vMB 107
476,445 476,445 000000000000000000804a651d8dc08abbd1baca94e858d5f93375c167956200 1,915 1.00/1.00 vMB 178
476,444 476,444 00000000000000000117cd0614b9caf3adb147c75bcaa995cedc2a6fa3e3faba 2,020 0.99/1.00 vMB 103
476,443 476,443 000000000000000001306e4d8d2272ad4acb82a7227a4aaff2d3e020dea5ba90 1,123 1.00/1.00 vMB 116
476,442 476,442 00000000000000000135765f146c7cac106db3289d1ad923891222a108815d63 1,903 1.00/1.00 vMB 170
476,441 476,441 0000000000000000002fb2ab54aa3b7cc01802887a54c5f9ae6de66304d56497 1,003 0.99/1.00 vMB 131
476,440 476,440 000000000000000000d3c8fdfdcc54d0a4b445d298a980d93bd5cb01c0e03d71 2,021 0.99/1.00 vMB 223
476,439 476,439 000000000000000000978d358f56c75ff7a97dc6ee2c23fb5064faa30626b8f4 1,440 0.99/1.00 vMB 142
476,438 476,438 00000000000000000068f6a955b1e6f6c38b643812fe55023c8fcabcb8b3b834 2,047 1.00/1.00 vMB 152
476,437 476,437 000000000000000000132270eac1333dc0767f0ada48c23b3d613c65e2253f2c 1,850 1.00/1.00 vMB 156
476,436 476,436 00000000000000000058bcf801ae20f633dc7a4f2f31faba56d2abd46f9c6467 1,747 1.00/1.00 vMB 222
476,435 476,435 000000000000000000919f7c8d56822616dac1166d25507c20e5cf9bb0dd175a 1,770 1.00/1.00 vMB 163
476,434 476,434 00000000000000000038030f1776267831f1253526b77aa732c4cc91ccfd4528 2,150 1.00/1.00 vMB 207
Previous 10 blocks ↓
Total Size: 782.40 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: 664.70 GB
    • Received: 15.03 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.