Memory Pool Memory Pool Refreshing

8,701 transactions
2.94 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,946 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (78,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
829,193 829,193 0000000000000000000391c107b00130a55d52b4872c5b1942869a395b53cf88 1.37 MB 1,747 30
829,192 829,192 00000000000000000001b45103fcaf9a2dea467d7239c7943c08c99d6230b762 1.36 MB 1,810 31
829,191 829,191 000000000000000000021893ae1617e72810ae8bd6e1067233b560957e679582 1.31 MB 1,733 30
829,190 829,190 00000000000000000000867f9c27b38748fc89b98d740770b1475988d9cf9baf 1.36 MB 1,828 34
829,189 829,189 00000000000000000000b27e598e3de5f4a9161a602184292afb2f0386b1c27b 1.07 MB 586 24
829,188 829,188 000000000000000000006ea259cca24739d5fd52b209be72822c47d9123c0c88 1.51 MB 1,694 30
829,187 829,187 00000000000000000000d5165a24e2ef24d626cfded3822c43d6a650179f72a9 1.64 MB 3,564 41
829,186 829,186 0000000000000000000100fe9d77053e393d7c29992274feb6bbca17b655ee42 1.67 MB 2,344 31
829,185 829,185 0000000000000000000029c30fa2bbf9796f3c2bf7c61c207b0f388c5cb80eb3 1.15 MB 550 25
829,184 829,184 000000000000000000015261a246534789ab04686bfa79b1302220ed562ce0fb 1.05 MB 327 23
829,183 829,183 0000000000000000000309a73942bd91dca3be3f90be3fc4514bfff61a83549e 1.42 MB 2,012 32
829,182 829,182 000000000000000000018ba9e88ce9452665e3d75cdf59b8741e96f06ebb02e5 1.49 MB 2,086 31
829,181 829,181 00000000000000000002df13ccb60921cd9455b3582fe86439fea9805bbe7d97 1.54 MB 2,064 30
829,180 829,180 000000000000000000027010160401daa6deb990e193e6607518b36beed75302 1.21 MB 1,164 25
829,179 829,179 000000000000000000029b5d7150ea4419b77bdd8443d9d11ed754eed2872de1 1.54 MB 2,327 34
829,178 829,178 000000000000000000017f5e63b74daf78c595fc2352ebb86620bc2adaaaadab 1.23 MB 1,184 27
829,177 829,177 00000000000000000003ab5ab2297412dfbcf605a7f1a0e04989dc8a31b05885 1.31 MB 1,730 30
829,176 829,176 00000000000000000000a76ee65834d59e93b5c251742e5e1a32cb09cfd28499 1.68 MB 2,676 34
829,175 829,175 00000000000000000000a6516be1106e28384c98ec9a3fa95dfd5e025deccab0 1.60 MB 3,626 41
829,174 829,174 00000000000000000000593a6a3bc10dbbf041e12143ec2325bfae6445cfb3ba 1.06 MB 419 25
829,173 829,173 000000000000000000035f70d98e02fe18d241c53689381aff3a707bef358ed7 1.64 MB 1,934 31
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,626.69 GB sent, 93.07 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.