Loading Tool

Explorer IconExplorer

Memory Pool

80,004 transactions
29.92 vMB
0.08381964 BTC
Random Selection Loading Transactions
Max Size: 179.26/200 MB

Candidate Block

Mining Attempt 8d5ad26fe9ef1594734c43772a88d773a5fb9c8fb2c7c3d6e9db9cea3df28d91
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root a264367e45aae5f797eaf11444db3a1630b597b6142ca6a4ff38a4ce9da599fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,198
Size: 1.00 vMB
Total Fees: 0.02277008 BTC
Feerates: 313.32 > 2.28 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (195,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
719,800 719,800 000000000000000000067d092dee741f3979555a0ab4445676e7debf32a1766b 2,068 1.00/1.00 vMB 9
719,799 719,799 0000000000000000000589938cc931c8fedd1dbc5b2d599ff9f03668b2f9d917 2,542 1.00/1.00 vMB 3
719,798 719,798 000000000000000000084d2ea6ad2a583bcccf10ce38a289f97b9612ca201ce0 2,263 1.00/1.00 vMB 7
719,797 719,797 0000000000000000000563f9df5ca96a399907af5ab331f09c1d086fa53cce36 2,444 1.00/1.00 vMB 4
719,796 719,796 000000000000000000020ecd9992b4fcacdf245ea723099d40bc7e3687d850eb 1,090 1.00/1.00 vMB 5
719,795 719,795 000000000000000000079f408a52f58b1a49d05183f50bf1f4502c0cc814f3aa 3,088 1.00/1.00 vMB 12
719,794 719,794 00000000000000000005a4fbe261225a4891cef5b300023b76906dbd6ebc3aa0 2,456 1.00/1.00 vMB 11
719,793 719,793 0000000000000000000041264bec5c59ee5a32fb7aac54b7acd9b07800316bb5 1,689 1.00/1.00 vMB 11
719,792 719,792 000000000000000000062dc679aaad81a8201773773479b66db525a788c722b0 1,537 1.00/1.00 vMB 12
719,791 719,791 00000000000000000008700b5c00bd18e69c5fb087593624f9b7d913a5e9d85f 2,086 1.00/1.00 vMB 6
719,790 719,790 00000000000000000004e4f992714aa04d05ccada3c74745d1f11dd6c834cb0f 2,962 1.00/1.00 vMB 8
719,789 719,789 000000000000000000077491d0e2025f538ed0cd4723f3622e9e075fbe9442e3 3,105 1.00/1.00 vMB 13
719,788 719,788 00000000000000000003fbd7d8782d4389a28cd6720497c393872cf736833aa1 2,990 1.00/1.00 vMB 22
719,787 719,787 0000000000000000000064c0754d95fa444f9bf54ec4c38eeb5eae2e6a3b1819 2,995 1.00/1.00 vMB 13
719,786 719,786 0000000000000000000335262730995b99ce9c9c7028b1aad83992d2548762ac 2,402 1.00/1.00 vMB 11
719,785 719,785 00000000000000000001001f1df5bf86f818e362c3833dcb4ecc34ed63d6945d 1,637 1.00/1.00 vMB 4
719,784 719,784 00000000000000000009b947f8889114fbf15ac4439a7b6784ba6005b93f37f0 2,095 1.00/1.00 vMB 6
719,783 719,783 00000000000000000009e1d60c79c9305bcf2e97c749a35698246a8f145be973 2,867 1.00/1.00 vMB 13
719,782 719,782 0000000000000000000035a868f612317ba3d977bfa1ab0b05f2f769ddeda74c 2,614 1.00/1.00 vMB 13
719,781 719,781 00000000000000000002034381ca6a31f2f97fe39de4298f0be0192cd106e262 2,316 1.00/1.00 vMB 7
719,780 719,780 0000000000000000000880c45ca691f6999572545ea4e47c6dfe9fce3d7a58fb 2,547 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.42 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: 665.41 GB
    • Received: 15.13 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.