Memory Pool Memory Pool Refreshing

5,630 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,733 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (779,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
128,475 128,475 00000000000019a4312c9a44bdcd597dbc083df213c2ca6c3556676cc01aa0d8 0.01 MB 33 1,343
128,474 128,474 0000000000000515220f25c379ff84d79ce0a54f0e576e548b675317d5e26b4d 0.01 MB 18 759
128,473 128,473 0000000000000cb9a26d339c791745a54e24074df070dbc619a3b05a78e96f2d 0.03 MB 55 563
128,472 128,472 0000000000000af5811da03d18e81ff329070cebd5bf36d758acd2da477698cc 0.01 MB 23 944
128,471 128,471 0000000000000406d943244fc65df5a1f274e025570bc6af9729bbcf6409c1be 0.01 MB 16 0
128,470 128,470 00000000000021219e8a892cc0dfc9e27d40d5bac962abfd76196bc559838b6b 0.00 MB 9 1,608
128,469 128,469 0000000000001dc90173128cca9da4ca2f1032972b1facf93f3f05fff99657a2 0.01 MB 24 28
128,468 128,468 0000000000001fcf46322ebcd77a4dc23f0b1d6b095cd2f16cb65ae71935ba98 0.00 MB 12 0
128,467 128,467 00000000000013525691612d003f8ceb24b02c4c42f21d532f6d6cf65cdaf557 0.01 MB 34 1,210
128,466 128,466 000000000000268242e8e296d48159c13f2adc4c5f46f82878c39a95d3f92d3e 0.00 MB 2 4,484
128,465 128,465 0000000000000921757b48c5153aafa184811c3b33849439ea9151960cd1a84f 0.06 MB 150 444
128,464 128,464 000000000000217cd95eb9dcbff0cf3651acb832ad4eae1528dd6ec04a10e94d 0.01 MB 41 1,148
128,463 128,463 00000000000006edd21a438768dbe2024aeda191c55caff6405a93395e7d965c 0.03 MB 25 875
128,462 128,462 00000000000002574c3fd2d3d57a5f1f07a2134e9c5d96ccdb09e108cbf888ff 0.01 MB 16 1,218
128,461 128,461 00000000000008a662b4a95a46e4c54cb04852525ac0ef67d1bcac85238416d4 0.00 MB 7 1,154
128,460 128,460 0000000000001e832afe3c8a7eb78fbf7a72531b0a1304a3f205e36dc9086216 0.02 MB 54 707
128,459 128,459 0000000000000c3975dd334185d299ab742d6ad7a45186b53ca29c013f3d8f5d 0.04 MB 95 351
128,458 128,458 000000000000123b8ddd8b78d02ad726991392b0f43e3d04628a3851851b2e3c 0.02 MB 33 601
128,457 128,457 0000000000002554edb109a41a85d0292ba85ad6f4796e919914094ac88bb087 0.02 MB 44 268
128,456 128,456 00000000000000011ac23090a91a9297e8cb27c6d81cea9fc429fd37468d509e 0.03 MB 75 1,559
128,455 128,455 0000000000001e2818206415c9c884117f0c8b0c9b17a5fcea816502fa06903d 0.00 MB 18 712
Previous 10 blocks ↓
Total Size: 769.08 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,628.27 GB sent, 93.32 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.