Loading Tool

Explorer IconExplorer

Memory Pool

85,844 transactions
32.00 vMB
0.21242846 BTC
Random Selection Loading Transactions
Max Size: 191.35/200 MB

Candidate Block

Mining Attempt e858ca524fb16ee4da3f4f3a82e9bee5300656c33e78a86cf8c6d04cd8db4ac0
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 3d8fbafbbdc05c7d05cf4e3bfd9b4a114de44781c97f089e0391352bbf1436cb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,904
Size: 1.00 vMB
Total Fees: 0.09585227 BTC
Feerates: 529.10 > 9.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (270,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
644,762 644,762 000000000000000000029bc7d5349b6602478e8e67f3c01636d8e4594699f957 2,040 1.00/1.00 vMB 114
644,761 644,761 000000000000000000083e2d0449a55aed037868b3104c6951f3ca1b7eae1648 2,760 1.00/1.00 vMB 131
644,760 644,760 000000000000000000096f725a528deef9164552a7b3f815757141c34bb49e88 2,403 1.00/1.00 vMB 146
644,759 644,759 0000000000000000000e70d3e939bbe232c1909c676349fca1b4f42bcba84ef9 898 1.00/1.00 vMB 136
644,758 644,758 00000000000000000001910ae0c9e86bb97e31c58fa88f8d5deda0e0f783644d 2,889 1.00/1.00 vMB 160
644,757 644,757 0000000000000000000fc0181d28b4c53a526b19621b8a1cbf3cbc8b89230131 2,490 1.00/1.00 vMB 131
644,756 644,756 000000000000000000081e2e97be4509168f42286e0bb32c0bb1d9cb349eb297 1,783 1.00/1.00 vMB 147
644,755 644,755 000000000000000000032c6e296b21798c32ee900d72bc06b14cff32647d1e23 1,925 1.00/1.00 vMB 128
644,754 644,754 00000000000000000005e6e304cfae355e0ded3ddfe8c875c0cb96b229c6dacf 979 1.00/1.00 vMB 131
644,753 644,753 00000000000000000008bfa8369623779b7edb714790f7719726f89df324fb43 2,963 1.00/1.00 vMB 136
644,752 644,752 00000000000000000000e61e86730cd16c5f599a5f86b58f6791a62d1348f0b5 2,046 1.00/1.00 vMB 150
644,751 644,751 0000000000000000000a5d6cc1aab61ef7a15da881b4feb91e09784b41533b24 1,958 1.00/1.00 vMB 137
644,750 644,750 0000000000000000000280afe61371983ebfb982e55c5f4d601020cbb824bbcf 3,073 1.00/1.00 vMB 158
644,749 644,749 0000000000000000000dc8512850bbd201c144620498eae733f4a781295a2736 2,748 1.00/1.00 vMB 150
644,748 644,748 0000000000000000000f5cae5f46b8c3ed13b227d6c7adb83ab57b25546e475a 870 1.00/1.00 vMB 144
644,747 644,747 0000000000000000001027b89e19115a934ce87233a396f2cc31c0b72aad1ad3 1,782 1.00/1.00 vMB 149
644,746 644,746 000000000000000000048cd92ef6a59f407e3f8da27d9f84c9ac21836077b387 1,717 1.00/1.00 vMB 150
644,745 644,745 0000000000000000000b0fb84d316d6076428c6e246669e9988e7fdb0e2e2260 1,686 1.00/1.00 vMB 146
644,744 644,744 000000000000000000085950b8d93b12f4254806c8ff9c53945a9ffe673cb557 3,119 1.00/1.00 vMB 167
644,743 644,743 000000000000000000062f919f768f656518cbb05651f49c39aa8b0af0a678b5 2,913 1.00/1.00 vMB 106
644,742 644,742 00000000000000000004b3e380b8e8b768d7487f75be672f57f626d8c3869921 2,608 1.00/1.00 vMB 151
Previous 10 blocks ↓
Total Size: 782.65 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: 672.70 GB
    • Received: 16.31 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.