Loading Tool

Explorer IconExplorer

Memory Pool

82,491 transactions
31.01 vMB
0.08288382 BTC
Random Selection Loading Transactions
Max Size: 190.30/200 MB

Candidate Block

Mining Attempt 68cd0d38275f21fe6db9df5667eed88522abcf81f36fe5e3443d5ce10c739f1b
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root eaeac25f8df6671fc39e3a384d5e4bc3de61f26bbd1b79bc96601363e76e9cc1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,675
Size: 1.00 vMB
Total Fees: 0.01317850 BTC
Feerates: 301.05 > 1.32 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (125,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
790,192 790,192 00000000000000000002c96fe697954fc6fd776ea89e697dd56b793c0a089cdf 3,442 1.00/1.00 vMB 64
790,191 790,191 00000000000000000005c67c10280c675b373b81f7ec1f5684af10bcbcc75e37 4,617 1.00/1.00 vMB 45
790,190 790,190 00000000000000000003fd9cf8b3551e46084cef9eda313e84f70c30e448a00e 3,844 1.00/1.00 vMB 38
790,189 790,189 0000000000000000000021bae45759a729030097c5e2be614ef2a725dda7c1ed 4,332 1.00/1.00 vMB 50
790,188 790,188 000000000000000000050d975fab46702537f1538202471d11d15c8c3d603ad6 4,269 1.00/1.00 vMB 75
790,187 790,187 00000000000000000002bb4fa4daa0ab2ec6c5be4aadb9a010a0bf0a07d25fa7 3,707 1.00/1.00 vMB 50
790,186 790,186 00000000000000000002a9bc619d848db432fca91f380f6edc0c1b9d0d96393e 3,880 1.00/1.00 vMB 73
790,185 790,185 00000000000000000002f311b6ed1d7bdd51caf1cf36a1bb32040f6ea7383ec9 3,709 1.00/1.00 vMB 103
790,184 790,184 0000000000000000000424094af2a3f7f9bfac08ba32b7e295c833056e7262c0 3,739 1.00/1.00 vMB 94
790,183 790,183 00000000000000000000d30c407bfd9121864516bb967a6b9afbe81407e28f10 3,858 1.00/1.00 vMB 40
790,182 790,182 000000000000000000057fe4bbf3a9394c58ecb2aeafab20a6f3b55b03d5ac84 3,618 1.00/1.00 vMB 53
790,181 790,181 00000000000000000001dca2fc64eff4bfe1543d7babc2f8b83eb2fe48511945 3,894 1.00/1.00 vMB 71
790,180 790,180 00000000000000000004aa15a3c28f32aec0ad76411bf8bc6f966a06eb3d66b7 3,016 1.00/1.00 vMB 66
790,179 790,179 00000000000000000005bebfe0cbd908074218c1b9ed7f5fd1d089a04112f556 3,158 1.00/1.00 vMB 108
790,178 790,178 0000000000000000000098d8f2663891d439f6bb7de230d4e9f6bcc2e85452bf 4,496 1.00/1.00 vMB 37
790,177 790,177 00000000000000000001111809591bec4b3351551ae943ec5201a2133bfadf64 4,063 1.00/1.00 vMB 29
790,176 790,176 000000000000000000027e9a96af7c29d6ee2f2c07d8798e04b40352e90dfdc1 3,884 1.00/1.00 vMB 43
790,175 790,175 00000000000000000004775255f8dacdbb283a86e2fbb8197740cfd0f0f5d3b5 3,567 1.00/1.00 vMB 58
790,174 790,174 000000000000000000047396d9632c93def602fc35da08346e5c3da7efb52a78 3,172 1.00/1.00 vMB 67
790,173 790,173 00000000000000000001aadcd2ac42e0fabcc46b9a2d2150963d4c594f22e294 3,795 1.00/1.00 vMB 58
790,172 790,172 00000000000000000003e5cc296a5ca3d8a536c73f270849477de6da964a253b 3,265 1.00/1.00 vMB 89
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: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 709.18 GB
    • Received: 16.86 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.