Memory Pool Memory Pool Refreshing

40,502 transactions
31.23 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,219 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,511 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,218 (374,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
488,829 488,829 000000000000000000f88f922a224d1db625510c35338000aee37a92cc0003b7 0.84 MB 1,682 75
488,828 488,828 000000000000000000d8ea13b71d34b79933e73885904a0a73a9b93278d53e6b 0.45 MB 1,052 82
488,827 488,827 0000000000000000000acd9f674dde0f69b8c3d87587e07e37aa155d70fe1e31 0.64 MB 1,384 88
488,826 488,826 000000000000000000b5682027b2a36a9053e06f2a34de377b3cd773384e5d33 0.11 MB 207 30
488,825 488,825 00000000000000000077d05c538a233f51e44d01cddde71e7ac0fabb220cc8d2 0.79 MB 1,832 89
488,824 488,824 000000000000000000cf60436050cd7ab1c831557e9162a160792ce276583d69 0.14 MB 340 88
488,823 488,823 000000000000000000f77a5e383bfc2668047c52a2d613d3912a278ae3b3f43c 0.10 MB 232 101
488,822 488,822 0000000000000000000e3c9ba560feb6f3b93a0654d1b835d8451725e759d500 0.40 MB 879 83
488,821 488,821 000000000000000000a7f057def763677cd3b79d5b54dcad67d94962b2e39e70 0.69 MB 1,444 64
488,820 488,820 00000000000000000015c3d9674ee18a41c613282c48c3fc71c9b7095dadeeaf 0.33 MB 653 145
488,819 488,819 000000000000000000c8cd3dbfa73e461ab6e170738b58a69ad45f3bc0deba85 0.52 MB 1,102 77
488,818 488,818 000000000000000000a015fcae6e11be93f80b605c97615beb5c6d4e32df6f21 0.83 MB 1,872 108
488,817 488,817 0000000000000000008ecfa574400ea77887ebfa586b72f5ec57f0959e28da64 0.80 MB 1,913 77
488,816 488,816 0000000000000000000856a431a37d715496995efdffa08e75a3cfe6c0845d87 0.34 MB 867 95
488,815 488,815 00000000000000000041a766f2d2f5f19f8d682ae4043adb5567c1e96ab85c6d 0.65 MB 1,348 102
488,814 488,814 000000000000000000c750a1dae89d8f3f0f6993d81815371fdffdb25e4f9749 0.47 MB 1,046 100
488,813 488,813 0000000000000000008ac1e19f69f3c9d1a81cb79ad6781e8bae326d46e18775 0.67 MB 1,498 98
488,812 488,812 000000000000000000d43584b66680b49aeb3a69ecd8af41c1bc4aa8b1ef504a 0.01 MB 33 1,549
488,811 488,811 0000000000000000001b1edd11529b65cc2014a82ebe9d3d6220509f9bb0c9fd 0.92 MB 2,007 82
488,810 488,810 0000000000000000002645012e5fc9b03d4d49feb75e7c484222aca265f31c5c 0.18 MB 440 97
488,809 488,809 00000000000000000054ceffbdf25bcfa944fae011e6ff08486b6671ca6d1fc6 0.94 MB 1,765 43
Previous 10 blocks ↓
Total Size: 686.54 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,474.26 GB sent, 115.36 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.