Loading Tool

Explorer IconExplorer

Memory Pool

78,466 transactions
29.42 vMB
0.06867056 BTC
Random Selection Loading Transactions
Max Size: 176.70/200 MB

Candidate Block

Mining Attempt a98e5a9b218a06efd1e790a765c37470ef96379da37e0af666fa0a284391e026
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root a0bdd95d01caf4d31d2f5a8e14ff1b58f663b61f5f50fd94c9659200525874d2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,885
Size: 1.00 vMB
Total Fees: 0.00901956 BTC
Feerates: 150.98 > 0.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (253,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
661,702 661,702 0000000000000000000b2dd6802055455b5b465651df9e5bc62f0f32c360754e 1,809 1.00/1.00 vMB 100
661,701 661,701 0000000000000000000c021b5644f2f331c343aebe7315c43a87bd1299ebaee4 2,462 1.00/1.00 vMB 100
661,700 661,700 0000000000000000000e9d496a832ced0d8037421e039c12ee6d1ec0eb6e3135 2,117 1.00/1.00 vMB 100
661,699 661,699 00000000000000000000aa46ae520f2ba0beaaa5cac0eebee5351f2477dfdf73 2,608 1.00/1.00 vMB 109
661,698 661,698 0000000000000000000844bfa138f7ebe5690579e56a1045e7c81a81c7b60caf 2,937 1.00/1.00 vMB 133
661,697 661,697 000000000000000000030c032cc1b0e1a1c8768df410ff8f48ed93968e3484dc 1,531 1.00/1.00 vMB 80
661,696 661,696 0000000000000000000347d807500f6c4c13de41124e6a88f177b9f75e02bf37 2,380 1.00/1.00 vMB 91
661,695 661,695 0000000000000000000b0a82bf3cdb5289e826cb765400f2105de076c7f424a1 2,050 1.00/1.00 vMB 96
661,694 661,694 000000000000000000006ffda78122f71594012681f83d70432de38312fc4cfc 2,384 1.00/1.00 vMB 124
661,693 661,693 0000000000000000000926599781dbdff7510467cd7873a3bc5f1ae98621dca7 1,947 1.00/1.00 vMB 102
661,692 661,692 0000000000000000000160eb0d87ec70c4ce0e033e58a2a515d5072b1d671795 1,915 1.00/1.00 vMB 105
661,691 661,691 00000000000000000005e51905d8d80da88773ffaa4278a57cf9f379f9289b1c 1,875 1.00/1.00 vMB 84
661,690 661,690 000000000000000000053fe259d12d60357c96004243de1f7a9933232ff82308 2,022 1.00/1.00 vMB 83
661,689 661,689 00000000000000000000da084e8cd8666fd7e64b306ce99a2c79cd00c3accc38 2,349 1.00/1.00 vMB 71
661,688 661,688 00000000000000000004fa7cb8ae7498f68d1ee6524935bea7ec845339f50122 1,592 1.00/1.00 vMB 100
661,687 661,687 000000000000000000017aafc45c41214ca176bd9989cce673f32d7fffa0f0d9 2,239 1.00/1.00 vMB 104
661,686 661,686 0000000000000000000897955ef4bd672cdee22cf971bf31690631539dfcfa70 2,050 1.00/1.00 vMB 98
661,685 661,685 000000000000000000042b0b1880ac74b2f4a9e46c93650e8c1c80c7dd78f36e 3,090 1.00/1.00 vMB 93
661,684 661,684 0000000000000000000ef899c7b69a76d97fe2ec5022357b907f2f88ce2fbc07 1,190 1.00/1.00 vMB 89
661,683 661,683 0000000000000000000ef53ea388352f2dde24ab3142c43e1354f666929a3533 2,874 1.00/1.00 vMB 93
661,682 661,682 0000000000000000000d5a39237fea7ef8c91815815371374fc45c3be37c5a0d 2,502 1.00/1.00 vMB 114
Previous 10 blocks ↓
Total Size: 782.42 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.40 GB
    • Received: 15.13 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.