Memory Pool Memory Pool Refreshing

45,437 transactions
28.76 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,588 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,176 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,587 (112,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
752,143 752,143 00000000000000000001455f65cc3dc1d1d95243224a3374ec0e335acd58abc0 0.10 MB 248 11
752,142 752,142 00000000000000000003dd6db7fd78f31a7991f21e7d25f2eb6a0dc86450bfc4 0.33 MB 680 10
752,141 752,141 0000000000000000000108d603c7abbc0e3eb5c633742b694fd2f80530da1f1f 0.17 MB 262 9
752,140 752,140 0000000000000000000893977f5bb1cbd374f81865d2ef72f5207100e54c04c8 0.21 MB 476 10
752,139 752,139 0000000000000000000766cb50da0e5deaa69d07e19df0134a87c1798a90a2e0 0.13 MB 263 21
752,138 752,138 00000000000000000001a82fc787331e4b7ef49f748c983eeadb6fdb351279e4 0.30 MB 563 16
752,137 752,137 000000000000000000073b871677bfc694584b6b9fbca730df7928e7c6ce30f2 1.09 MB 1,388 9
752,136 752,136 000000000000000000009333c0b78d5afac627234052fceffbd094953eddd3b3 1.45 MB 2,393 16
752,135 752,135 00000000000000000008f36d9c801a0359d5abf75b12175ae51000ed4f5861e9 0.92 MB 868 12
752,134 752,134 000000000000000000072d72240d1629751578515bc0573fdf734119ed542260 1.01 MB 1,092 9
752,133 752,133 00000000000000000007acc4bbdf9f25f54529466cbd68d7c4e8ef3bb27ce3e8 1.60 MB 2,071 7
752,132 752,132 0000000000000000000729e26b36ced7e8633b4a94e773ed217307401246f624 1.49 MB 2,694 6
752,131 752,131 000000000000000000017eec1331089db1984bef6b353dc320ee9f61a8dd8781 1.49 MB 2,233 11
752,130 752,130 000000000000000000043d63e13c065d9fefc60a9ef5796b504d4ad5d23d1caf 1.45 MB 2,089 11
752,129 752,129 0000000000000000000722f5c667ff5749b1226252f6645484fe6ca94d3d8983 1.64 MB 2,567 15
752,128 752,128 00000000000000000000c412e898da451d1fcc0f23753432eec3a7ab041b5f06 1.63 MB 2,757 15
752,127 752,127 0000000000000000000307bb7730fbcf0358e4e47a70b294e3213ac2ba348b36 1.05 MB 1,117 7
752,126 752,126 00000000000000000003bf467715a85613f0ec8e296ec918b5229b5825e4b153 1.58 MB 2,610 12
752,125 752,125 0000000000000000000059671d6ca47fa8cab88d51306e631b2a6b31cfb676f3 1.52 MB 1,940 10
752,124 752,124 00000000000000000007b3d23856e9921720a8f6db9faa92d060869938fae131 1.30 MB 1,230 7
752,123 752,123 00000000000000000001e9401aeb0143d6eb4a29d6987537bb0f38d32e05affb 0.96 MB 523 7
Previous 10 blocks ↓
Total Size: 689.14 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,643.50 GB sent, 134.20 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.