Loading Tool

Explorer IconExplorer

Memory Pool

78,287 transactions
29.42 vMB
0.06662225 BTC
Random Selection Loading Transactions
Max Size: 176.62/200 MB

Candidate Block

Mining Attempt 06a4cb1d90eba4ef0404cf3c7177a9c29801a4d8e1f28de621057cda80a6ec72
Version 20000000
Previous Block 00000000000000000000187ee6189e7067e8587b66047a365b53e905d3f953f0
Merkle Root 321be570df3ef467e2cb9599ab7f1fc06c70b5778a288e51a86d47c61df1ca3d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,726
Size: 1.00 vMB
Total Fees: 0.00697257 BTC
Feerates: 180.34 > 0.70 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,017 (262,160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
652,857 652,857 00000000000000000007ecf1d5a253ee1cd9ca431e72f90efae014ddd6fb2ae5 2,948 1.00/1.00 vMB 43
652,856 652,856 00000000000000000007c3a7a79ee2bf1a0977f66ca49982b3d2361272576f3a 2,662 1.00/1.00 vMB 71
652,855 652,855 0000000000000000000056e4aeb1e4e4c190a1e9d656bc4f580077dc23a83e53 2,866 1.00/1.00 vMB 64
652,854 652,854 000000000000000000034cfc02f6a136ccc780c8d8e87031364fd9b0a718e87b 1,903 1.00/1.00 vMB 69
652,853 652,853 0000000000000000000872a620196c7cf19b1eef0f049975f58a4ead55b85d64 2,833 1.00/1.00 vMB 80
652,852 652,852 00000000000000000005841fa383c7914b9a2575295ca059c675cb6d254be322 2,081 1.00/1.00 vMB 72
652,851 652,851 0000000000000000000b06986881f4824d054c3902c3f43d91fc3602d7e35b72 2,978 1.00/1.00 vMB 109
652,850 652,850 0000000000000000000148a745ab96367e7b644a2e38d32d18858f309ef87d71 2,588 1.00/1.00 vMB 52
652,849 652,849 00000000000000000003c27f5d863860b03105c68ffb0f1fa6015ad2567cdd8e 2,196 1.00/1.00 vMB 73
652,848 652,848 000000000000000000037c22010158fe511f02cc01162876aa9d066989b34755 2,038 1.00/1.00 vMB 77
652,847 652,847 000000000000000000071c8741ce3f3096e60d1f23b42a25e3c8ac8bdc80d3ee 2,396 1.00/1.00 vMB 92
652,846 652,846 0000000000000000000c9b36fc7af0fcfee2c7571b38f74c24bbaf7457e4dfac 2,504 1.00/1.00 vMB 78
652,845 652,845 0000000000000000000e1bafc45f741b8bbe121398b69146469f5d084bd98850 2,394 1.00/1.00 vMB 102
652,844 652,844 00000000000000000003bbcbc6b50df28c3ea1e923d747c0debe5e1fa23abe6c 1,469 1.00/1.00 vMB 61
652,843 652,843 0000000000000000000682e217789411d3082ca00d26c13f5d9f04ce8111e9a2 1,934 1.00/1.00 vMB 90
652,842 652,842 00000000000000000003f9d01f55e3dd4a41e5ce1dba122c87a543c3ad1ac63a 2,643 1.00/1.00 vMB 83
652,841 652,841 0000000000000000000e72e8b0715054a86530c147893da44d5628f7986ece48 2,637 1.00/1.00 vMB 98
652,840 652,840 0000000000000000000b766e0902ce97919a385a9d6f22b096c33e2b52d9f20a 2,536 1.00/1.00 vMB 62
652,839 652,839 000000000000000000039801302f27505babea229db0f593422662fecc292916 2,617 1.00/1.00 vMB 90
652,838 652,838 0000000000000000000dc2374f661b17e102880da1079d2cc1ddae01cf63edb3 2,313 1.00/1.00 vMB 64
652,837 652,837 00000000000000000000baac351b1503ee7d4ab365fb10c238f488b38f21a62e 2,872 1.00/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 782.43 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.47 GB
    • Received: 15.14 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.