Loading Tool

Explorer IconExplorer

Memory Pool

76,731 transactions
28.96 vMB
0.07545087 BTC
Random Selection Loading Transactions
Max Size: 177.16/200 MB

Candidate Block

Mining Attempt 39e91119162cfe4f4eb825c6cddf1d1f9d09ae02db5c9dc6b37d1197c1b8bb20
Version 20000000
Previous Block 000000000000000000018a1745256f25ae444f4fd5c5dd6ed2078735484c4179
Merkle Root 8cd612f03b17dad8f93c19cf80188d00dc16c961806cce56ca42d7ec4b38b0f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,384
Size: 1.00 vMB
Total Fees: 0.01228265 BTC
Feerates: 74.05 > 1.23 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,241 (211,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
703,572 703,572 0000000000000000000eacc60ed8e95c4716d4ea21822a4c686b66d6dec7fbfe 1,060 0.36/1.00 vMB 13
703,571 703,571 0000000000000000000112f092c8d10cc328c382bc5046e16def87bb327db5c3 217 0.08/1.00 vMB 14
703,570 703,570 00000000000000000006444d439a530448295f80a2b09d77b28023359d884148 2,238 0.93/1.00 vMB 9
703,569 703,569 0000000000000000000aed2f9c07756d1014696443e60153776b3b7c281c0ab2 726 0.28/1.00 vMB 9
703,568 703,568 00000000000000000003aa796a46ace5c0345c6025ec1a980c3706a1e728aa97 663 0.19/1.00 vMB 10
703,567 703,567 0000000000000000000796b76d7cfc2a31c20cf19996309d4e9a2be18d2ab172 337 0.08/1.00 vMB 12
703,566 703,566 0000000000000000000d84071f83108bafe834d298999870e1d9477009abfc1e 3,185 1.00/1.00 vMB 11
703,565 703,565 000000000000000000089cdc9f2956889361a971c46fdb1d6db2a8ba4155c4c6 1,700 0.66/1.00 vMB 10
703,564 703,564 00000000000000000005a838939ce12dffd5622b761d8c941be66afe85caebc1 2,235 0.67/1.00 vMB 1
703,563 703,563 000000000000000000066aba6b2c3c3d106c85f84069c70c6fe273c2b5c080b6 2,844 1.00/1.00 vMB 11
703,562 703,562 0000000000000000000587dd3d927d8a7b88d87510afad56e23c0842e17b9393 2,804 1.00/1.00 vMB 8
703,561 703,561 0000000000000000000bb11610566e1ccf56cfddfb7bc4f40f941d84da89de25 2,911 1.00/1.00 vMB 6
703,560 703,560 00000000000000000007e1a1f13ed9478fe10637ac0b111f380e85dc2bbafc54 3,027 1.00/1.00 vMB 21
703,559 703,559 000000000000000000031d5830f38ff4564fa00a48fea313e9a18e85f49e0b1b 2,627 1.00/1.00 vMB 4
703,558 703,558 000000000000000000014889ca8825a76a4c6d530a9302eba4b7a5eac46c738a 2,918 1.00/1.00 vMB 13
703,557 703,557 0000000000000000000ec5c59e497e997c905f85be39bf9e82f72d5b143bc67e 3,391 1.00/1.00 vMB 21
703,556 703,556 0000000000000000000784dd11e599af109b8f80df6197cc93083f078206843b 1,374 0.47/1.00 vMB 11
703,555 703,555 00000000000000000002e0fe7982507889eb8ef773e3a6724b4f58978a4bc08a 2,074 0.89/1.00 vMB 10
703,554 703,554 00000000000000000002c27a97e8bb19d96719cde0996f42d90df7c054b8bca3 829 0.29/1.00 vMB 11
703,553 703,553 00000000000000000002adac141804c9f106f82d5206d68b17016fe223d9e7bd 1,682 0.63/1.00 vMB 5
703,552 703,552 00000000000000000008f7b80496fd61780fc7646e1fce3bfea513159386000d 3,183 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.81 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: 710.28 GB
    • Received: 17.05 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.