Memory Pool Memory Pool Refreshing

1,440 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,507 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,437 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,506 (905,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,571 2,571 00000000aad75b2a3c5d572cafc654ba632558e7792bd600617183d170b1a3aa 0.00 MB 1 0
2,570 2,570 00000000f1dd7a2c8dbb326f034b579058f5bea36438c2b06b21eb1facaed7e1 0.00 MB 1 0
2,569 2,569 00000000ffb05d42c619788bb38636c1e59ec056ad854893cb9fcb6ceabe14dd 0.00 MB 1 0
2,568 2,568 00000000c646ac3bad5d736d63a0bb4b7b07323414a0aa2f7ed4da48448c6bc1 0.00 MB 1 0
2,567 2,567 000000007a2d56a9d355b09fa261bfa1d61fda45556cecf0754e524c0eede832 0.00 MB 1 0
2,566 2,566 00000000e0698902e81680ce3a1d4de8c1092c6e270fe78ed182f668ffcb7033 0.00 MB 1 0
2,565 2,565 00000000b82c85cc9b41aa0d565e6379d4e0f4ec660caadacda994da7f72995e 0.00 MB 1 0
2,564 2,564 0000000016dd8dad06f66f1ac4d0af1a1d5e685dfbef53282af34f9b0b714031 0.00 MB 1 0
2,563 2,563 0000000020fbcdfcca26e26a37f65fea339e7c26018671e1d89bc13b66ed292f 0.00 MB 1 0
2,562 2,562 000000007c1726c73e42ddae7f3b5f4058ae1f884f1a6c8d09941f05af116d31 0.00 MB 1 0
2,561 2,561 000000003bf807ef4c12b66a98e9e21f6fceadc950085b35e2c58583d854b3ff 0.00 MB 1 0
2,560 2,560 0000000015192eb76ed385c70f4a81b99016d6118f02ab736c2d75cd1c87b4dd 0.00 MB 1 0
2,559 2,559 0000000037ba3b25d293d04601644c4dc8dc504762a161f3cac43ba7347524dd 0.00 MB 1 0
2,558 2,558 00000000e5c5fc186ddd5283f3de91ec2637a567307faa231e775066fa570959 0.00 MB 1 0
2,557 2,557 000000006981d3d261a7aec707f5c0051ae2a01d8d86f2139771241fc4d39c7c 0.00 MB 1 0
2,556 2,556 00000000e27b162e13a8475282d442ddf3aeb902afe6233fa801f61f8c6a2fa8 0.00 MB 1 0
2,555 2,555 00000000abeee952c5d463802a352e7535d1a322b1b06115181c36fac50b3a8e 0.00 MB 1 0
2,554 2,554 00000000939822ebfdfc460655ac56b1c38cf95a9195d870571436f5c29f3a40 0.00 MB 1 0
2,553 2,553 00000000ecd1c4ba03ded0974b83c6e168479283099bceb68c71b32139be16d2 0.00 MB 1 0
2,552 2,552 000000006cce0482b0fbfbbfe67429287230a2fa8280116374bb34ae1666fc5e 0.00 MB 1 0
2,551 2,551 0000000085b25ed759f375678f80ca0dff8ed09f9f7c962f34d3fa21338e77ae 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.64 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,831.54 GB sent, 100.20 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.