Loading Tool

Explorer IconExplorer

Memory Pool

65,987 transactions
19.46 vMB
0.05910205 BTC
Random Selection Loading Transactions
Max Size: 126.45/200 MB

Candidate Block

Mining Attempt 7c5ea13262fc0203d20df7c9782ffef347918e8c4c5618760a8b452e6145d1fe
Version 20000000
Previous Block 00000000000000000000c300deaf522131f71e3c3f3bfb91579918e2880c9d6b
Merkle Root 117aaadf135cba0d6b186344651d0d076103684670e727323434943dbc05d51f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,287
Size: 1.00 vMB
Total Fees: 0.01471460 BTC
Feerates: 164.73 > 1.47 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,817 (856,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
59,218 59,218 000000000f1aa0c0027e09e1d56c46e56687e08e9b7f16436294d44fee2183d1 1 0.00/1.00 vMB 0
59,217 59,217 000000000a82d12f38a33ff559717940432672b57036debf70790b27a74403bc 1 0.00/1.00 vMB 0
59,216 59,216 000000000bb75a0b829ff7a3e6c52d46126d5849f501f6dd12090204575273a0 6 0.00/1.00 vMB 0
59,215 59,215 000000000ac9677008d1ef55306bdd46c7987468fbe08adf612a4e7d6f9adc19 10 0.00/1.00 vMB 0
59,214 59,214 00000000014c30d3102a1678a838078dcaaf2c3c9add8c5b026b84553e5c510d 1 0.00/1.00 vMB 0
59,213 59,213 000000000a3b4d45bb79497c0dfd057f5a5622669ac4a5001837bd7c74732e25 4 0.00/1.00 vMB 0
59,212 59,212 000000000c4a9a7e857a18e861ed3c2e2d0a47cac35bacaafbf831d47a6962ba 5 0.00/1.00 vMB 0
59,211 59,211 0000000007bf22a27e7bd3507cfb00d0e7a12065f4ba10550de49a0fbb9dc8d7 1 0.00/1.00 vMB 0
59,210 59,210 000000000d3b59e4f983332de99b8deb2fc79e86a4b2cb8271ca188e80d9d63b 1 0.00/1.00 vMB 0
59,209 59,209 00000000043e76801d4df3e2cb1db9d3523887f3a40ed67e3996e98da968ce6f 1 0.00/1.00 vMB 0
59,208 59,208 00000000068ec1e80749c19f6195b7007e48326dc51f1ac13633a01877df0253 2 0.00/1.00 vMB 0
59,207 59,207 00000000020d6e9edcbecee7649b0d8ea407c99aeb453be10c721f659f7f6609 1 0.00/1.00 vMB 0
59,206 59,206 0000000000d5fa1a507a4f5074ec4ddf88c6ebdbc931e75b98526ef14a8fed5d 1 0.00/1.00 vMB 0
59,205 59,205 000000000b72981371805050c43ef53823b6784d5f54c6421e7bb9ffcde6c737 3 0.00/1.00 vMB 0
59,204 59,204 000000000a51a1aa353e6322423b300029ce8fc979c80f7f234f74e510600bfa 6 0.00/1.00 vMB 0
59,203 59,203 000000000d10c32c30a6a5cdf771df0e55114ce98d56685be86fec08c9ec0835 4 0.00/1.00 vMB 0
59,202 59,202 0000000001f26df4171afb0b9b0a68a0f26421805f12c5a7944776a0973f25f8 1 0.00/1.00 vMB 0
59,201 59,201 00000000040c6e9e3d08286ff67cadf84f79fcfb9cb32518e39889c3ba25ca73 3 0.00/1.00 vMB 0
59,200 59,200 000000000a469aaa47e576a8834d2fa2b89d1718e095dd093570b0983e7a633c 1 0.00/1.00 vMB 0
59,199 59,199 000000000ae73feb2a19483377faff1829322431d3e19db08cab65bc1fa246ae 1 0.00/1.00 vMB 0
59,198 59,198 0000000005c26a9f04856f29ee392bbcc621bb7e2fc43c3649130bc8b9432eac 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.79 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: 786.63 GB
    • Received: 21.68 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.