Memory Pool Memory Pool Refreshing

12,697 transactions
3.90 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,674 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,821 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,673 (49,020 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
858,653 858,653 0000000000000000000072c4fd8fefcbf10f5bf09c2e6840872c92eeb31849f3 1.64 MB 6,318 2
858,652 858,652 00000000000000000002fc291621af67dcc4eb386dbdc8a0aa4c6cea2468dbe6 1.63 MB 4,262 4
858,651 858,651 000000000000000000033475b97a0fd6350dfa02e5dccd26746fb50d442f3563 1.63 MB 2,784 8
858,650 858,650 00000000000000000002a6c5d97d3c3d23ad2c58ea0bf4688a5e1c27937022c5 1.67 MB 3,078 7
858,649 858,649 000000000000000000006b22e6351ec2422c447a853ef2959f62cab7379c56f0 1.72 MB 3,371 8
858,648 858,648 0000000000000000000261120db0616a33592cd87eb45378f394794a7a95f4db 1.57 MB 6,889 3
858,647 858,647 00000000000000000001611e114f9e7c59bd8375d6b32d64d72d5b10421ee055 1.62 MB 7,373 3
858,646 858,646 0000000000000000000013c87605407c1b476bb0ddb2d5f966c92fa2d2636fcd 1.67 MB 4,702 5
858,645 858,645 000000000000000000017bcf55651f8114f8701522b44bd8947775906e122f24 1.65 MB 5,513 5
858,644 858,644 0000000000000000000332e7fe7843f0e4ac28e0f06095bb54be45d8b2da403f 1.66 MB 4,765 5
858,643 858,643 0000000000000000000108c17bad285588870c702fcdf590c0be6faff5b1aa53 1.75 MB 7,026 3
858,642 858,642 00000000000000000002099f4b648c510a0a292e572d376b294f0777ca36fd87 1.53 MB 3,677 7
858,641 858,641 00000000000000000002ce55062ac2933425cf3c5a678cd5c86f701d20d2c789 1.64 MB 6,332 4
858,640 858,640 000000000000000000031521191444febaec504e7d65372ef912e79d0abdb22d 1.58 MB 4,786 6
858,639 858,639 000000000000000000026a3da2a8aeb88352d0ee8bfd8fa1e415719b0ccd8e2d 1.45 MB 4,834 4
858,638 858,638 00000000000000000001f98de5e4a5053ff820e2b33113d705225e30e9911d70 1.41 MB 2,253 5
858,637 858,637 000000000000000000021b5f5d234c55a1b3a7fff7f910d09a841b3fb32c1bed 1.64 MB 6,778 3
858,636 858,636 00000000000000000001c5d9ef058c4c6932d83b379b53740ccc034f96dad47f 1.60 MB 5,559 4
858,635 858,635 0000000000000000000140f9c772a1542e3319a8685bc769b8dc341dc0b4c4e8 1.55 MB 6,701 4
858,634 858,634 00000000000000000003353ef04956c5d738ee6566d5ca2181c2818e41abf836 1.58 MB 5,787 4
858,633 858,633 00000000000000000002d37db909c55c623d347d712e94d9a7241f0cf6563a92 1.61 MB 5,579 5
Previous 10 blocks ↓
Total Size: 768.93 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,612.76 GB sent, 92.49 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.