Loading Tool

Explorer IconExplorer

Memory Pool

82,550 transactions
30.42 vMB
0.12100391 BTC
Random Selection Loading Transactions
Max Size: 184.09/200 MB

Candidate Block

Mining Attempt 5a92251442298ebbb3018d7d435b33316c4dc3281ff2a198d9bb504612f402e9
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root eed0502cca2c311aa424594250507c0b7edc6b4ebb2326b87697438562c39096
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,097
Size: 1.00 vMB
Total Fees: 0.04243487 BTC
Feerates: 150.85 > 4.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (260,707 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,432 654,432 00000000000000000005e9dff54a7f2acebe0209c8ce2a3e0759125e1952ae96 2,818 1.00/1.00 vMB 186
654,431 654,431 0000000000000000000c975e8c01705a82195c5f36efbd02b5487da9c427dbd8 2,920 1.00/1.00 vMB 193
654,430 654,430 0000000000000000000d1bd9054237c279e859b4c82eb99d914748f9036ca272 2,005 1.00/1.00 vMB 179
654,429 654,429 00000000000000000009befe2452b70f352895847311f19a1d1c0725912d3950 2,874 1.00/1.00 vMB 182
654,428 654,428 00000000000000000001e78d2e677e078e2560acb8dd60efa0e2477c3a36b86a 2,507 1.00/1.00 vMB 183
654,427 654,427 0000000000000000000adfd1cca38f27f8b39d91f14e8cbe1446c5612599c879 3,267 1.00/1.00 vMB 221
654,426 654,426 000000000000000000009e9196adeb5ea1806392b15db6b2787a29f49a9502c7 2,413 1.00/1.00 vMB 176
654,425 654,425 00000000000000000007b8a84b4c422f9321614f4160af675637292927cc4339 2,514 1.00/1.00 vMB 166
654,424 654,424 0000000000000000000d0656e940456c0f99b5074640173b605fbf534f2a199b 1,807 1.00/1.00 vMB 170
654,423 654,423 0000000000000000000586566ad4c1aca06770b99144ca621aa1110faaf8393c 1,396 1.00/1.00 vMB 170
654,422 654,422 00000000000000000000f28b9ef3ed2cccfe927e982c2a940dfd665d771bb979 2,402 1.00/1.00 vMB 181
654,421 654,421 00000000000000000005691fd8a0b201c9e4f6cd686da07ad7e2c347be543b7a 2,193 1.00/1.00 vMB 192
654,420 654,420 0000000000000000000b1f44a7a084f9a7536ecead2605619080693eb2cc86d8 3,509 1.00/1.00 vMB 120
654,419 654,419 0000000000000000000daf126a321e7ab681e558e26cbb7c5a78ee1502c1aa02 3,009 1.00/1.00 vMB 117
654,418 654,418 0000000000000000000dfd24c6f1cb5d9058c406ab966a0b270c84d36ab78ed3 674 1.00/1.00 vMB 133
654,417 654,417 0000000000000000000b575a4fb7784197c8bc6f7124de8ceb952160001584f9 2,624 1.00/1.00 vMB 123
654,416 654,416 00000000000000000008d752afe6071cdc54e20425cb3fb1470e2e07e034a02b 2,574 1.00/1.00 vMB 151
654,415 654,415 00000000000000000007b24cfd19b08d1c1e2a3dfa75006daa402e8765d1d70a 2,111 1.00/1.00 vMB 182
654,414 654,414 000000000000000000049384390a8d5e4cf43bcfb778c5a8c8855689211340b2 1,862 1.00/1.00 vMB 168
654,413 654,413 000000000000000000000a8be5bef68eb1990a20115308a46440b96e99a2082a 2,291 1.00/1.00 vMB 168
654,412 654,412 00000000000000000004a8e36f2b9baf623942658a67915ffd0e291dcb098aa0 2,335 1.00/1.00 vMB 186
Previous 10 blocks ↓
Total Size: 782.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 672.36 GB
    • Received: 16.21 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.