Loading Tool

Explorer IconExplorer

Memory Pool

40,741 transactions
27.24 vMB
0.08231736 BTC
Random Selection Loading Transactions
Max Size: 141.23/200 MB

Candidate Block

Mining Attempt b7258ee5aa719568309dfc7f158df3fd907cf8cdea598b9da2fc4567f7840f14
Version 20000000
Previous Block 00000000000000000001bb61480f3acfb38c91942ee0224968a6552800d0bad8
Merkle Root 4efd4d29c3b2c327e06e58c45eabf047db147a667a93b58ad5edbe47ad192491
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,412
Size: 1.00 vMB
Total Fees: 0.02648285 BTC
Feerates: 201.37 > 2.65 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,681 (333,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,707 580,707 0000000000000000001a24d7f40990fdfe3eee39c41efc58bb5b45fc8fb2f471 2,247 1.00/1.00 vMB 82
580,706 580,706 0000000000000000000bcb71a7de881342011d9f1b8098c63d94b1b0ed9412ca 2,600 1.00/1.00 vMB 78
580,705 580,705 000000000000000000233cd1a7ac0cf7069f374fcc4716810047b2e489db4337 3,092 1.00/1.00 vMB 115
580,704 580,704 00000000000000000015a6f57d6a42809a302322279110f88d6f0423cded6f46 2,893 1.00/1.00 vMB 99
580,703 580,703 000000000000000000212f8e9adba0b250b353bcc478e3f395404dba9d9165c9 2,693 1.00/1.00 vMB 90
580,702 580,702 00000000000000000010bdfc51780479482cdfce25b979ee12a87e10163013a3 2,691 1.00/1.00 vMB 83
580,701 580,701 00000000000000000012da6eea855f879e85d4b9f7d541b866d67973d863f72c 2,669 1.00/1.00 vMB 88
580,700 580,700 000000000000000000058c7926cfca14fbcdd86c8f3a3560af2f260fe4c1c9f0 2,146 1.00/1.00 vMB 91
580,699 580,699 00000000000000000004cd6ea5c128bac1f75f069f3a090cd86ec7955b84022e 2,088 1.00/1.00 vMB 113
580,698 580,698 0000000000000000000bb96eabfcd2bdcec08c2cc798315c4558019f67e95304 1,836 1.00/1.00 vMB 125
580,697 580,697 000000000000000000155b6aba79982ede5bbf71b92e8a36412310ed61c4f77f 1,437 1.00/1.00 vMB 88
580,696 580,696 000000000000000000182199e5691c461bc1831d37764b4629fb49cb35a0973f 2,514 1.00/1.00 vMB 100
580,695 580,695 00000000000000000007be67a844dac17aa74ded398a66981b5e27bc97edb6a1 3,002 1.00/1.00 vMB 100
580,694 580,694 00000000000000000015ebde35422594bb1aff336eb5f1f895c3a6dd68a907f7 1,193 1.00/1.00 vMB 84
580,693 580,693 000000000000000000063639200e8c89b324e437a84e8800953808f4859e5102 1,979 1.00/1.00 vMB 97
580,692 580,692 000000000000000000080ad2f9c7495dc865b5bdd427991356e01b0117ad6a2f 1,073 1.00/1.00 vMB 103
580,691 580,691 000000000000000000081e2cfc22c0904de0d5aa15479a2a358eace1f8307ce5 3,017 1.00/1.00 vMB 130
580,690 580,690 000000000000000000206a60af226df33159e57565d50d9c603ffe7ad482e7d1 2,687 1.00/1.00 vMB 138
580,689 580,689 0000000000000000001ec53a5934fa44779d8ab375605cc80fc1f2eb96c76ce8 1,818 1.00/1.00 vMB 7
580,688 580,688 0000000000000000001816e306fc01c82d0c60b7d609f02a1710799eba98ae77 2,444 1.00/1.00 vMB 51
580,687 580,687 00000000000000000010ebaabfc4703e908a7cd45e2b17c1434f50aef811cd82 2,695 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 781.83 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: 636.66 GB
    • Received: 12.38 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.