Loading Tool

Explorer IconExplorer

Memory Pool

80,450 transactions
30.18 vMB
0.07422907 BTC
Random Selection Loading Transactions
Max Size: 184.98/200 MB

Candidate Block

Mining Attempt 0bd439834781c63fc7122c1bb093b5931bcc240476a60676388d2c037b286969
Version 20000000
Previous Block 000000000000000000012b8db8fff0c5a04419eeff4b82e3dbc3d9d67db2980f
Merkle Root 06334d749a8cfe71e5c76b31d4cc1b7e2ecc8cd3e78f51415a2f101f8a7f875e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,661
Size: 1.00 vMB
Total Fees: 0.00699410 BTC
Feerates: 40.21 > 0.70 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,358 (408,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
506,664 506,664 00000000000000000033096861183add56d76b9fa06d09e84a75ffaeacbcdc1c 1,270 1.00/1.00 vMB 112
506,663 506,663 0000000000000000001db5495639a344ff152a53def7496ea95977b3b72fd43a 703 1.00/1.00 vMB 51
506,662 506,662 0000000000000000003253491d52efef8d21ce2beb40118fec6d678c54bccc2e 1,326 1.00/1.00 vMB 144
506,661 506,661 00000000000000000052fc78c99465cd17c5852034dda955abfaf5dc91408d20 1,379 1.00/1.00 vMB 88
506,660 506,660 0000000000000000005a7c3000d9fd41d74693f61aa932a8a1180b01ef5417e3 1,343 1.00/1.00 vMB 33
506,659 506,659 00000000000000000004c6c40974e1b01c5dfdb4f7141ce01927e4b9abeead70 1,820 1.00/1.00 vMB 122
506,658 506,658 000000000000000000385d483c71fb7b76b6a87dc0d29f592e1cacf7f4817a34 1,337 1.00/1.00 vMB 44
506,657 506,657 0000000000000000004e000a1e9cb4d71b4535957c2af434d69c0c63abf9d0d2 2,337 1.00/1.00 vMB 106
506,656 506,656 00000000000000000037bc1c41550d958d6015a0e8d9fb27906d029c8f1d22f7 2,250 1.00/1.00 vMB 153
506,655 506,655 000000000000000000539258adf0db372cb23dd094737d143462d6a96937670c 1,776 1.00/1.00 vMB 249
506,654 506,654 00000000000000000032cce321f90d77aca97dbb6e7658624de26a1b3d7c61cb 1,007 1.00/1.00 vMB 69
506,653 506,653 00000000000000000067e389878e02f42a45f509d2942d668972b32fef7e9631 1,816 1.00/1.00 vMB 116
506,652 506,652 0000000000000000004f785772ddff45a64d0ab52f883ea728649e879907dfa3 2,565 1.00/1.00 vMB 185
506,651 506,651 0000000000000000001c152ef66743f8f7e973468ee9d8e9f7582ea6e9b57cbb 3,123 1.00/1.00 vMB 275
506,650 506,650 0000000000000000003e08f4be7b3e6007a9cfba8e2be2eca54c6ae233db770d 2,423 1.00/1.00 vMB 116
506,649 506,649 00000000000000000026617eb27a6d32868dc13120597e6b6deff8b9dd0b73e3 2,133 1.00/1.00 vMB 110
506,648 506,648 000000000000000000434de39ef37280a2dcd69489c0aed7b61a5b864901523d 2,322 1.00/1.00 vMB 213
506,647 506,647 000000000000000000238701d5f15f4004b0d217832cc57ef72ef73bd793abb8 1,237 1.00/1.00 vMB 24
506,646 506,646 0000000000000000003256e7e0a6826ceea412d00bf1a7bf50a572a73740da71 2,397 1.00/1.00 vMB 200
506,645 506,645 000000000000000000383e5aff6274cff10f59fa52947f2596f4df0c093f5e48 1,930 1.00/1.00 vMB 120
506,644 506,644 00000000000000000045dffec9e34986eaf8f00f09abaf35e6466cb8a2481904 1,829 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 783.01 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: 718.89 GB
    • Received: 17.99 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.