Memory Pool Memory Pool Refreshing

3,694 transactions
24.31 vMB
Show Random Selection Loading Transactions
Max Size: 100/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,315 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,365 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (859,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,794 48,794 0000000007d0dbf1adc304f8134b4ca89a854df8341defcd0f65e865eb20c70c 0.00 MB 1 0
48,793 48,793 000000001f892d53141c3e4a423664af317aa58e9351d4a7227180ad99f7d77a 0.00 MB 1 0
48,792 48,792 000000000211a4888b3d780124553cca34aa2662198a58e47ac556b7490ca8b8 0.00 MB 2 0
48,791 48,791 000000001b8094354f4bbd43f647cf4c69e5d3bdbc3d80ff74e4304526fe0e08 0.00 MB 1 0
48,790 48,790 0000000006164cd0c7f7f306ea831208d8936d41903e667d51bca67eb349cb6a 0.00 MB 1 0
48,789 48,789 000000000d94744d2086bea50f20dda354f2eaa001100f83c7abb253333fa94d 0.00 MB 1 0
48,788 48,788 00000000256a394721e436aae04f72a438e4f8eafa868f8ba9ef5747cd8a8186 0.00 MB 1 0
48,787 48,787 000000001f63b8adbfbea9d5b8ae13b75b07ad2461afc21a755947e28b06b7f3 0.00 MB 1 0
48,786 48,786 00000000001f4d67118bcd0e4e845df97056ebe0f22daa2bcf35249e55b00dc1 0.00 MB 1 0
48,785 48,785 000000001486566ecf88b865e3f642a1d1597e26290204b0573f6c8a0f55d91f 0.00 MB 1 0
48,784 48,784 000000001d29730e70512e5903a75424f7859a15db964f64f60cb9456e7e07af 0.00 MB 1 0
48,783 48,783 0000000026c93147da1ad8e9cee21dac9d3ef37875e859fc40f25b7815a2c433 0.00 MB 1 0
48,782 48,782 000000001a9974871b4dcf70cf8432bb66cc9cb995956f7d7a97ba698d015e69 0.00 MB 1 0
48,781 48,781 00000000211d561ab723690f9518c26fce207ad98e2f816944e3886c5506fefd 0.00 MB 1 0
48,780 48,780 000000001f26958460d0c95366d68cce54913ed1fdfd31c982180ce8a3207f59 0.00 MB 1 0
48,779 48,779 00000000139cbe7d07903e1713ae9bdebc628247debab3d9726d08f8491e816b 0.00 MB 1 0
48,778 48,778 000000002453af979b10582066c2cb6af2d8f8f2dad2ab6141a84d75de3b6a47 0.00 MB 1 0
48,777 48,777 000000000870dd29a96aa91aed37b93e5ba57869cea471196a9317d90e085d7f 0.00 MB 1 0
48,776 48,776 0000000015e2fc92e43f17c4c415f8a59cf5c219d5fa1116d4dd4678a5322e51 0.00 MB 1 0
48,775 48,775 000000001fb47bbfd62af97c9ff2a8b77e69e1cc42c57b5b424a367a42736b99 0.00 MB 1 0
48,774 48,774 00000000267c4ce86309bc40bfda30336fc78b2e27cf8e925043165f4e3a03b5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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,700.23 GB sent, 98.61 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.