Memory Pool Memory Pool Refreshing

13,965 transactions
4.44 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,386 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (614,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
292,794 292,794 000000000000000081be2b9fbcfda66731ca90bbf9e1a50c727387af9d345359 0.08 MB 148 37
292,793 292,793 0000000000000000c622f842955ba8ef8fa9564e8e0b239fbd6c6e91bcb8c199 0.03 MB 59 34
292,792 292,792 0000000000000000455e678fb8bc4f01faa7492d6bdf82b2a893617ad40b7b27 0.03 MB 51 36
292,791 292,791 0000000000000000a4849beeaa2269d7eadab57425ab0d015ae1e78bbe5bbcb9 0.21 MB 321 28
292,790 292,790 00000000000000008f2f19a60bbbd1ec117f72c4624a193ec922ecef5c8ac45d 0.08 MB 175 37
292,789 292,789 000000000000000047f0cc07454e5f46d68b107f3b955388d09e72e080afacbe 0.24 MB 313 22
292,788 292,788 0000000000000000427451d5a75eb5b70ad0b5d2d6ae8880feae088975e40101 0.35 MB 383 16
292,787 292,787 000000000000000079e8322920dcdec34731a4edc684e2cf73fd6d4e9016619a 0.35 MB 650 30
292,786 292,786 0000000000000000199b7213b8f9fc1c368c4fc778f02d6712d7abc788096cf9 0.25 MB 647 41
292,785 292,785 0000000000000000468378004e8039c78e363c1a3db22dd7dbf07a23ccfa5777 0.35 MB 1,168 71
292,784 292,784 0000000000000000d2141cd8e6d94b88e76d85fd24a7c3e241afc8aea76a7b43 0.28 MB 428 29
292,783 292,783 000000000000000040fcc0d0f20f2d8a2ac543c5f6f0317cfa814f9e98cc3dbc 0.35 MB 748 36
292,782 292,782 0000000000000000d0f673f0241c7aca3f2453b165a2f70014362733e0daad81 0.21 MB 438 33
292,781 292,781 00000000000000000c3b985a8ca2fef29cc97eaafcd401b49aaef3f065b2b6ad 0.17 MB 297 38
292,780 292,780 00000000000000001f7d1f945cc93ff785b537715ae05203f39ed8a415168aca 0.53 MB 962 33
292,779 292,779 000000000000000080dcab90439b9cdfaacc5b76c5cfdbcad4357590a552c6ef 0.01 MB 31 20
292,778 292,778 0000000000000000a1009bfdc448f7c3827fe6834addac085d50bd043dc4af9f 0.21 MB 266 25
292,777 292,777 0000000000000000c777405da13f8cd213fc619c4c60df6c08489b577001b728 0.19 MB 292 29
292,776 292,776 0000000000000000bd9a8e2958df12a7f1c572414052da76890a695cd9ce0356 0.28 MB 506 32
292,775 292,775 0000000000000000cd1beac79d4994e6247ea5d11dba9f0c6fe9d88a51a5f9ee 0.25 MB 469 27
292,774 292,774 00000000000000004ca9a9555c0a9e13dd7db64a27e67254b7dcf10bef94103d 0.10 MB 256 48
Previous 10 blocks ↓
Total Size: 769.02 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,622.94 GB sent, 92.96 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.