Loading Tool

Explorer IconExplorer

Memory Pool

39,254 transactions
32.05 vMB
0.10706134 BTC
Random Selection Loading Transactions
Max Size: 159.00/200 MB

Candidate Block

Mining Attempt dd335a1129009b4681e6caf537eb3d6448148578a2ce238cf6bbbf8eb617dcbe
Version 20000000
Previous Block 00000000000000000000d6693abb5cc51c9745844ab64d16c61f5999a97d9406
Merkle Root aa1cfc8f97958c8b905bca2c5ce7f8180847aee7ca74879573bb0716ec51f820
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,286
Size: 1.00 vMB
Total Fees: 0.03992263 BTC
Feerates: 179.53 > 4.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,328 (787,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
126,765 126,765 0000000000000216fc0f07738bea58b7e96e7002b91e4c1ec778c4c54e0b9df6 5 0.00/1.00 vMB 1,211
126,764 126,764 0000000000001141e51d8926ea4b09d20efd5dec52c3ffd38f31f4420e1f65bb 138 0.06/1.00 vMB 351
126,763 126,763 000000000000126e69b791226a189be5154dc34a54ef21ebf96a7d16c3105461 26 0.01/1.00 vMB 4
126,762 126,762 00000000000034cd48daf53c16bd17241b19a2666650602b58dcfb3406f4e78f 8 0.00/1.00 vMB 1,625
126,761 126,761 00000000000004e8aa8c75a9f2b1417f902b8c3de0ead4d22a2b316084aa8880 37 0.01/1.00 vMB 411
126,760 126,760 00000000000007272350eaf26d7a956ec0f79f3c80e4535233ef4b4941dc8885 18 0.01/1.00 vMB 2,670
126,759 126,759 00000000000033a2fb968f651ad2043ff194700437916dd5cbbe966d8482c3f2 36 0.02/1.00 vMB 789
126,758 126,758 00000000000034adc90eef882285d15bd5b6e1af0fd4a492c3e7194032315bb7 9 0.00/1.00 vMB 365
126,757 126,757 00000000000033d33bd6261fa7f142c2104d71964af5d348e90b4596ff3dd877 77 0.05/1.00 vMB 475
126,756 126,756 0000000000002a0440af3cd53bb4996fdb70fad1dc0becd588d6de4bd3b4dbdd 17 0.01/1.00 vMB 744
126,755 126,755 00000000000004367e27a16a1a4fa11cb2762de2eec3f0d136b0814b35739506 43 0.03/1.00 vMB 128
126,754 126,754 00000000000012e96d28eb8f7f2ceeef0c2d3ed5c754c56357b5d9e73a8c114c 38 0.04/1.00 vMB 737
126,753 126,753 00000000000012a8857221e248459a17f1a5d354ae29b702037ee307ed00bb40 57 0.03/1.00 vMB 168
126,752 126,752 00000000000021e09808fe774b8c91c1e67cdd3305972485051188e1ccf56885 3 0.00/1.00 vMB 0
126,751 126,751 0000000000001275f1007c3a1ef2d89f9dea5c9a7493b2dd1f91d67a8e3517f5 15 0.00/1.00 vMB 826
126,750 126,750 0000000000000b451100fe2ad639833910bf99bdbc28b7bac5b85cb065fc64d5 17 0.01/1.00 vMB 698
126,749 126,749 0000000000003288eaf4f43c18a4d0799531ad1473222b43b91a42fc64fdbcba 4 0.01/1.00 vMB 533
126,748 126,748 00000000000034477adba8b1dfad97e42b16daffb28248d6ce9ef1f6565da890 40 0.01/1.00 vMB 2,823
126,747 126,747 0000000000001ed8fb02d0f1b79952feb6a2f7c448fe044ef88f703c04a4ae2d 20 0.01/1.00 vMB 227
126,746 126,746 0000000000003686f097f32ae34395fa21e43b0fc415acbd19315f5ed1254bf4 38 0.01/1.00 vMB 984
126,745 126,745 000000000000268967dce7cae58b6ce6c7089374c44958b967c26f68b00b8300 19 0.01/1.00 vMB 1,034
Previous 10 blocks ↓
Total Size: 781.18 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: 582.87 GB
    • Received: 9.30 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.