Memory Pool Memory Pool Refreshing

102,379 transactions
29.22 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
866,784 000000000000000000030ecd0000000000000000000000000000000000000000 ago 1.00 vMB 5,912 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,783 (681,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
185,466 185,466 00000000000004597666d16067328c615976db7a3f6dfdf4d250c205b594d46c 0.05 MB 148 93
185,465 185,465 000000000000072bb225ede526995dda278e363db18b850fea493a24cff9a26b 0.05 MB 124 65
185,464 185,464 00000000000004a6ebf9f29f2679a004fe227e996739dc19667e3dd799fd1c4f 0.25 MB 741 143
185,463 185,463 0000000000000928ad414de2fc9f1e62e3853dc45a9049fa1a22d42fdba04319 0.25 MB 396 107
185,462 185,462 000000000000072ff19035b9811418ad8ff13602a825e0998ea659c36971650a 0.26 MB 442 112
185,461 185,461 0000000000000800896ef559025ee2f2cfc07ac1d60efb0447e8857c3784aa19 0.07 MB 142 363
185,460 185,460 000000000000005ccf80a9f8922eb0727b86c443a44dbbf1f8cde80c91126036 0.00 MB 11 0
185,459 185,459 00000000000003db3e7886c7c71da8f8580b484ac75d47e1e10f9f71704ccd3f 0.20 MB 247 136
185,458 185,458 000000000000060d118ec39187d2d95fcd77b406a39015a6e6cd0eb4b364d8e2 0.05 MB 111 347
185,457 185,457 0000000000000189e3f03594f26d1f769b718bc61b7d8d4964d075c5a5f48ec5 0.00 MB 8 307
185,456 185,456 0000000000000092f5dc157296c2a05f6ba6c948f4848e25e5906a4f64bdcf9a 0.06 MB 205 130
185,455 185,455 00000000000000260710c75f960af1e25cc185dda7a36b26dd6e8245d747c83b 0.02 MB 19 73
185,454 185,454 000000000000036404c574becf8c5eca23623659e3455684164b4447a655189f 0.03 MB 60 88
185,453 185,453 000000000000008a30f12c9dc0cffa9a58ba548e3c10d80033c66462c8d3895e 0.29 MB 790 138
185,452 185,452 000000000000093058f05b102ae2eb9f21d4c113c799a0f5f55ee3d92a71c47c 0.25 MB 370 82
185,451 185,451 0000000000000905057239c85325f20298fd259c2f583d5352207c8bfeeddaca 0.01 MB 20 263
185,450 185,450 00000000000007692c24d3bf31f9acbec01f65011e39ece95f1ef611f45f2e0c 0.05 MB 146 85
185,449 185,449 000000000000096dea4914805651ff7f69556ae0bdbd30ddf8110db62ba7e2d1 0.21 MB 531 130
185,448 185,448 00000000000004042fa00ca019a6493ae67a8b90c2f17eb166e5f01301494213 0.02 MB 60 74
185,447 185,447 00000000000004ab0e58530c23391ea92dff4c7288f73de90a1b26dd2425b6b3 0.04 MB 103 102
185,446 185,446 0000000000000073868cb1dc148acb7523999c47b7e445c207feff4c88e7c03b 0.25 MB 383 99
Previous 10 blocks ↓
Total Size: 693.20 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,869.69 GB sent, 166.50 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.