Loading Tool

Explorer IconExplorer

Memory Pool

82,955 transactions
31.98 vMB
0.11614341 BTC
Random Selection Loading Transactions
Max Size: 191.77/200 MB

Candidate Block

Mining Attempt 77f0b4751ea9f6a37e5abae1aaf8e6aeecb8803fd089aeff02cdd2968c1d5b18
Version 20000000
Previous Block 000000000000000000010cf532a63a6441b67a3efb5df3eadda72118873c170e
Merkle Root 303981f5ef9fd3a3067e161e5b5c2fe43470da1c76ab4f5878d5f999fd96b604
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,681
Size: 1.00 vMB
Total Fees: 0.02847450 BTC
Feerates: 100.36 > 2.85 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,376 (427,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
488,207 488,207 00000000000000000029b3e5766beb8699d2344bdc08b8f4f03e9d47d14cca81 179 0.96/1.00 vMB 5
488,206 488,206 0000000000000000004e4d871ed1cdfcbcfab6a78d6e305ec6bc525dcf2ce0f8 719 0.29/1.00 vMB 123
488,205 488,205 0000000000000000005b764d7f8a9c6695677d73a83eaa8def0ae0e324a23109 1,358 0.99/1.00 vMB 49
488,204 488,204 000000000000000000381b49f406873aebcc1bcd434d5dc3d7e017482154955a 566 0.99/1.00 vMB 24
488,203 488,203 0000000000000000004f4bd50d29b04344cf1a9928b94150d4c7dfe523a188d3 2,134 0.99/1.00 vMB 105
488,202 488,202 00000000000000000046e20ce2df5f61c4f8c896de0f3caa071e1c1bb8cb36b2 462 0.99/1.00 vMB 28
488,201 488,201 0000000000000000003999962d8e04373d6fc9be77a4ba85567fa4a099b5949f 1,094 1.00/1.00 vMB 42
488,200 488,200 0000000000000000000d992c038ab36c13ae332dc69f1df11795742689f4db1b 160 1.00/1.00 vMB 6
488,199 488,199 00000000000000000030d9f12b53ff327dca9fcee6c6a14c90589b82cea7cc07 308 1.00/1.00 vMB 20
488,198 488,198 00000000000000000060ad56fa861f427b74355eaa842862a7c2b224bfd875a5 713 1.00/1.00 vMB 32
488,197 488,197 0000000000000000004d4aa741eec89104e8cab3e84d463e308b6dec2080220c 247 0.10/1.00 vMB 108
488,196 488,196 0000000000000000002c7c1a7ffd3c1eecbe5ac03095a6f6f2ca6ffdf009d853 2,219 1.00/1.00 vMB 96
488,195 488,195 00000000000000000087470448b31002e5d1e6ddeefef104b2d487f9a762edd3 560 1.00/1.00 vMB 39
488,194 488,194 000000000000000000b1d7e9a43dab7593ba23471e7d15080077044e5157ad49 606 0.96/1.00 vMB 17
488,193 488,193 00000000000000000042f9f44689ed6551f698e8347fd55b95d7a521e9886c9e 2,059 1.00/1.00 vMB 23
488,192 488,192 0000000000000000009a6641edf739109f70696aadb1ac403811b9aeb5cc7e25 1,851 0.97/1.00 vMB 49
488,191 488,191 0000000000000000002aeed8d56e2556b012c8c8df8aa574fb93925c468b6164 1,852 1.00/1.00 vMB 139
488,190 488,190 000000000000000000479e0c97a640362d7894a3754ba9336addbc438ca0acb7 1,885 0.97/1.00 vMB 38
488,189 488,189 000000000000000000a467556a8ca61fdb0603879833ed34ba6ae9b03b8991e5 2,774 1.00/1.00 vMB 50
488,188 488,188 00000000000000000086385d8fe185d019f7e1b09a55cd5a184170bbf52ac80b 2,107 1.00/1.00 vMB 117
488,187 488,187 0000000000000000000f389a332554957c4ce6c0b5e8fa6533f6316a08221bc7 1,779 0.97/1.00 vMB 118
Previous 10 blocks ↓
Total Size: 783.04 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: 720.43 GB
    • Received: 18.16 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.