Loading Tool

Explorer IconExplorer

Memory Pool

43,996 transactions
27.19 vMB
0.08764792 BTC
Random Selection Loading Transactions
Max Size: 142.31/200 MB

Candidate Block

Mining Attempt 1b89904c7445b0a820692d3afd17a023a16f20a6caeba0567f6a6baa7d6171f9
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root 07375f996f1b0bc55c88f7deb335d6553290bdf37ae5d7b70c525c4efc4951e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,243
Size: 1.00 vMB
Total Fees: 0.03467801 BTC
Feerates: 150.93 > 3.47 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (383,181 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
531,689 531,689 0000000000000000001222cb01f5d06265d86e26839dbba487ffe9e7d9b52262 874 1.00/1.00 vMB 6
531,688 531,688 0000000000000000001d4757148ef6b9ccb41760dabd74157564b6331e8c34c0 1,208 1.00/1.00 vMB 11
531,687 531,687 000000000000000000323c6284e055848085e7a378c61f8b77d61cba992442f1 1,115 1.00/1.00 vMB 7
531,686 531,686 000000000000000000014ddf5e78addc651cfec588e4f4246480f945c725192b 566 1.00/1.00 vMB 4
531,685 531,685 00000000000000000022a8e43c89ff2deee80c775f2fc43c48ea5aae16f67889 116 1.00/1.00 vMB 2
531,684 531,684 000000000000000000280e9b139ffde061b322c31aa33138b09903d828c8d80d 140 1.00/1.00 vMB 1
531,683 531,683 0000000000000000000760d96c9ad93104e938f57e80f9c9d60918ef78f7924b 1,905 1.00/1.00 vMB 17
531,682 531,682 0000000000000000002d04208d06b320794ba566a8b35f5e930845b139ea3676 1,364 1.00/1.00 vMB 7
531,681 531,681 0000000000000000000bb7a53c9d1d5c13da7e11ab2ec5b46794a14809138ca7 234 0.17/1.00 vMB 25
531,680 531,680 000000000000000000225aa178b9220ffbd0c00e3c15e92a7f070a935d74ead2 1,572 1.00/1.00 vMB 13
531,679 531,679 000000000000000000346e72a09f996584c7e5df4adda1ecc5cde127a23ae93e 1,451 1.00/1.00 vMB 9
531,678 531,678 0000000000000000001753506d7e04eaee506c2eecd0f04e2eab4f350ff27e21 3,010 1.00/1.00 vMB 6
531,677 531,677 0000000000000000000598f916934b9342208d3f28d2f3b4a6f22a629b592e84 2,706 1.00/1.00 vMB 33
531,676 531,676 000000000000000000163c71d90b17c16224a8b7a2d6c061b00c31d5e961d2d2 1,476 1.00/1.00 vMB 13
531,675 531,675 000000000000000000131f0273ec4b0772e3e5908b347d1d85c46395e67be4bb 1,228 1.00/1.00 vMB 9
531,674 531,674 00000000000000000018493647e92f36b6d4325d66757fa55dd21d0d377e7f55 1,450 1.00/1.00 vMB 6
531,673 531,673 000000000000000000078e2105fad41e0119235702e32abdb2687e3995aa5b9c 3,116 1.00/1.00 vMB 20
531,672 531,672 00000000000000000007c9e6a0d967fe398369456c22a8a64364231d2081c45e 472 1.00/1.00 vMB 3
531,671 531,671 000000000000000000013a5ecae00c62c0367924dfdfc3709c6321d31254714b 137 1.00/1.00 vMB 1
531,670 531,670 0000000000000000000e423423f788a02a9e4b9f21df1555046b61d414305eaf 1,663 1.00/1.00 vMB 10
531,669 531,669 0000000000000000000587a8617d88065e494e3d9ea9376d4ad01b9d61922a05 496 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.16 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: 653.28 GB
    • Received: 13.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.