Memory Pool Memory Pool Refreshing

3,682 transactions
1.07 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,516 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (631,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
276,735 276,735 0000000000000000ab68ee78123f459ebbe70bcc1aec0e4ce6ff6ee01f9c2e4b 0.27 MB 313 33
276,734 276,734 0000000000000001bec5a75130409032cf413c656acdafbe7ea1386f523d793d 0.09 MB 211 35
276,733 276,733 0000000000000002937c08f1022378246b08a4f61139bdddeb545ccdc519bbde 0.25 MB 455 51
276,732 276,732 0000000000000000fa1c2574fb14a53b57391f66f815f6164e7b7122285f0e15 0.25 MB 684 54
276,731 276,731 000000000000000332e9d5ce2b101f910ba72d268a65e493c1d542b6772cecc5 0.11 MB 222 43
276,730 276,730 0000000000000001d58c177ed5eef1889617656f50eb79c9f988c4096454fd39 0.02 MB 23 18
276,729 276,729 000000000000000016a5f3591b924405c5c7110d101314f4a920e6d40431d378 0.12 MB 245 48
276,728 276,728 0000000000000003361da58cb5cf46082e84072689d94361d5c3746a0ef433c0 0.20 MB 467 49
276,727 276,727 000000000000000175fd42a806cda20eb981f5b80ea76de3c27af1137b307395 0.36 MB 478 26
276,726 276,726 00000000000000014a21ca5e52a92efa3de74b209c185cf3e3bd31a60392aa02 0.25 MB 743 80
276,725 276,725 00000000000000028a0f48e8b18fc5037a6a4cea0a2097e6a3351b6dc2d219d6 0.15 MB 145 23
276,724 276,724 0000000000000000ba676edf65dcbefc8d155d05973f1b0a9fdc908108579edf 0.22 MB 500 49
276,723 276,723 000000000000000092a315c01cfc115d7f1b40dc44edbafd504b0d7498b0704a 0.06 MB 156 40
276,722 276,722 0000000000000000f1ef3d8cd17e318d327a6c00c758985a6718cd5e25a28cd2 0.04 MB 87 17
276,721 276,721 0000000000000001b535a03691e7e106521b48f7ed7967bc4bdd74c8b997d496 0.02 MB 68 43
276,720 276,720 000000000000000312710b36386f0ad4457eda9ba3a71333276dff8096b89342 0.40 MB 814 43
276,719 276,719 0000000000000000ac63a035a2cbda0ede8f2763ea3404e72e8b3aecd0a7f13a 0.19 MB 250 26
276,718 276,718 0000000000000002e16f1704b5aada80f819f24a8de0c09dd9a3f9a3fe9ea0d5 0.25 MB 413 51
276,717 276,717 0000000000000000d2afef8006e86b64f79148889e653266cdd42d8820cad49f 0.05 MB 81 22
276,716 276,716 000000000000000133245ee2f34df3977caedeccb559cbc2f42916da4a7f2b3e 0.23 MB 495 43
276,715 276,715 000000000000000378bca6f2fc1146fbcc2ce6477cf340bfa23a261881434988 0.09 MB 159 40
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.