Memory Pool Memory Pool Refreshing

429 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,861 00000000000000000002349e0000000000000000000000000000000000000000 0.17 vMB 425 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (300,189 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
607,671 607,671 0000000000000000000226d273b9047a3c86633ce92d780ab7eb85f662d77432 1.23 MB 2,208 13
607,670 607,670 0000000000000000000acee2a4a85f1c2ad577ca3174a00c1c75f4efae7e5fad 1.34 MB 2,661 23
607,669 607,669 0000000000000000001472dddddb90d1b48fbaf92e1a09a0b553693dfe184e49 0.00 MB 1 0
607,668 607,668 00000000000000000013d3f18a707f8cb6d4457c9f413026d429751b0679ec98 1.14 MB 2,195 17
607,667 607,667 00000000000000000008d0ea37c4d58b93d639d91bb4df02672c3c675708e54c 1.25 MB 2,632 12
607,666 607,666 0000000000000000000b42bda91def496481c2ec10cbf1d9c6046f7f9282dd36 1.39 MB 2,664 26
607,665 607,665 000000000000000000106cd1f76bfa860a0818204d118987ae8f95c191c7e662 1.29 MB 2,881 23
607,664 607,664 0000000000000000000d56a543159a10700ae46332f57a33300ee731117c70e4 1.22 MB 2,490 18
607,663 607,663 000000000000000000007a9d9fe2565d46c54889bf22ded6630a3f63415b1f66 1.21 MB 2,771 16
607,662 607,662 0000000000000000000d7b2825811b47307528f50c2faeabba7dc8633430db59 1.22 MB 2,872 23
607,661 607,661 0000000000000000000bd66cf796538c5e8570ab143ff170631c84087d64a4a3 1.21 MB 2,712 19
607,660 607,660 00000000000000000011ebd3907dcd92e15efdd0660034410776c2929b2328aa 1.42 MB 2,279 19
607,659 607,659 00000000000000000002d1c71bdfd253718d40bc2468b4b52efdc881576e2b85 1.34 MB 3,131 30
607,658 607,658 000000000000000000099f336eebbbb64b0a4f3e2d790f2c5c4c2ed490b17aa9 1.28 MB 2,316 18
607,657 607,657 0000000000000000000621ff1924af868954b4f13f435365aaa63daa8d11efde 1.46 MB 1,973 23
607,656 607,656 00000000000000000015970ca707138ca4942e0ab88bd5b61ab4c5372fec1f46 1.19 MB 1,800 20
607,655 607,655 000000000000000000017acd0c291476b032e014732759ca873fb0cb5f9438fc 1.28 MB 2,677 39
607,654 607,654 0000000000000000001051c87bcaf836ae3712e1c84adf28efb79cc9394d26e2 1.40 MB 1,677 16
607,653 607,653 000000000000000000015a266fd88397499130a69de699c1f9e00cde60256fc9 1.35 MB 2,886 25
607,652 607,652 0000000000000000000df276fc4ce3fa677cef5a3af396b50b0bcf49e68dfd85 1.33 MB 3,011 34
607,651 607,651 0000000000000000000f2996e2629b3a5e4f1bd74934e2efe59fc2827110c9f9 1.18 MB 2,306 16
Previous 10 blocks ↓
Total Size: 769.28 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,635.50 GB sent, 94.30 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.