Loading Tool

Explorer IconExplorer

Memory Pool

51,892 transactions
29.26 vMB
0.08605402 BTC
Random Selection Loading Transactions
Max Size: 156.77/200 MB

Candidate Block

Mining Attempt 0d239c52855ae41ef3669e96c030e8b1c58ec74044f081b14f7807388c9e3d60
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root d075d71aa9647bf2b5034048c6e1d93a22a958b02d930c2789d7198b1f29df76
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,778
Size: 1.00 vMB
Total Fees: 0.01857357 BTC
Feerates: 70.37 > 1.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (266,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,544 648,544 00000000000000000008fe50f663ecfbb716830fd13bd7c2a9253738e3cad4be 1,976 1.00/1.00 vMB 28
648,543 648,543 00000000000000000004f805a2704d4424d72e174b7bac26022702b0a307e234 2,333 1.00/1.00 vMB 17
648,542 648,542 00000000000000000003f85e6ffa7b0049167ce9b5822cfb5c71df3203ff676f 2,108 1.00/1.00 vMB 40
648,541 648,541 0000000000000000000afd77ee7a451a41076cb64f447f7f052b4791e1beaa9e 2,215 1.00/1.00 vMB 59
648,540 648,540 00000000000000000007e64efc9e7c4dc6c69838e39caa3a62d0f6f7966f4f6d 2,267 1.00/1.00 vMB 27
648,539 648,539 00000000000000000002649e097b5608a880efe435366817b8d1ed599ef9fbdf 2,835 1.00/1.00 vMB 79
648,538 648,538 0000000000000000000f9199a2288130e693d61a92311ac00c742f24b69be599 1,868 1.00/1.00 vMB 7
648,537 648,537 0000000000000000000addb1253b0b5d181b2f5a04329997bf4b0b4911b0e50a 1,659 1.00/1.00 vMB 15
648,536 648,536 000000000000000000020ec022699ed2dfc3baf948b82ef899b055663a61946f 2,459 1.00/1.00 vMB 49
648,535 648,535 0000000000000000000796c3a6f31f5ddb9937479cfc25013df104b072a263cf 2,110 1.00/1.00 vMB 53
648,534 648,534 0000000000000000000c7b3033ff59934691a9de7a0813391bbb0aea094d2697 1,707 1.00/1.00 vMB 44
648,533 648,533 0000000000000000000863c317ca8b3821bf744370d429285829c0c756eef6c4 1,288 1.00/1.00 vMB 17
648,532 648,532 000000000000000000002a90c85b7cbcb6e777c2d401c433e52396cfb9622167 1,376 1.00/1.00 vMB 50
648,531 648,531 0000000000000000000559b3a00b631b3afd8dc6565bada0884a9c11acc27953 1,060 1.00/1.00 vMB 17
648,530 648,530 0000000000000000000d9c4a88bf4794231350134107ec72886bd89b92a2ac42 2,015 1.00/1.00 vMB 35
648,529 648,529 0000000000000000000f2dddfa842b2f93ed46537baa0b105e97b6e797708b8d 2,051 1.00/1.00 vMB 43
648,528 648,528 0000000000000000000c9248419ed2670e791663e91b5ff97f41687cb551231f 667 1.00/1.00 vMB 8
648,527 648,527 0000000000000000000c524e44151c3e268f37005639f1f3e0f976fd1bcb79ff 1,580 1.00/1.00 vMB 23
648,526 648,526 0000000000000000000ed55d383e349d71eba37ad2e556c4064c31ed4c01d269 704 1.00/1.00 vMB 11
648,525 648,525 0000000000000000000c194c6e81f98a820807a67da41ab069103efbb616932f 2,284 1.00/1.00 vMB 13
648,524 648,524 00000000000000000009c7d66100c8441ef6872e2c5ca0afb1af010dc481aba8 2,098 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.89 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: 645.13 GB
    • Received: 12.68 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.