Loading Tool

Explorer IconExplorer

Memory Pool

71,724 transactions
27.75 vMB
0.06123204 BTC
Random Selection Loading Transactions
Max Size: 164.58/200 MB

Candidate Block

Mining Attempt cff728e9a06b5b3e6fe0b1e628060a918ade2123fdd422873e48b620706a1493
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root ef60d06fff27c89cdef557687675ba76d86316fbcf0618fed85d4b4209eaaba4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,909
Size: 1.00 vMB
Total Fees: 0.00592635 BTC
Feerates: 101.52 > 0.59 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (371,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
543,451 543,451 000000000000000000063ba6c6da904ad30f478de2008cb04d53c99a8af4642d 689 0.47/1.00 vMB 7
543,450 543,450 00000000000000000026d22b92b7e491d1003d9c907a228b942f6eec2decfa41 2,330 1.00/1.00 vMB 19
543,449 543,449 000000000000000000104b434a6764e208f4005ef05fe1d091139e442155fb30 2,182 1.00/1.00 vMB 9
543,448 543,448 0000000000000000001a66260cbe9af719f094ba3eab5f3fdbaac942f3ad2201 2,587 1.00/1.00 vMB 16
543,447 543,447 0000000000000000000f05d6bc37d6457c6605dc2dff05e168d6cb09444eb131 2,380 1.00/1.00 vMB 15
543,446 543,446 00000000000000000022314bb7dd5673dcf6ca7bcc397a1efaac4198fcb11a9b 2,478 1.00/1.00 vMB 6
543,445 543,445 0000000000000000001ca94ff7b4dc2df5eaf5d32e3cb03e57fe4c8e6abb6adb 2,300 1.00/1.00 vMB 30
543,444 543,444 000000000000000000139a59a5d3e8836cb4b8a4e37f38b7788e9e1cf5675135 96 0.12/1.00 vMB 39
543,443 543,443 00000000000000000023fe6f2422170fca624475afd14bc46c4618b51211a7a2 1,595 0.63/1.00 vMB 13
543,442 543,442 00000000000000000001878e92d5b1943305512734750402a3a53fcfcf7c10ec 1,030 0.48/1.00 vMB 14
543,441 543,441 00000000000000000014b0c3b5bc63a5b94b120b66b9de47c4952210e9f27a9d 2,161 1.00/1.00 vMB 16
543,440 543,440 0000000000000000001ffca126816158874d15a0d25b337db425278aea25e06c 1,747 0.88/1.00 vMB 9
543,439 543,439 0000000000000000001ef60a70967256380fadf3ea26808e0ce6f5d4f8b30ce1 2,456 1.00/1.00 vMB 8
543,438 543,438 0000000000000000000eb3f4329af0d77a154fe5aff13ccf3fca8079ed1b3a81 2,776 1.00/1.00 vMB 33
543,437 543,437 0000000000000000001035430c0a10ecd3802dc55961fbc4d5f541d07a534364 1,896 0.79/1.00 vMB 7
543,436 543,436 000000000000000000229eee5324a851d26c2574d8f4d63efd2ba4b7233e9406 1,020 0.39/1.00 vMB 36
543,435 543,435 000000000000000000046e41049bc1ab65ece58ccc73336c8d7191820e5fab3b 1,794 0.78/1.00 vMB 16
543,434 543,434 000000000000000000030e16bdaf8d5f4cb36c6f9e1c7c0a783533670ba5a049 1,729 0.77/1.00 vMB 12
543,433 543,433 0000000000000000000a3860e0b593463e23c40a178476e0bcea1da1cf3db393 652 0.25/1.00 vMB 14
543,432 543,432 0000000000000000001fad5dbf70b673e14f6ceb399547284297bcb4a9a23a06 2,128 0.96/1.00 vMB 13
543,431 543,431 0000000000000000001a942bb9f96f902084ab91eb92f50754a9a7bff561ff3c 765 0.37/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.45 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: 667.43 GB
    • Received: 15.25 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.