Memory Pool Memory Pool Refreshing

21,900 transactions
34.07 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,117 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,363 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,116 (593,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
268,794 268,794 0000000000000005272618c7b0fc6eb8689138ccaaded1611de7aabe6d09b0d2 0.15 MB 379 61
268,793 268,793 000000000000000415cbb75becc75b81f1f37dac0e0abc726497227bfae53e9a 0.06 MB 141 28
268,792 268,792 00000000000000022e628f4e0ce1182bc3e277829cae3a6192cb68bc06550d50 0.22 MB 419 71
268,791 268,791 0000000000000000b40f047c4cc73a52ffde60d0aa448a28bbf05014ebe07c35 0.06 MB 100 30
268,790 268,790 00000000000000081633f927ca9781dacf2f9c8d3bbe7d8a9936f9cf7943ebb6 0.13 MB 150 24
268,789 268,789 0000000000000000ab176226e832194563e4a9bd852f25d8313c7c6a6c4fd21e 0.02 MB 47 58
268,788 268,788 0000000000000006413605992b06f0403ee0609711e59de4ed29537ff2d9897b 0.15 MB 68 7
268,787 268,787 0000000000000000ceda3288ccfe3b18902a9798d6a99461a8a7de70aace8f5f 0.25 MB 577 89
268,786 268,786 00000000000000045fb0e9782056f72f6c5dec079c119cfab697c79e82e49feb 0.09 MB 159 27
268,785 268,785 0000000000000005cfb4db8cdd6ac6acc54428939ecde8653506ef059aa221b3 0.15 MB 100 12
268,784 268,784 00000000000000075bef0c9363f0938fff13c9928dd7cf0ddf3dc765a727d6e5 0.15 MB 257 51
268,783 268,783 0000000000000000f0af06233fc5d9e11ec771b1d7ad63be53e13a80c0da67c6 0.10 MB 171 52
268,782 268,782 000000000000000865610b6921f9a642a1296f42356532eba1dab7a74f51a86e 0.17 MB 273 59
268,781 268,781 00000000000000032b979609f13e749dd82aeeb6ae4387b3379092ee3f27c73e 0.10 MB 292 218
268,780 268,780 0000000000000003ab245597bd38a4760996f9edf26af9313ed1a3dd8700f8e8 0.30 MB 861 209
268,779 268,779 0000000000000004e76931f8ecea186645c1b5db044e49c3542031c930ce59f3 0.13 MB 244 67
268,778 268,778 0000000000000004bc10001a8efc34d87b1b92676ea314a2e011d1705e7d0402 0.08 MB 167 32
268,777 268,777 00000000000000067d52e7c81f563c83ac46d5e95397aebbd7f4ebb038023258 0.41 MB 847 612
268,776 268,776 0000000000000003f671c3f599ad84e0c86a48f3840403a396090851c4412aac 0.32 MB 694 71
268,775 268,775 0000000000000006de597040c0c9e612046c649014ce197c257ec6833361fee5 0.25 MB 652 142
268,774 268,774 0000000000000001f42e83eaf4f7d2a1ad66c1fc12cc0fb7f7b44f452f285189 0.40 MB 632 60
Previous 10 blocks ↓
Total Size: 684.39 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,338.57 GB sent, 100.86 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.