Loading Tool

Explorer IconExplorer

Memory Pool

40,785 transactions
26.51 vMB
0.06356941 BTC
Random Selection Loading Transactions
Max Size: 138.32/200 MB

Candidate Block

Mining Attempt 427d456fb91714f1a300e161519083ad9a999f72f4629850ad25555b1f03c8f6
Version 20000000
Previous Block 00000000000000000001827e1f65c9b8b332295eae82c9b3b729a3d5853fffe5
Merkle Root 109ffab306214e010409db433c0e1d9e802bdab085905587af01a13497d402de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,185
Size: 1.00 vMB
Total Fees: 0.01458673 BTC
Feerates: 92.86 > 1.46 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,933 (253,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
661,678 661,678 0000000000000000000c96ee527b48da55630a0443544d9cd61bf1a3041882e3 1,878 1.00/1.00 vMB 88
661,677 661,677 000000000000000000035a69302e77776f8ddd045b8eb14191bddac2f6817023 2,216 1.00/1.00 vMB 82
661,676 661,676 0000000000000000000c57e674432eb6f39a768e20396588fe78c069b3a0bdf6 2,242 1.00/1.00 vMB 87
661,675 661,675 0000000000000000000450b8791a0a493caf240ff36b43fee66e2c8bfae00978 2,777 1.00/1.00 vMB 85
661,674 661,674 00000000000000000003337d05ac1f41078ec7cd7a95256aa72be046dbb5124e 2,211 1.00/1.00 vMB 96
661,673 661,673 0000000000000000000616d65b3bf25d55f815a9ce890a32794673c397b4badc 1,727 1.00/1.00 vMB 96
661,672 661,672 00000000000000000008c007e2bf290cd81b1a92e83028f2f63f6490ae5f2f53 2,688 1.00/1.00 vMB 96
661,671 661,671 0000000000000000000f127e14ffb76655f751c5fb3610b53ebaf9f85b47c113 2,095 1.00/1.00 vMB 122
661,670 661,670 0000000000000000000eadf7b6aa7631e5ca9338eb87407d1b48655f17862c8f 1,874 1.00/1.00 vMB 119
661,669 661,669 0000000000000000000942e4e82202011d4800bb6342feeba56ab47a9396d75c 2,738 1.00/1.00 vMB 96
661,668 661,668 00000000000000000008a2fc3cf154ffa608669cb7ef14ed077f6ec15de286a4 2,542 1.00/1.00 vMB 100
661,667 661,667 0000000000000000000bd29c153535415c463eb29114c950b529df5ba2f95e54 2,828 1.00/1.00 vMB 113
661,666 661,666 0000000000000000000e23ec21ef7e7c55c276b66206611897edfb14ef591afc 2,332 1.00/1.00 vMB 84
661,665 661,665 0000000000000000000651d25e34d5a2a25fbc9d0211b4ee68b9194c2f9ac8c9 2,670 1.00/1.00 vMB 94
661,664 661,664 00000000000000000007a2eb1f6544a8a1d41a3ca81c9544e332c9892649a34c 2,671 1.00/1.00 vMB 97
661,663 661,663 000000000000000000011d6cd25cef770c004c0e38657cfe58de2d94fb4ae879 2,906 1.00/1.00 vMB 113
661,662 661,662 00000000000000000008f72d63275775abc7b2cfedcdf76aaa075d5a5f6e6a98 2,368 1.00/1.00 vMB 91
661,661 661,661 00000000000000000004401fd48c74107e843d2f99d2eb5967a693f2e659ebcc 3,068 1.00/1.00 vMB 107
661,660 661,660 00000000000000000003caebdd44457eefeb3d46d8a5a91eb8a342f0f85e691b 2,459 1.00/1.00 vMB 90
661,659 661,659 0000000000000000000c531fc9025ffc35e19e99a6bac4ad47804f7b3baac471 1,459 1.00/1.00 vMB 76
661,658 661,658 0000000000000000000214e6cf8804ac7abc197530b183668fcd4e097f307b6e 2,287 1.00/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 782.27 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: 656.42 GB
    • Received: 14.38 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.