Memory Pool Memory Pool Refreshing

2,535 transactions
0.75 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.74 vMB 2,526 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (158,045 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
749,789 749,789 00000000000000000003d5f57b8a037faec35aa34da79041fc7b6921aab63bbd 1.97 MB 1,013 4
749,788 749,788 000000000000000000074cf39e072bdba177f15d56af1374d45ef6891f574d1c 1.61 MB 753 4
749,787 749,787 000000000000000000009b2a4fe311e5dd83a0786c11afe297913ed3b00eec3c 0.05 MB 51 5
749,786 749,786 00000000000000000002b88dedc2c1319b881823dfe39cbf917cb080769318e3 0.70 MB 983 10
749,785 749,785 0000000000000000000921bc2296b0a39fe9938b36790aafc12a6e5800447754 0.52 MB 345 8
749,784 749,784 00000000000000000007b3de42457c56e88005acf7013195bc786b6be88ba0ac 0.12 MB 53 3
749,783 749,783 000000000000000000059bab24682457dac09cbe5e0a86806ae57d0d9980321f 1.56 MB 1,156 1
749,782 749,782 000000000000000000083c92c2648ce2d48e585783d21c6bfbaeb84140367ac0 1.74 MB 679 7
749,781 749,781 0000000000000000000050c57705e3e67a0f1eee862b1a3bf0969face8feafec 1.59 MB 763 4
749,780 749,780 000000000000000000032ebd123115dd18eed1431c489a7e55c36f644d399356 1.65 MB 1,795 4
749,779 749,779 0000000000000000000476fe6b385e57850039b3645b46cad62c4491707354fb 1.31 MB 1,790 6
749,778 749,778 00000000000000000002940edcbb2e7b320d30e066306801cf5ba97a9473a28f 1.24 MB 627 8
749,777 749,777 00000000000000000004fec9579cf85d415efa6195c0e7761de4f48b78dba727 1.06 MB 306 7
749,776 749,776 0000000000000000000335f9e2a7206f06dcea163a849f74e981384b39ea160a 1.37 MB 2,312 14
749,775 749,775 000000000000000000092a0573ad6ad9486946ab74ec4f6e68bdf3208f9ff8f9 1.22 MB 1,445 11
749,774 749,774 00000000000000000003268532534d30763e39d34ab80f69c1d6b3ed0ad3fe22 1.01 MB 143 7
749,773 749,773 00000000000000000001f5da36a89634cade47d2758ea19c9a846e081a059aa3 1.14 MB 716 10
749,772 749,772 00000000000000000005f28de7037f2d3f80793dbc0e9917b37aeac01ea4cb92 1.41 MB 819 11
749,771 749,771 000000000000000000047be54b2764417c557ebef6853a995294c988f29a408c 1.53 MB 2,881 8
749,770 749,770 00000000000000000007ec1d6611c8bdcb15a051ec2def77725e71cbc26ecb8d 1.67 MB 2,590 12
749,769 749,769 000000000000000000048a861083b3a9b6df1f124da1d09a04703b5bbc387a79 2.17 MB 689 7
Previous 10 blocks ↓
Total Size: 769.23 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,634.76 GB sent, 94.08 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.