Memory Pool Memory Pool Refreshing

115 transactions
0.66 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,299 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 74 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,298 (895,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,625 12,625 000000001662d26c55e810f4fadff2fa97d1f79554b7cf27cebf121c12a5bd5a 0.00 MB 1 0
12,624 12,624 00000000fdd4e014af2a4bace6b689f32a66ba0e23d897705ccdc3746d2f9f9b 0.00 MB 1 0
12,623 12,623 00000000a0d65a10f57e24bd94c5adc3c2a09514bb140b8d020ab96654c335a6 0.00 MB 1 0
12,622 12,622 0000000023936128d816d12bd0770fdf89d65b8ccd6260fa365876a33a10437e 0.00 MB 1 0
12,621 12,621 000000000c55e0cf49c5f1f4af2dc54578c316a1985241fc4fe58411fef5c9f1 0.00 MB 1 0
12,620 12,620 000000008c8e42c4d5c5d2d968d725ff30ca5735f10df668fafd67f2495f1ec7 0.00 MB 1 0
12,619 12,619 0000000036bac47f02210a5fdf5bffb9c336a92059ad92fc8a5e25a65ac6298f 0.00 MB 1 0
12,618 12,618 000000006ce252c723cae68bab9d3ec7d0df637fb60641f7f6ceeae19a89c317 0.00 MB 1 0
12,617 12,617 00000000818cbbd0a8e155a7541c7fb5b078754f1df7cfddec9e6b3316842e43 0.00 MB 1 0
12,616 12,616 00000000198c015566c20f71d4f47c73a17746d771c90963f4939136264c4ad8 0.00 MB 1 0
12,615 12,615 000000001c84e18c75aaed82add03c9abab428ea3796233a191d4d7f08495689 0.00 MB 1 0
12,614 12,614 00000000fa61be694ca7329c42ae19ebf0469ab0434f185e5bf9f030bb8a31ca 0.00 MB 1 0
12,613 12,613 00000000b7ce90575046939a8ee3688e3c6cec18bf4424b7fff3ac6621021715 0.00 MB 1 0
12,612 12,612 000000001596598b6f0b3be0edfb94a07a80b205e639e0b62da94672a7675f30 0.00 MB 1 0
12,611 12,611 000000003c95689e42cceccc97a01403d3c06e1e61c80e3f8faeb5dc0f4e920d 0.00 MB 1 0
12,610 12,610 000000009ed1a9a08bd300d359c6b64af6a2c4a1a2228a670f9e4d64f697f94f 0.00 MB 1 0
12,609 12,609 00000000939863cde5c357f6cbde1212fc57d9b1a446271a77e1ffab316d73fd 0.00 MB 1 0
12,608 12,608 0000000070cf7cc65382317265d6e44534d3c84f5e5c0e119d2f354c53738180 0.00 MB 1 0
12,607 12,607 00000000838c6027bca2df6c8efe764ba6822e6ffb0c1721db8ac0cdd7d46f87 0.00 MB 1 0
12,606 12,606 00000000b196e20f5b88da5f678f2680a1349f8c18c15a7adef83c43b041a108 0.00 MB 1 0
12,605 12,605 00000000ffb145ba5f8a00e205c1a25998c6e02e4bd3f84a8c152e74d0fff9a7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,692.60 GB sent, 98.38 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.