Loading Tool

Explorer IconExplorer

Memory Pool

42,249 transactions
26.72 vMB
0.06308498 BTC
Random Selection Loading Transactions
Max Size: 140.19/200 MB

Candidate Block

Mining Attempt 577e7b6c85e64d384cb5c2a92a146f2180ae6812ba7f40448309888fc38f3d24
Version 20000000
Previous Block 00000000000000000001c29ba26020ab8fee0b13c11f761cf92eaeb9c92dd03d
Merkle Root 085616f8a2a6bad6fdfe41889b47910a69d606daafed85301bc4571f36d9a9c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,219
Size: 1.00 vMB
Total Fees: 0.01367338 BTC
Feerates: 181.54 > 1.37 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,932 (253,258 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
661,657 661,657 0000000000000000000af7167c4435d1a17676ea3f553e2ebe254478b9f3ef03 2,532 1.00/1.00 vMB 85
661,656 661,656 0000000000000000000d94902f49e041b352d8208930a1efadfe5499d5c722d2 1,496 1.00/1.00 vMB 81
661,655 661,655 0000000000000000000502d724535ddd51050f4592e0501cc09fb207e2d60bd4 2,741 1.00/1.00 vMB 80
661,654 661,654 0000000000000000000664c316503446d1ffa630aa5e862a89867515c61a6077 2,045 1.00/1.00 vMB 80
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.01 GB
    • Received: 14.37 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.