Loading Tool

Explorer IconExplorer

Memory Pool

49,047 transactions
30.62 vMB
0.11170122 BTC
Random Selection Loading Transactions
Max Size: 163.29/200 MB

Candidate Block

Mining Attempt 335186a3cd065f71e5e6c5b1506c2d7dce709a485b2a94eada76761a5b7c7971
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root a21f7700a6af59a33a5cb3689fe2a0430c161524d7f768ae6c80f2cd54b53166
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,192
Size: 1.00 vMB
Total Fees: 0.04554501 BTC
Feerates: 150.97 > 4.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (134,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
779,972 779,972 000000000000000000016c0ae6753040a11489d77df50df1b832494c26dad408 2,924 1.00/1.00 vMB 17
779,971 779,971 00000000000000000001aaba055ce6b558659e241d39407b17452c9ea1eefd34 2,375 1.00/1.00 vMB 27
779,970 779,970 00000000000000000001b172127977ce18a4c56e632c254aca43ccde4639ff4b 2,375 1.00/1.00 vMB 28
779,969 779,969 00000000000000000005d1d1a42113bd2f4b1ca4374893b3b56d4d824a58ab61 2,521 1.00/1.00 vMB 21
779,968 779,968 000000000000000000032256e6e8169e456795dc22e8286eee39c69582367fef 2,475 1.00/1.00 vMB 30
779,967 779,967 0000000000000000000173585ca071b9becb18446a4aac3c397c7c41da6290a1 405 1.00/1.00 vMB 15
779,966 779,966 000000000000000000042155aa91ea7d123e375eb33d37a3aeb8e80a4f26327c 1,883 1.00/1.00 vMB 22
779,965 779,965 000000000000000000059e004c148a76c54f7982beec9e19fc24dbca222d9662 2,720 1.00/1.00 vMB 44
779,964 779,964 000000000000000000058a86fb6dedd44bfa3577bcee453b1eb86f3a5728df7e 1,725 1.00/1.00 vMB 25
779,963 779,963 00000000000000000002dc95072f3562dc95ab0aba74da42a47ba3b2e606b004 1,082 1.00/1.00 vMB 20
779,962 779,962 00000000000000000002d79e5b25f274237e7e489f6c2cd819692bd71dbff8c6 1,050 1.00/1.00 vMB 17
779,961 779,961 000000000000000000061f937e680f6d5cfc7f70fa3eeadb1d2fa582ebe8e11d 844 1.00/1.00 vMB 17
779,960 779,960 00000000000000000003a337a676b0101f3f7ef7dcbc01debb69f85c6da04dcf 2,689 1.00/1.00 vMB 35
779,959 779,959 00000000000000000001407fdb1dfd5c527429c1c8b8430f891fb0823f6d674c 2,844 1.00/1.00 vMB 47
779,958 779,958 000000000000000000044412bc2ff4eb883d5cd4935a17e3e3049498a5e0ce78 1,013 1.00/1.00 vMB 21
779,957 779,957 00000000000000000003cca8e6756cfa64aaead9aba1074b9f1c8cfdc4c4d144 1,756 1.00/1.00 vMB 23
779,956 779,956 000000000000000000030b95e06c17dea42778519cede12bdd54782de6431e94 2,000 1.00/1.00 vMB 39
779,955 779,955 000000000000000000026f5954de2d4b2070335a0eea6dc7b6afdb0ca9506ae3 1,678 1.00/1.00 vMB 30
779,954 779,954 00000000000000000002d618b516c71ef59a5ce4b558e8130b4b7157fb01df1c 699 1.00/1.00 vMB 18
779,953 779,953 00000000000000000000d7fbca3491d41c56688aa1f1c965dfa066f12369bc9a 890 1.00/1.00 vMB 20
779,952 779,952 00000000000000000002d075334e5957e80dc549cd3221cb6ef3685585ed430f 1,426 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.13 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: 652.40 GB
    • Received: 13.76 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.