Memory Pool Memory Pool Refreshing

5,616 transactions
26.31 vMB
Show Random Selection Loading Transactions
Max Size: 143/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,764 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,529 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,763 (721,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
141,526 141,526 00000000000008f5da24c51f81effb00e948e17fbddc27e85b52de57e30d21b6 0.04 MB 82 245
141,525 141,525 000000000000044ef10872100bce9299e558d20087a111f02fd08ea6c6fe6e34 0.01 MB 27 230
141,524 141,524 00000000000002b65e63ec062c0f7649978cabe4b83910569c379a97acac23ad 0.04 MB 90 117
141,523 141,523 000000000000022f51995348054cd0857f777a18cb7942ef3c6f41cadefe2b31 0.03 MB 49 140
141,522 141,522 00000000000007fa0c71cb9b314ee1bf02388c0f4a8bffe225e817be0788bb6f 0.00 MB 1 0
141,521 141,521 00000000000001159605c06d5bbebd096165731da22dac007e864ef7643c28b7 0.00 MB 7 1,099
141,520 141,520 00000000000002dca91f9adb51644c8e36d24f94454b098e68f465f5ecafa896 0.05 MB 149 212
141,519 141,519 0000000000000804f145aa0e16e22d3cd94a9cef15fcfeb25da0609aaaab82c5 0.00 MB 10 178
141,518 141,518 00000000000003790d388f861e6b2c6667f5f9ceccbe58f9ea8c6903fe079a54 0.05 MB 89 119
141,517 141,517 00000000000003f68bce4d885e2cc81742508ce630834fc63e1ee2b6e8f6d4f6 0.00 MB 9 506
141,516 141,516 000000000000017ecf3fbe606d3567d8e78060b232c2ae008e0beab788e6cf12 0.00 MB 14 470
141,515 141,515 00000000000005a87cf730858570013a7e47100f573bb074e7a527f70a6758f0 0.00 MB 7 52
141,514 141,514 0000000000000484577d5160416d1170a22b03e04109a1ccf692c9a74cfc5a5d 0.01 MB 16 222
141,513 141,513 00000000000002f28cf345caa2504c1e8f7cf16c36cbeefdc77cd214ea8a01b1 0.01 MB 19 104
141,512 141,512 000000000000085836a75f4fe5fc2639e12349ec134fcb66c888bced3a8e34d8 0.01 MB 31 352
141,511 141,511 000000000000088f70c1a96f42eba1f1991f66d8ffea3dce0d63d937c36361ed 0.00 MB 11 276
141,510 141,510 000000000000042b5fbf20ac3ade4c189ac633ad0a92d7a062a9cfc1568b3ea5 0.03 MB 84 148
141,509 141,509 000000000000082452b115912ecf05edb9f1ca8033e2d0cb19737939f2565e8e 0.01 MB 14 722
141,508 141,508 000000000000032bebc8946771ecce73d307bc1f992e4a85b68d3e8299ba33ee 0.00 MB 11 168
141,507 141,507 000000000000008ce5c559d7254338573b8943cc969716f76db0f56a60134e4e 0.01 MB 13 52
141,506 141,506 0000000000000201382fbb1446f2e5d9ac5ea726c5570fcaa81305dc9343ce21 0.02 MB 24 208
Previous 10 blocks ↓
Total Size: 685.64 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,394.98 GB sent, 109.66 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.