Memory Pool Memory Pool Refreshing

550 transactions
9.06 vMB
Show Random Selection Loading Transactions
Max Size: 34/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
908,348 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 232 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,347 (865,556 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,791 42,791 0000000022a47ace41fa7370acd9d73d187c213f619a9c9769cac3bdf8cb3f5e 0.00 MB 1 0
42,790 42,790 00000000289fc4349865b105743086d55859fe76db932aeb6a41a99efb9b16af 0.00 MB 1 0
42,789 42,789 000000003344636833fa9eebf770d20d5ac1ca0a9270901af4b0f446fef143be 0.00 MB 1 0
42,788 42,788 000000003f461a5d9ddcf5b4d05de9d80573394a0b46dcf0307caf85bbf45ab9 0.00 MB 1 0
42,787 42,787 00000000133f175245ca04627a2550d84a8d07305097a69aaff8058daa4337ee 0.00 MB 1 0
42,786 42,786 0000000036e0b3fa473117b8cf8dc844edeebf9b8daa732e1726e3fcd014060a 0.00 MB 1 0
42,785 42,785 000000002670612e9b03dff4e29684919481a99176a5d09e6b6f4d7c9567d9c2 0.00 MB 1 0
42,784 42,784 000000001b2b7276767b0f399ebf6ae28031bb26cad5865c9739be229bd37e45 0.00 MB 1 0
42,783 42,783 000000002791fbf882ec36f7f11afef0fae21c78bc14852cd263aaae73397e3e 0.00 MB 1 0
42,782 42,782 000000002e900c0acd101634868aaf5a7030220276dcf4b1b20b83845cf593ea 0.00 MB 1 0
42,781 42,781 000000000f21ff62186760dedb594e3e4244f9c71a9dbbca8b7c806959d6fae0 0.00 MB 1 0
42,780 42,780 00000000000e1fb1b927d905151748b80854389fba0a8950496e3d65cff48d05 0.00 MB 1 0
42,779 42,779 000000003f146473d14c02e469f209eeadd7099511fbea9f51091d8898a14997 0.00 MB 1 0
42,778 42,778 000000003c06112aebace9750c494eb4c38b7e71e07638d9adef6ed681b7705d 0.00 MB 1 0
42,777 42,777 000000003684cc8ad451a426c24275b12c657cc125fb94e123a6c77e40b3ed77 0.00 MB 1 0
42,776 42,776 000000003085602d7c42a238413c6beca4fc9ffeaa5839a3f7491bafe7cef7e5 0.00 MB 1 0
42,775 42,775 0000000029775de37398f9e34e2d228cf02a02ea78b57aa5e6c7614700f20605 0.00 MB 1 0
42,774 42,774 0000000000eb1998065345968ed7d40a3224871228571caa538b40f7f8f2aba6 0.00 MB 1 0
42,773 42,773 000000002916a94d866fc03d6f70eff75fe244b069630218df874b5d9daad1d9 0.00 MB 1 0
42,772 42,772 00000000252641ea2b592aab0f32057448136ef438f0cd162d07a9858d97e72f 0.00 MB 1 0
42,771 42,771 0000000032a9039994d7365513bac2b51d007ace8d8dc3db104679c53ffbbdef 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.32 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,701.92 GB sent, 98.83 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.