Loading Tool

Explorer IconExplorer

Memory Pool

84,253 transactions
31.61 vMB
0.10473664 BTC
Random Selection Loading Transactions
Max Size: 193.86/200 MB

Candidate Block

Mining Attempt 8a941a6fa7961bf1c10261e43ecba169bbf1b198c53b6d674ba781c6633344e3
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root 241ce2f771b95b6ce8f58e266f8b882f06e160190a8fe99bd4005250c5594935
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,074
Size: 1.00 vMB
Total Fees: 0.03122229 BTC
Feerates: 504.27 > 3.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (268,487 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,732 646,732 000000000000000000022fe3163eeb6c8e46eed75a4206437349e1ebe840a7fd 2,849 1.00/1.00 vMB 156
646,731 646,731 000000000000000000058c2fe476553f301cc64ccaec7bd85911228bfd8dcdc1 2,931 1.00/1.00 vMB 133
646,730 646,730 0000000000000000000e7bd43eecc65be9ebdc22c175b7b240ead2c65896560d 2,787 1.00/1.00 vMB 150
646,729 646,729 0000000000000000000e7b688120b2ebb7a2564350c0ea2ac97a47abe697b3da 2,177 1.00/1.00 vMB 139
646,728 646,728 000000000000000000036288bc8f43dcbe0d9533e0f15bfede928156ad9b1e05 2,495 1.00/1.00 vMB 149
646,727 646,727 00000000000000000006cef0e7151f60e8b74cbd12dc371d515f160ae0404983 1,944 1.00/1.00 vMB 144
646,726 646,726 0000000000000000000ff24a78555ffdede43541ddf4c76091150f296ec02ac9 2,314 1.00/1.00 vMB 137
646,725 646,725 00000000000000000008f9c599e64f213a922eb7cdc0e62ffd6584e30107d97d 1,940 1.00/1.00 vMB 137
646,724 646,724 0000000000000000000e3e92b3b69f337ebb005e1e9159e33daf55ceb27c3525 2,311 1.00/1.00 vMB 141
646,723 646,723 0000000000000000000c848c31ecbebccaa2a64d7862d8eb0b2601965c7ac978 2,520 1.00/1.00 vMB 148
646,722 646,722 00000000000000000003dee609e2ccb1de99ed0bdcc6812e604fc792132f641e 3,117 1.00/1.00 vMB 160
646,721 646,721 00000000000000000004be7afc0c8a882dbe5b7920e0fd85eb279f354979fdf5 2,467 1.00/1.00 vMB 122
646,720 646,720 00000000000000000002302736189d8ed25f076a1e8b1c7e207fe0f636ad93da 2,762 1.00/1.00 vMB 134
646,719 646,719 00000000000000000000972f5de99f0535634b46c57df7804655c87ec4265531 2,531 1.00/1.00 vMB 147
646,718 646,718 0000000000000000000f1f976dc3873bf77318d1d54a084fb8f72f39d3ef7370 2,230 1.00/1.00 vMB 88
646,717 646,717 0000000000000000000acfb17d367b48f0ce258e7965613a0d1946b0896d5c5f 2,187 1.00/1.00 vMB 96
646,716 646,716 000000000000000000026be8914586fbed747894015b29b66c8a55886e48ed0e 1,699 1.00/1.00 vMB 130
646,715 646,715 000000000000000000076a2b32b532d8447081910adf4caa259a5919738dd63e 2,929 1.00/1.00 vMB 49
646,714 646,714 0000000000000000000ee19bfc7c168f13fbafabd1ceb207e7c6b4605f1269c5 2,013 1.00/1.00 vMB 120
646,713 646,713 000000000000000000001d86f19d2869ec2fb6515f7ce836feab9271d53ba1fa 2,637 1.00/1.00 vMB 121
646,712 646,712 00000000000000000006ed59673435cce40f0d4dda9017f77662ff9c3217a518 2,421 1.00/1.00 vMB 87
Previous 10 blocks ↓
Total Size: 782.77 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: 709.30 GB
    • Received: 16.87 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.