Memory Pool Memory Pool Refreshing

5,577 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 12/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 1.00 vMB 3,059 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (596,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
310,843 310,843 0000000000000000227b2d362460b597b13197de90b962e3a86ce24185e26ee0 0.39 MB 675 28
310,842 310,842 000000000000000038f08da8d22371d594caee343bad4909ee3110194dff50e6 0.24 MB 338 21
310,841 310,841 00000000000000000706dbb62255e4e4c17789659156fed28b7b716eac53b6bf 0.59 MB 1,247 34
310,840 310,840 0000000000000000103e6a1c14b6337d8ef5b65cdd2049a4823a9d3791a18fb1 0.24 MB 393 25
310,839 310,839 000000000000000028cc6613ecdfe46d8ffc81b22e7bd7db9aa56f55e0e58a5a 0.35 MB 539 24
310,838 310,838 000000000000000020b0710e64d52e6d25eeea7949f92e725a9d510465889714 0.09 MB 256 49
310,837 310,837 000000000000000038613a4d441d4633262c854624ba6bbd29800bcbb751f033 0.02 MB 64 29
310,836 310,836 000000000000000039628b5bf18098055bf2f6de70e1a93462acccfa1eda0dc0 0.62 MB 1,226 36
310,835 310,835 000000000000000007a021bfcf4bee5e4fc98f0e9b3e8da85601d4075b8334cf 0.08 MB 107 23
310,834 310,834 000000000000000038dd1f0a5421c5ceb215d2e36e144c638a6f42df397b163b 0.29 MB 573 31
310,833 310,833 000000000000000001cd6563f8a788fca1ac246a9c6e671f6b8157fbfddbf9e0 0.43 MB 840 29
310,832 310,832 000000000000000018d7e9a213fea9888225858943f3859ed4b1c660c611fffe 0.06 MB 78 7
310,831 310,831 00000000000000001358eba402a42267609f0b173829ceb45b45b28a3820204f 0.40 MB 778 29
310,830 310,830 000000000000000011e4bcb7a30e7f589c458e8aae0b1e9001a210fe83dfebb6 0.48 MB 858 39
310,829 310,829 0000000000000000013283331b909533b00fa8624b4437c0eefe28111e2bcb40 0.19 MB 424 31
310,828 310,828 00000000000000002e68201571869f3baf867aa1adc0247969c7c17c4360ffc2 0.11 MB 181 34
310,827 310,827 00000000000000000dd8a0007f319c1b2656b36f9413dc513e59de4f8a80b75d 0.31 MB 566 29
310,826 310,826 000000000000000008ce2875cfd3af50b3138f154fe23b4eed3ce47725bd7ab0 0.18 MB 305 27
310,825 310,825 000000000000000005fdbee28deeea13c733a940df5d09bc615c8f75d4efbc6f 0.02 MB 64 27
310,824 310,824 00000000000000001df09509b97cd5725fa1f931fd6dadcda8d4841448048a5f 0.24 MB 394 28
310,823 310,823 000000000000000012e5607091bc8dfb53cf76e539b94d254d7ff2bd096bb94d 0.35 MB 646 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.28 GB sent, 93.06 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.