Loading Tool

Explorer IconExplorer

Memory Pool

80,756 transactions
30.48 vMB
0.08178421 BTC
Random Selection Loading Transactions
Max Size: 185.84/200 MB

Candidate Block

Mining Attempt 411c9c32f740db960ea4a6fa8e9baf48f5b3cd3d066a88a8a337cca0311ae6d8
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root 501bbe94d6c83e24bfe66ec38c3f25be19649c909ab6975bb74f3bdd58a38dc9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,505
Size: 1.00 vMB
Total Fees: 0.01363921 BTC
Feerates: 318.30 > 1.37 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (417,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,490 497,490 00000000000000000032801e9671762faef8170493a7a0dd0843d0d0f118dd42 1,843 1.00/1.00 vMB 20
497,489 497,489 0000000000000000002ac432f45b83b5a6089617780514e2c508c924f6baf179 1,780 1.00/1.00 vMB 52
497,488 497,488 00000000000000000085a81cb77efceb3db32c45c992dafd8d0994da7e567a42 2,025 1.00/1.00 vMB 111
497,487 497,487 0000000000000000000b4c2982c77e259244d01f5f932dc6eecf73f30b56d8dc 1,786 1.00/1.00 vMB 80
497,486 497,486 000000000000000000bf50704e03252396e01dba539a241f1771449a9f8ca294 1,337 1.00/1.00 vMB 66
497,485 497,485 0000000000000000003e130e4691e6d40acdd505c9246d61714fbad7541686fa 2,226 1.00/1.00 vMB 86
497,484 497,484 000000000000000000ad1fba1cbecdf83ecfe8cf5bc470b0791396a64f3888c3 2,896 1.00/1.00 vMB 76
497,483 497,483 000000000000000000734ba2441f909f1be8e0f33a42355d8ebad8ec9fb6d7cc 2,311 1.00/1.00 vMB 110
497,482 497,482 00000000000000000025db10ac89764f4b29059565a32eb7d9ed87b29ee991d9 2,507 1.00/1.00 vMB 145
497,481 497,481 0000000000000000001f3e3146d201a6961902c8d1fe4e3d936e179cdad32ef2 1,941 1.00/1.00 vMB 161
497,480 497,480 00000000000000000098249667f001b369e26f66aa83dc477ed5cb8c8e388089 575 1.00/1.00 vMB 156
497,479 497,479 000000000000000000567ff9180206f93c8bec6bc46c73a0953bdbb5e14d691a 1,161 1.00/1.00 vMB 187
497,478 497,478 00000000000000000021de9d20cc83c70924c59557c15fcfdb6246737a7e1ba2 2,061 1.00/1.00 vMB 187
497,477 497,477 0000000000000000006fa55c1c7202c621e87518e5aa3703879ffcc5c81c914a 1,541 1.00/1.00 vMB 95
497,476 497,476 0000000000000000008c7a17c0da7581741ca2e803edee2aab690deae653e921 2,311 1.00/1.00 vMB 117
497,475 497,475 0000000000000000008e575c32f7f34d164805c09036500fd04d250d4faa86ba 798 1.00/1.00 vMB 51
497,474 497,474 000000000000000000bf6235fc411ddbc5a11fa46721e06b733334c63689b58e 1,654 1.00/1.00 vMB 19
497,473 497,473 0000000000000000009fea72a26f73c2cd65c2a7aac19cc09793b89e4f9b9754 1,416 1.00/1.00 vMB 19
497,472 497,472 000000000000000000cfd23c692a1857140e5b77bb68920909eac154c39b73eb 2,391 1.00/1.00 vMB 89
497,471 497,471 000000000000000000b0a8ad2319e82062fb38af2a56b36c3e4d4808c907c3f6 2,637 1.00/1.00 vMB 141
497,470 497,470 0000000000000000005362c81e3e30b8102b1d47be79dc0889ee971fa0dccd92 1,930 1.00/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 783.00 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.32 GB
    • Received: 17.88 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.