Loading Tool

Explorer IconExplorer

Memory Pool

77,281 transactions
29.05 vMB
0.09974483 BTC
Random Selection Loading Transactions
Max Size: 174.84/200 MB

Candidate Block

Mining Attempt 8b060099cf8d9a1e094f956c6de023e777220f9702d6fd40d695b49112c71ade
Version 20000000
Previous Block 00000000000000000000b421c6d6e79532f5d26e37db181c41924d05cd5471d7
Merkle Root bbb0bad59aecdb85920ffa32f3fd4350f0d23d36069f5bd78a70414dea89e09a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,398
Size: 1.00 vMB
Total Fees: 0.02641952 BTC
Feerates: 453.09 > 2.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,307 (113,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
801,475 801,475 00000000000000000005431202ff15f507efb77fc476be09c8f91a4f098e9f09 4,813 1.00/1.00 vMB 6
801,474 801,474 00000000000000000005607280a1ec929920f8b240720699a5f0c95e50586ed9 5,979 1.00/1.00 vMB 6
801,473 801,473 000000000000000000011778323fe7ccbf189fd55bbee2e60442a0d50ae2e9b0 5,429 1.00/1.00 vMB 7
801,472 801,472 000000000000000000025cb1be2bdd0a43dc25a9a915521722f0458b0d7b3aa8 3,376 1.00/1.00 vMB 9
801,471 801,471 00000000000000000002bfde8e47d600c5948d690060097c388ef678ee830f0b 6,567 1.00/1.00 vMB 6
801,470 801,470 00000000000000000004f308c801ba98643bc92b0a790fa45a266711fca8783c 2,949 1.00/1.00 vMB 9
801,469 801,469 0000000000000000000237400cbc8f04b46dd92d1f01be3fd259fc726b19ac17 2,389 1.00/1.00 vMB 8
801,468 801,468 00000000000000000002523e32c2509c1de4872d90cc314b902381868ec6f74f 4,535 1.00/1.00 vMB 11
801,467 801,467 0000000000000000000379f45986a856553aed4b5605204ad7a2c9ec52b34236 5,120 1.00/1.00 vMB 8
801,466 801,466 000000000000000000035129729efa521ab8d881b43faefe4f27f30aa4744d3f 4,069 1.00/1.00 vMB 10
801,465 801,465 0000000000000000000497b432dbfa9b514762ad2b4f516b17e3c5df6a82120a 3,589 1.00/1.00 vMB 6
801,464 801,464 000000000000000000053d5ca38600f95a6f305faec24c83200a7fe50fc92b81 3,872 1.00/1.00 vMB 11
801,463 801,463 000000000000000000019693eed7cd8ba198170a5f0208de0c276e8a5bfa2eac 6,391 1.00/1.00 vMB 6
801,462 801,462 0000000000000000000308c97245238875e156fcd63b701f4f6f693b0be06dd6 1,649 1.00/1.00 vMB 9
801,461 801,461 00000000000000000003d69e743e04e1bd9dbb7eaa1c9ae21491050a9c5daa54 4,219 1.00/1.00 vMB 10
801,460 801,460 000000000000000000025c9284d819683ef602efe8c12860c8cd881298737d16 2,501 1.00/1.00 vMB 6
801,459 801,459 00000000000000000003fcf587bd55a827f1a978a38b6f0267a1755bc8bbf177 2,607 1.00/1.00 vMB 8
801,458 801,458 000000000000000000043a79a96ee42424a9f6a217df6dc08a83631a4e9386d6 2,321 1.00/1.00 vMB 11
801,457 801,457 00000000000000000001bff2fb82c1c11e4cb68e693a09fbd668ff0109f5b210 528 1.00/1.00 vMB 8
801,456 801,456 00000000000000000001704ccd3c70d3f073c6c2caf61a14fa5ce8be15034c3c 2,849 1.00/1.00 vMB 14
801,455 801,455 000000000000000000044e3d2f105ea41ff2c2e0d5bc73d2bbae67fbf8a65024 3,166 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.92 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: 714.51 GB
    • Received: 17.56 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.