Memory Pool Memory Pool Refreshing

29,442 transactions
29.75 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,676 (331,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
530,685 530,685 0000000000000000001f55e57dead710a8f326e37a420e61d8eb320d37652003 0.94 MB 1,423 18
530,684 530,684 0000000000000000000c0b1120ed694904eebffb84b94e70a21141096d0b7bd7 0.29 MB 604 20
530,683 530,683 00000000000000000010d786a91c906da971b0a197950173896d34812a36618f 0.18 MB 393 40
530,682 530,682 00000000000000000014706cddb481cc6a5136db1b699133c68e00283caefdbb 0.05 MB 158 33
530,681 530,681 00000000000000000023e4ca6a07380d0230f8bb65e06c41f869b4001236d8dc 0.19 MB 414 38
530,680 530,680 00000000000000000008443ea16b72289455983151cdcd418f7691d78ea4ed7e 0.53 MB 944 28
530,679 530,679 0000000000000000000711e603d837ca208a0d3edf18ebb649ea1591ce18ea45 0.53 MB 838 23
530,678 530,678 0000000000000000000cc9b614f0dce3659aab591d2c3e747cef296fd794cde8 0.01 MB 33 8
530,677 530,677 000000000000000000337b18a6388e613401d5b3b9540c463031631b8c0fb112 0.82 MB 1,724 33
530,676 530,676 0000000000000000002408bc6d98cd21efdb6af12787cbab3a7c2af34881358c 0.20 MB 327 20
530,675 530,675 0000000000000000001988c6a00c7cb3bed2e2dbec41c5cbe535623355077d67 0.18 MB 368 26
530,674 530,674 00000000000000000017ff3f05cae0c8c590d862f64548971c43c5e49ba6705f 0.01 MB 27 18
530,673 530,673 00000000000000000015cccac53e27d2a9ff2f482ba411b0203123ed17f3af52 0.29 MB 593 30
530,672 530,672 000000000000000000332a27022d925de0a4cc4623f4dd27f13d8372683a5060 0.27 MB 418 29
530,671 530,671 00000000000000000030efadc63fc3a191140caff960d1a061321623c953fa02 0.62 MB 1,272 28
530,670 530,670 00000000000000000026a23738e09a9f0c8f0ff894060e79c7562541b563de21 0.13 MB 318 27
530,669 530,669 00000000000000000012613a4d8e11633dc2036cb6a7620c8673787d8591e771 0.45 MB 964 26
530,668 530,668 0000000000000000000f9784aa6e37092e92b4058497e83e63aa675ece3ac6ce 0.95 MB 1,944 25
530,667 530,667 000000000000000000149218ea63cb3c238a6ca4d4998a3336d290fd262ed4f8 1.00 MB 2,404 26
530,666 530,666 0000000000000000000359cc455e045a380b014db5c7d8d22576f70e2f082a49 0.90 MB 2,063 26
530,665 530,665 00000000000000000018d0b35567cd32392a4a57d6856247cd47acecceb515d3 0.50 MB 836 20
Previous 10 blocks ↓
Total Size: 685.47 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,382.61 GB sent, 108.63 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.