Loading Tool

Explorer IconExplorer

Memory Pool

80,907 transactions
30.41 vMB
0.08825337 BTC
Random Selection Loading Transactions
Max Size: 183.04/200 MB

Candidate Block

Mining Attempt f5281d96be30c84d5265d9465ebae8dea84bf0e9dc62c4237bc9c91cf0b2e4bb
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root 30ea87e52ab0fbcbe12366d5e8ef2ae54da91373bb1be7a767b9d3c9476f1384
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,585
Size: 1.00 vMB
Total Fees: 0.02302652 BTC
Feerates: 163.06 > 2.31 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (253,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
661,240 661,240 0000000000000000000482e2a559e991abc1f89ce09a5530aad0d1f5f888ccd0 2,407 1.00/1.00 vMB 27
661,239 661,239 00000000000000000008c2011b0ad89142ad8ad87017ef545fd985432f0512bf 2,020 1.00/1.00 vMB 45
661,238 661,238 00000000000000000000ba87a2be974b1a80f5f550cff4a087b17d8b5fe0d249 687 0.99/1.00 vMB 7
661,237 661,237 000000000000000000095f32aaeb03cb67c48c08b336122f2d6c00042c94c2e4 322 0.96/1.00 vMB 4
661,236 661,236 0000000000000000000a63b9201dae93a2dfa661527c064d3e2b45973ea682e9 1,095 1.00/1.00 vMB 12
661,235 661,235 0000000000000000000cf833fb6828f35263243be004adb2b8372ec288d187fb 720 0.94/1.00 vMB 11
661,234 661,234 000000000000000000022bd90b16b7c90879827483a6b3f1c8a69240971dc112 989 0.99/1.00 vMB 15
661,233 661,233 0000000000000000000cec57478a0f49566c21fc314690d9cf7adf745f64f18b 2,341 1.00/1.00 vMB 42
661,232 661,232 0000000000000000000107f33cdd353845cd8fa9da6db060bcc19e635d9bcb04 2,063 1.00/1.00 vMB 6
661,231 661,231 000000000000000000006eba278cd604c758d286d91615d6d0c5b5558aa14f91 2,005 1.00/1.00 vMB 35
661,230 661,230 00000000000000000002d5c7a798266830490d14ae916c323f0bc1e180829c56 2,915 1.00/1.00 vMB 52
661,229 661,229 000000000000000000066c72c358347cc4de5c7184e346edc94ac95ff4830927 908 1.00/1.00 vMB 2
661,228 661,228 000000000000000000079cebcaf77b8bd86778e0952d1875b2cc8235a1dfa7da 2,312 1.00/1.00 vMB 45
661,227 661,227 00000000000000000007c6efcf9090df48f3d89f4cb97635022f6a2f91c55c6f 1,101 1.00/1.00 vMB 28
661,226 661,226 0000000000000000000a487228e3d5b7b4e1a8653565273b11c88862b04eeda9 838 1.00/1.00 vMB 2
661,225 661,225 0000000000000000000e211424d628cad7711c529bd684033ad05a478784c496 2,675 1.00/1.00 vMB 19
661,224 661,224 0000000000000000000a2741f817b5a199b26d4215a3c9badb28652611bdbcc0 2,611 1.00/1.00 vMB 30
661,223 661,223 00000000000000000006df42ff5be0bfbf52fcb6df99a4ac62712ce7d26eac85 1,907 1.00/1.00 vMB 10
661,222 661,222 000000000000000000012918bb71f8f7e4ab7d1df54ac4c57b3fdd688c253a77 2,867 1.00/1.00 vMB 38
661,221 661,221 000000000000000000025e9d5386986c63531af7205f7b734c80c40a49786d71 2,758 1.00/1.00 vMB 22
661,220 661,220 0000000000000000000e74e2aef0e11006e743b1aa513b6eca966b1f3633c680 2,161 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.69 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: 691.89 GB
    • Received: 16.50 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.